VS 2008 sub project, single web.config
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have a problem with vs(visual studio) 2008 creating subprojects. I want to have a main web application and under it i want to have sub web applications. The sub web applications must not have web.config file. They must use the main application's web.config. I could do this with vs 2005 but not with vs 2008 When i start to debug one of sub applications, it tries to creat a web.config file Does anyone have an idea about what am i doing wrong?