Click here to Skip to main content
15,887,399 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.

What I have tried:

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 .NET core bundle installed.
Posted
Updated 20-Feb-18 17:10pm
v2

1 solution

I've never had to deal with this, but is it possible that putting the 2nd app into its own area would work?

Areas | Microsoft Docs[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900