Deploying ASP MVC 5 App with IIS 7.5
问题 I try to deploy ASP MVC 5 app in virtual directory (without creating new iis application) I use IIS 7.5 I already put <modules runAllManagedModulesForAllRequests="true"/> <directoryBrowse enabled="true" /> in web.config file. But when i go to app url with IE browser it shows me just directory listing like in screenshot below Is there a way to deploy MVC 5 in virtual directory and make it work like usual MVC application? 回答1: You need to convert the virtual directory to application. Right