Introduction:
Here I will explain how to solve problem of “asp.net 4.0 has not been registered on the web server you need to manually configure your web server for asp.net 4.0 in order for your site run correctly”. Actually this problem occurred while creating application in visual studio 2015 because we installed iis 8.0 after .NET framework installed. To fix this problem we need to enable asp.net 3.5 or 4.5 version frameworks using Turn windows features on or off in control panel.
Description:
Here I will explain how to solve problem of “asp.net 4.0 has not been registered on the web server you need to manually configure your web server for asp.net 4.0 in order for your site run correctly”. Actually this problem occurred while creating application in visual studio 2015 because we installed iis 8.0 after .NET framework installed. To fix this problem we need to enable asp.net 3.5 or 4.5 version frameworks using Turn windows features on or off in control panel.
Description:
In
previous posts I explained class asp responsive buffer limit
exceeded error,
convert string to lower case, upper
case and title case in asp.net, jQuery send receive json object from
webservice methods, Asp.net mvc complete project with
database,
download multiple files as zip folder
in asp.net
and many articles relating to solve errors in asp.net, SQL
Server, IIS, etc. Now I will
explain how to solve the problem of “asp.net
4.0 has not been registered on the web server you need to manually configure
your web server for asp.net 4.0 in order for your site run correctly”.