Hello everyone,
I built a login structure using a databe for a website and I cannot get the connection string right. You can view the website at: NS Fire CISM login
The login was working and then I moved the website to a different server and all of a sudden the login wouldn't work anymore. The Conn string I used was:
<% connCISM = "DRIVER={Microsoft Access Driver (*.mdb)} ; DBQ= & Server.MapPath(wwwroot\Database\CISM.mdb)"%>
and when you enter your login info this is the error:
HTTP 500 - Internal server error
I just have no idea why this isn't working. I really need to get this fixed. I've been searching for an answer for a while.
Thanks in advance everyone!
Melissa
I built a login structure using a databe for a website and I cannot get the connection string right. You can view the website at: NS Fire CISM login
The login was working and then I moved the website to a different server and all of a sudden the login wouldn't work anymore. The Conn string I used was:
<% connCISM = "DRIVER={Microsoft Access Driver (*.mdb)} ; DBQ= & Server.MapPath(wwwroot\Database\CISM.mdb)"%>
and when you enter your login info this is the error:
HTTP 500 - Internal server error
I just have no idea why this isn't working. I really need to get this fixed. I've been searching for an answer for a while.
Thanks in advance everyone!
Melissa
Comment