Doubt with location path asp.net mvc

-1

I have an application in the root folder of the server running normally, in web.config I have just after the configuration tag:

<configuration>
  <location path="." inheritInChildApplications="false"> </location>

After creating a new folder, I upload a new application it has the same settings, plus the page is left blank. Does anyone know what could be wrong! I thank you

    
asked by anonymous 07.03.2016 / 13:42

1 answer

1

The simplest solution was to create a subdomain and add site content, it worked perfectly.

    
09.03.2016 / 18:00