How do I configure a separate web application to run on the same server?
Vote:
EPiServer is installed in the root and I would like to have other applications on the same server/domain. But when I try to run them I get Server Error:
Line 74:
Line 75:
I've created a new application and changed the web.config to:
But I still get the same error message.
Is there a way have other web applications to run on the same server/domain?
I have done it and it works perfectly. In the application's web.config I had to override each division used by EPiServer, like system.web, runtime, location and appsetting. I also copied the application's dll to the root's bin catalog.
Regards
Christian
Line 74:     
Line 75: