i have created sample MVC Core app from the template and inside this app i have created a folder called module and inside this folder i have put the published
files from another MVC core app, now is their a way that i can run that module folder. The first level application works as expected but second level app does not work. The first level application path is 'http://localhost/MyApp/'
and the second level application path is 'http://localhost/MyApp/Module' i am using IIS 7.5 with dotnet core bundle installed.
Moved byCoolDadTxTuesday, February 20, 2018 7:45 PMASP.NET related