简体   繁体   中英

setting up Domain and Sub Domain in IIS

May be this one is stupid question:

I have to deploy 2 applications, Client and Service (WCF 4.0 REST) in same IIS 7.0 that will run locally on intranet. I would like to know what is the ideal way to deploy these. I am also facing cross domain kind of issues while testing.

Is deploying multiple applications under 'Default Web Site' is called multiple domains or it is called same domain??

I suppose that you should deploy your client and server in same site with different virtual directories like:

http://site/client
http://site/server

You should not face with Cross domain issues if you will use the same sitename (binding in IIS) for client and server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM