Run classic ASP , connect to MDB database in IIS 8.0
Recently I have to install an old system (running classic ASP connected to a MDB file as a database) in a new server --- Windows 2012 server.
After configurating the IIS (with ability to run ASP), it does not work... and shows database connection problem.
After some studies, it is found that we can solve the problem by:
In the IIS manager (inside control panel)
a) set the enable 32-bit application to "True"
b) set the "enable upper path" to "True"
Hope that it helps somebody who needs to do the same thing. Enjoy...
|