Hi Folks,
I have a .Net form that I have incorporated into my ASP website. It runs in it's on virtual directory as part of my ASP website. The user selects a couple of options on an ASP form page and that is submitted to my .Net page.
This setup works perfectly well on my development machine. However, when I copied the code over to the live server, i get the following message:
The Microsoft Jet database engine cannot open the file 'd:\mydbs\myDB.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Almost every page on the ASP site accesses this DB and there are never problems. I presume that the .Net code will run as the same user as the website in which it is contained. I have added username and password to the connection string in .Net code.
Any ideas what could be causing this?
Mighty
I have a .Net form that I have incorporated into my ASP website. It runs in it's on virtual directory as part of my ASP website. The user selects a couple of options on an ASP form page and that is submitted to my .Net page.
This setup works perfectly well on my development machine. However, when I copied the code over to the live server, i get the following message:
The Microsoft Jet database engine cannot open the file 'd:\mydbs\myDB.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Almost every page on the ASP site accesses this DB and there are never problems. I presume that the .Net code will run as the same user as the website in which it is contained. I have added username and password to the connection string in .Net code.
Any ideas what could be causing this?
Mighty