Server Error(?)

G

Gmansky

I am just trying the server and wrote a simple test page accessing an access
db. This same page works on the workstation with webmatrix. However, I am
getting this error when I run it on the server.

/.....
Server error in '/' application
Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\root\2135a508\8d69a834" is denied.

I navigated to the mentioned folder but there is no such folder under
'Temporary ASP.Net Files'.

What am I not doing right?

Thanks in advance,
George
 
T

Tee

I am not sure where upload your access mdb file, if it is in the same folder
with the aspx, your connectionstring for access mdb should be something like
this.

ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &
Server.MapPath("access.mdb")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top