IIS server does not support ASP.NET solution

  

The reason why IIS server does not support ASP.NET is usually two cases:

(1) The .NET framework is not installed.

(2) Install the .NET framework first, then install the IIS server.

Workaround:

(1) The solution is very simple, is to install the .NET framework.

(2) The solution is also very simple, is to set up the ISAPI filter in the IIS server to support ASP.NET.

The specific steps are as follows:

1Open the Internet Information Services (IIS) Manager and select “Website" Properties”

2 in the pop-up website In the properties window, the default is to display the ISAPI filter settings window. At this time, you can see that your ISAPI filter does not support ASP.NET, so we should add it to it. Click the Add button on the right, and type: C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\aspnet_filter.dll in the "Executables" text box in the pop-up window. Of course, you can also choose Browse and find the asqnet_filter.dll file, the filter name we can take, such as: asp.net2.0, and then click OK.

3 Restart the IIS server.

Copyright © Windows knowledge All Rights Reserved