Hello,
I'm totally new to asp.NET so I apologise if I'm a little clueless.
I'm trying to connect to an Access database from Dreamweaver 2004 MX, everything seems to be fine until I complete the connection string, I then recieve a 403 - Forbidden error.
I've tried everything I can think of, Cassini seems to be running fine, Dreamweaver "sees" the server running but no matter what I put into the string (and even if I leave it totaly blank) I get the same error.
This is the string:
Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=c:\webs\test\database\test.mdb;
User ID=[username];
Password=[password];
I've run it with the user and password fields deleted but still no joy
In cassini the application path is set to "C:\webs\test" and the server is http://localhost/webs/test/
I'm using XP home and I', assuming its a permission problem but I've no idea where or how to check it correctly, I'd be grateful for any help.