SQL Server 2005 installation asp.net a workaround for the version registration requirement warning _MSSQL2005

Source: Internet
Author: User

A asp.net version registration requirement (warning) occurred while installing SQL Server 2005, prompting the ASP.net to find version registration information in Microsoft Internet Information Services (IIS). First, verify that IIS is installed and that the ASP.net component of IIS is installed, located in the Internet information Services-"World Wide Web Service"-"application development

A asp.net version registration requirement (warning) occurred while installing SQL Server 2005, prompting the ASP.net to find version registration information in Microsoft Internet Information Services (IIS).


First, verify that IIS is installed and that the ASP.net component of IIS is installed, located in the Internet information Services-World Wide Web service-the application development feature, tick "asp.net".


This method is not valid, please use the following method to resolve:

To open a command prompt by using administrator identity:

1, cscript C:\inetpub\adminscripts\adsutil.vbs SET W3svc/apppools/enable32bitapponwin64 1

2, C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe-i

Copy each of the two statements sequentially, then paste them right from the command prompt, and then execute.

Re-register 32-bit. NET to IIS.

If you are prompted not to find the script file adsutil.vbs when you execute the first sentence, refer to this article to find a solution to the script file adsutil.vbs

Install SQL 2005 appears warning 32-bit asp.net has been registered and needs to register 64 bits

You can run the following two commands:

1. Register 64-bit. NET on IIS.

cscript C:\inetpub\adminscripts\adsutil.vbs SET W3svc/apppools/enable32bitapponwin64 0

And

C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe-i

2. Register 32-bit. NET:

Do not need to uninstall 32 bits, the registration command is the above command. The system defaults to a 64-bit system, but since most client programs are developed under 32-bit. NET, IIS's. NET is registered as a 32-bit version by default, which is easy for customers to use. If you run the above command successfully, you need to run

cscript C:\inetpub\adminscripts\adsutil.vbs SET W3svc/apppools/enable32bitapponwin64 1

And

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe-i

Re-register 32-bit. NET in IIS to prevent 32-bit programs from running under 64-bit. NET. You can install successfully in the default environment.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.