ImmomePealp
New Member
I would like to use Access to create report snapshot files to be used in my asp.net webapp. It works great in VS6. However, I get an access denied error when executing the following: <BR><BR>dim objACC = new object <BR>objACC = server.CreateObject("Access.Application") <BR><BR>I have given Everyone read, write, and execute in the NTFS permissions. Added the machinename/ASPNET with read, write, and execute priviledges to the web folder. In the ISS Mgr, I am running the anonymous access with an account with administrator priviledges. <BR><BR>What else can I try?