Where are my Visual Studio programs/applications/websites hosted by default?

codemonkey

New Member
Where are my Visual Studio programs/applications/websites hosted by default (/during debugging)?I mean, when I run my project in studio or just do a right click and 'view in browser' on a page... where is the page hosted?Someone at work mentioned 'Visual Studio server'. And also that we can direct the studio to use the local IIS.Can anyone shed more light on this, or point to a blog/article where I can find more info?Thanks!Edit: I am asking this question because my WCF service authentication settings behave differently (service doesn't work) when I run the service on my local vs. on the dev server. And I am trying to figure where to look for those local settings.Edit: I am using VS 2010, and have IIS 7 installed on my local.
 
Back
Top