Friends, please urgent help. I am going crazy, it has been 24 hours. 1. I have a dealership account at a company and I am going to set up a new website. 2. I created the hosting without any issues and set it up as usual. 3. However, the site is not working. 4. Upon investigation, I noticed that it cannot connect to the Access database. 5. Only this site has a problem in the dealership account. Nothing I have tried worked, permissions, etc. 6. I asked for support from the company, but they dismissed it saying it's a software issue as usual. 7. However, when I uploaded the site's files to replace one of the sites in my dealership account, it works fine. It works locally. I am putting the files of well-functioning sites from my dealership account into the directory of the new site, but they are not working. How can I overcome this connection issue? Urgent help needed. Connection code: Set connection = Server.CreateObject("ADODB.Connection") connection.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("database1.mdb"). I couldn't run this code on this host, but the same files work fine for other sites. So the issue is not in the connection code. It's just not connecting to the database.