.net - How to configure 2 applications with separate web.configs in a website? -
I have a different web There are 2 apps with config that I want to run in a website. I can not seem to get the Configuration Legacy issue which will be configured as a virtual directory of them. I've tried location tags on system.web and it does not work. Or maybe I'm doing it wrong as I understand that I have it on the web I am putting the root of the website in the config. But am I getting configuration errors anyway ...?
You need to convert the web app that is stored in the virtual path of the application in IIS. You can find it at the link below
Comments
Post a Comment