-1
I have an application in the server root folder running normally, on the web.config I have right after the Configuration tag:
<configuration>
<location path="." inheritInChildApplications="false"> </location>
After creating a new folder, I upload a new application is have the same settings, but the page is empty. Someone knows what could be wrong! Thank you