Run some Settings of the Asp+Access website on 64bit Win2008

  • 2020-05-13 04:01:27
  • OfStack

Run the Asp + Access website on 64bit Win2008

1, install ASP.

Control panel \ program \ turn on or off Windows function \ role: Web server (IIS)\ add role service

Select ASP, ok

2. Create a website

3. Set the application pool where the site is located

Advanced Settings \ enable 32-bit application: True

The site should now be up and running.

If this still doesn't work, you may need to change the permissions on the directory where the database files reside (note that *.mdb files need to give write permissions to IUSR users), read only, and so on.


Related articles: