Creating .NET 3.0 sub-applications within .NET 1.1 applications in IIS/ASP.Net
- by Karen
I am basically trying to do the same thing as this question,
create a new application within a folder so it could be accessed as follows.
* http://www.domain.com/ < Main App
* http://www.domain.com/newapp < New App
The problem is that newapp is reading the web.config from the Main App, which is causing errors because it doesn't have all…