TimBiesiek
Programmer
Hi all,
Am having a small issue with an application... The system is connecting to the required database etc, and the user is able to enter their username and password on the login ASP page. However, when they click on next, an Internal Server Error page appears.
I've narrowed it down to the exact line of code in the ASP page:
sDll is the name of a DLL file, that has been registered on the server, so this should be all good.
This app is running fine on our test web server...
Any ideas? Cheers!
Am having a small issue with an application... The system is connecting to the required database etc, and the user is able to enter their username and password on the login ASP page. However, when they click on next, an Internal Server Error page appears.
I've narrowed it down to the exact line of code in the ASP page:
Code:
sDll = "simmprd"
set uObj = Server.CreateObject(sDll)
This app is running fine on our test web server...
Any ideas? Cheers!