Creating an ASP.NET project on another site

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have windows server 2003 running on my laptop for development. I have five
separate web sites created in IIS and I would like to create a project in one
of those five sites. However VS will not let me create a project in a site
other than localhost. Any ideas?
 
You have 5 sites running? I hope you don't mean 5 Virtual Directories?

Either way - you can easily override VStudio's behavior by manually editing
the webinfo file with the project. VStudio will learn to get along with the
change :)
 
Back
Top