Debug ASp.NET MVC with IIS5 in Visual Studio 2008
I have been trying this for some time but could not figure out yet. Is there a way to choose IIS5 as the web server instead of the default Cassini which comes with Visual Studio 2008?
I have web flow(request, response) from my web site to a 3rd party provider and would like to know what I am getting back from the 3rd party.
Righ开发者_JS百科t now the Cassini server cannot be open for the world on internet. I have to publish the code in IIS5 and write the response to file to debug. But it would be nice if I could do it in Visual Studio 2008 directly which will save me lot of time.
Thanks in advance.
You can choose IIS in the properties of the web project:
alt text http://learn.iis.net/Content_Cache/387/Properties-Web.png
精彩评论