Could not find "Use Custom Web Server"
I just installed Windows 7 on my development machine along with Visual Studio 2008. Everything works fine except for one thing - I lost the "Use custom web server" setting.
What am I missing ?: |
Action: http://i28.tinypic.com/5l2re1.png
+2
Tubbe
source
to share
2 answers
I think you need to install SP1 ...
+3
ostati
source
to share
To use a custom server, your project must be a website project, not a web application project. There is no conversion option between these types, so you must create a new website project type project.
See Create a New IIS 7.0 Web Site or Application Project on the Learn IIS Site.
0
bzlm
source
to share