NormanR:
I deleted native utilities and now the can't find nativeutilities message has gone away (go figure). Thanks for that!
When I tried to login I got a message saying that the web app did not have access to the config.xml
I created an account on the pvr machine and the webserver (gave the account access to the gbpvr folder) synched the passwords and then added this line to my web.config file
<identity impersonate="true" userName="userNameOnBothMachines" password="superSecretPassword" />
I edited the config.xml line for the database from .\gbpvr.mdb to:
Restarted apache, logged in and everything is working perfectly!
Thanks very much for your help NormanR!
I deleted native utilities and now the can't find nativeutilities message has gone away (go figure). Thanks for that!
When I tried to login I got a message saying that the web app did not have access to the config.xml
I created an account on the pvr machine and the webserver (gave the account access to the gbpvr folder) synched the passwords and then added this line to my web.config file
<identity impersonate="true" userName="userNameOnBothMachines" password="superSecretPassword" />
I edited the config.xml line for the database from .\gbpvr.mdb to:
Code:
<DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source="\\pvrmachine\gbpvr\gbpvr.mdb";User Id=admin;Password=</DatabaseConnectionString>
Restarted apache, logged in and everything is working perfectly!
Thanks very much for your help NormanR!