I just installed Windows 7 on my development machine, along with Visual Studio 2008. Everything works fine, except for one thing - I have lost my "Use Custom Web Server" setting!
What am I missing? :|
Action shot: http://i28.tinypic.com/5l2re1.png
I just installed Windows 7 on my development machine, along with Visual Studio 2008. Everything works fine, except for one thing - I have lost my "Use Custom Web Server" setting!
What am I missing? :|
Action shot: http://i28.tinypic.com/5l2re1.png
To use a Custom Server, your project must be a Web Site Project, not a Web Application Project. There is no conversion option between these types, so you must create a new project of the Web Site Project type.
See Create a New IIS 7.0 Web Site or Application Project on the Learn IIS site.