email access2asp

For the admin pages to work - update , add and delete , you must give write persmissions to your access file for the IUSR user and the .NET account. You can ask your ISP to give the db folder these permissions or id you are running the site locally then below is how you set these permission's
Not setting these permissions will result in the error 'Operation must use an updateable query... '.

access2asp

tutorials/articles
getting started tutorial
asp image library tutorial
asp.net tutorial
WYSIWYG editor



    Open windows explorer and browse to the db folder which is generated in the folder you chose for your asp files.

    e.g c:\inetpub\wwwroot\inetpub\mySite\db

    Right click on this folder and select properties
    Click the security tab and click Add



    select the IUSR_[MachineName] and click Add

    Now Click OK and you are back to the security tab

    Make sure the internet guest account has at least modify read and write permissions.

    If you have generated .NET code then repeat the above process this time adding the ASPNET account.




     

 
 

email access2asp