asp.net - Where are my Visual Studio programs/applications/websites hosted by default? -
where visual studio programs/applications/websites hosted default (/during debugging)? mean, when run project in studio or right click , 'view in browser' on page... page hosted?
someone @ work mentioned 'visual studio server'. , can direct studio use local iis.
can shed more light on this, or point blog/article can find more info?
thanks!
edit: asking question because wcf service authentication settings behave differently (service doesn't work) when run service on local vs. on dev server. , trying figure local settings.
edit: using vs 2010, , have iis 7 installed on local.
it depends on version have installed. in vs 2012, if setup web app, uses iis express default, gives http://localhost:<port>
(such 2122 or that). have add virtual directory hosted under iis. can project's properties, under web tab.
previous versions used cassini local web server.
Comments
Post a Comment