How to deploy ASP + Access on a 64-bit Server

Source: Internet
Author: User

During the deployment of a website in the past two days, a problem occurs: the asp + access website cannot be deployed on 64-bit servers, and the SQL Server database is okay! After half a day at Google, I thought that I could solve the problem of running IIS In x86 mode! After a long time, I finally got it done. I need to pay attention to some details!

Note 1 for deploying ASP + Access. Run the following command in cmd:

Cscript C: \ inetpub \ adminscripts \ adsutil. vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

Precautions for deploying ASP + Access 2: configure the application extension of the website

C: \ windows \ microsoft.net \ framework64 \......

Replace all

C: \ windows \ microsoft.net \ framework \......

Precautions for ASP + Access deployment 3. Add the ISAPI filter C: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727 \ aspnet_filter.dll to the "website" attribute.

Save them in sequence. OK!

Restart IIS!

Hope to help and prompt friends who need it.

Source of this article: yxlg518 column "64-bit windows2003 deployment Asp + access problem solving"

  1. C # connection to Access database using relative path
  2. C # connect to Access and SQL Server databases
  3. Overview C # Access Database
  4. ASP. NET stress test results)
  5. Simple implementation of LINQ to ACCESS

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.