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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

call web.config something else

Status
Not open for further replies.

bbartlin

Programmer
Jan 8, 2004
35
US
Can you call web.config something else within an asp.net application.

We need to keep two asp.net applications in the same deployment directory, but need to have seperate web.config files for each. I dont see anywhere where you can change the name of web.config when creating the application.
 
No, I don't think you can. Why do the projects have to be in the same directory?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
The setup is a bit bizarre. Can you simply create a sub-directory that's configured to run as its own application?
 
This renaming option is available for the sitemap file. I i am sure if this can be done with the web.config file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top