Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Project in Existing Web

Status
Not open for further replies.

jkelly2956

Programmer
Jul 31, 2002
37
US
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?
 
In IIS did is there a Create Button next to the Application Name in the properties for the website?

If there is - try to click on that button and see if it works.

Hope everyone is having a great day!

Thanks - Jennifer
 
What should the application name be? Site1 or test.site1.

Right now I am setting these projects up from my laptop using a file share to connect to the test server. Is that a problem?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top