This topic is locked

IIS and SQL

10/3/2008 10:26:24 PM
ASPRunnerPro General questions
M
mccreelake author

Hello:
I am in the process of migrating a database that uses ASPRunner from MS Access to an MS SQL server. I am having a hard time getting the application to run. ASP Runner designs the application fine and is able to access the data via ODBC, but when I publish it I get 404 errors. I assume this means it is an IIS configuration issue? Is there anything I need to do specifically to support ASPRunner applications in IIS?
Thanks!

M
MVerweij 10/6/2008

Does your IIS have permissions to write in the database?

Sergey Kornilov admin 10/6/2008

Error 404 means you trying to open file which is not there. It doesn't have anything to do with SQL Server.
Make sure URL is correct. There is no difference between MS Access and SQL Server in this regard.