win7 install asp.net v4.0

Error message effects:

HTTP Error 403.14 - Forbidden Web server is configured to not list the contents of this directory.
Returned error indicates that IIS is missing for no suffix mapping request MVC, ASP.NET handler can not receive the request. To solve this problem, first make sure ASP.NET MVC3 been installed, then the handler checks the site map, to see if there is the following map:
ExtensionlessUrlHandler-Integrated-4.0
ExtensionlessUrlHandler-ISAPI-4.0_32bit
ExtensionlessUrlHandler-ISAPI-4.0_64bit
If the mapping exists, Please check whether the application is assigned to the .NET Framework4.0 application pool.
If the mapping does not exist, you can sign up for an administrator to run the following command:
32-bit machine:
C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ aspnet_regiis.exe -i
64-bit machines:
C: \ Windows \ in the Microsoft the .NET \ Framework64 \ v4.0.30319 \ aspnet_regiis.exe -i
----------------
Disclaimer: This article is CSDN blogger "MacleChen 'original article, follow the CC 4.0 BY- SA copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/yishengzhiai005/article/details/25040519

Guess you like

Origin www.cnblogs.com/wfy680/p/12073495.html