简体   繁体   中英

IIS 7.5 asp.net application not running

My asp.net MVC application not working in IIS 7.5 on Windows 7, but it's working fine in IIS 8 with Windows 10.

In my live server I am facing the same. In my server I have Windows 2012 r2
iis错误图片

I was creating a demo application, but faced the same issue.

Anyone had this issue?

ASP.NET 4 was not registered in IIS. had to run the following command in the command line/run

32bit (x86) Windows:

%windir%\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_regiis.exe -ir

64bit (x64) Windows:

%windir%\\Microsoft.NET\\Framework64\\v4.0.30319\\aspnet_regiis.exe -ir

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM