jkelly2956
Programmer
I have a few existing web sites set up under IIS and they are using host headers. The IIS Setup looks like
Default Web Site
Test.Site1 --> inetpub/Test.Site2 --> inetpub/Test.Site3 --> inetpub/..etc
These all contain asp3.0 code but I want to start adding new pages that are aspx. When I try to set up a new project at test.Site1 it tries to put the project
If I accept this then it creates all the neccesary files (web config,bin, etc) inside this folder and since there is already a copy of these files in the root of the web. I have to copy my dll's to the outer bin folder.
If I try to get VS.NET to created the project at
Then it tells me that "The web \ does not exist on server http:test.Site1"
How do I create a project at the root of these existing websites?
Default Web Site
Test.Site1 --> inetpub/Test.Site2 --> inetpub/Test.Site3 --> inetpub/..etc
These all contain asp3.0 code but I want to start adding new pages that are aspx. When I try to set up a new project at test.Site1 it tries to put the project
If I accept this then it creates all the neccesary files (web config,bin, etc) inside this folder and since there is already a copy of these files in the root of the web. I have to copy my dll's to the outer bin folder.
If I try to get VS.NET to created the project at
Then it tells me that "The web \ does not exist on server http:test.Site1"
How do I create a project at the root of these existing websites?