Connect to password protected shared location for access DB
I would like to connect to a password protected shared location that has an access database using an ASP page. I have the user name and password needed to connect to the shared location but I am not sure how to set up the connection string in order to get this done. The access database I would like to connect to does not need a username or password, only the shared location does. Any help would be greatly appreciated.
Re: Connect to password protected shared location for access DB
Hello,
If I were you, the first thing that I would try would be to run the IIS Application Pool that is running your ASP.Net Site as a user who has access to the share.
Gary