Hello,
Any thoughts on how to get an old app to work? Before upgrading to DNN 5.6.1 and migrating to IIS7/Win2008, the 2 apps would work together.
I tried the <location path="." inheritInChildApplications="false"> trick but it keeps giving me 500 errors.
(
Server Error - 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.) -- no more info than that.
I also created a virtual directory and downgraded the ASP.NET version to 3.5 (lowest it can go, but it worked fine before on that version). Still no luck.
If I put in location tag, I get a non-specific 500 error. If I don't put it in, DNN site works OK but the application subdirectory shoots off errors related to DNN web.config.
At a loss for what to do. Anyone!?!!
Ref: http://runtingsproper.blogspot.com/2010/04/solved-breaking-parent-webconfig.html
<location path="." inheritInChildApplications="false"> <system.webServer> <!-- ... --> </system.webServer> </location>
I want to use Razor Scripts so that's why I upgraded to .NET4.