This topic is locked

Accessing the database

1/16/2011 6:16:35 PM
ASPRunnerPro General questions
J
jawendell author

I have an ASP application that I generated with ASPRunner 6.3 that is running successfully on a Windows server. We are in the process of moving our web site to a new provider, and thus a new Windows server. I have uploaded the application to the new Windows server and tried to login. The login page comes up, so I feel the database is being found. The login has to match a username and password in a table in the database. As soon as I enter the username and password and hit enter, I get a 500 - Internal server error. Do you think the problem could be the database driver?
Any suggestions that you may have are greatly appreciated.
Thanks!

Sergey Kornilov admin 1/17/2011

Error 500 is a generic server error and could mean anything. I would suggest to check that both web server and web browser are configured to pass and display exact error message to the client. Once you see exact error message you know how to fix this.