I am new to asp and building databases. this is my first one. i am building a shop front at
www.louandelcats.co.uk/YotShop/view.asp everything worked with IIS. I then uploaded to the web. asp pages come up ok. however when i try to delete or add pages (using page delete1) I get this message:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables.
/YotShop/delete1.asp, line 74
I have up loaded everything including the access database
80004005 is a permissions error. Make sure the folder has read/write/modify permission for the account accessing it, usually the ASP.NET process account.
Sorry Jeff, we're obviously getting our wires crossed here. the original error you felt needed to b solved by:
80004005 is a permissions error. Make sure the folder has read/write/modify permission for the account accessing it, usually the ASP.NET process account.
My further question was where would I find the asp.net proccess account? You stated:
Since you ask, you probably haven't changed the default. ASPNET on XP/2000, NETWORK SERVICES on 2003.
So i thought I should change it. Could you walk me through me through what i need to do?
Sorry, I was thinking you wanted to change the ASP.NET account, but you just want to correct the permissions error. Browse to the folder in Windows Explorer, right click and choose properties. On the security tab, add the appropriate account for your OS,
ASPNET or NETWORK SERVICES and make sure the permission is set to MODIFY. You will have to type in the account name, they don't show up in a normal browse of accounts.
I think i know what you mean i have already put in the permissions by going to windows explorer; browsing to the site folder; clicking on properties; clicking on security tab. At first I had to put the iusr account with the name of my computer in. then I
checked all the permissions. Modify, read, write and execute are all ticked. I also did this to the site mdb. The same error message comes up. Is this what you meant or have I completely missed out on something?
Nick Cassell...
Member
137 Points
124 Posts
acces database error
Dec 14, 2006 10:11 AM|LINK
I am new to asp and building databases. this is my first one. i am building a shop front at www.louandelcats.co.uk/YotShop/view.asp everything worked with IIS. I then uploaded to the web. asp pages come up ok. however when i try to delete or add pages (using page delete1) I get this message:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables.
/YotShop/delete1.asp, line 74
I have up loaded everything including the access database
A
Any ideas?
Nick
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: acces database error
Dec 14, 2006 11:16 AM|LINK
80004005 is a permissions error. Make sure the folder has read/write/modify permission for the account accessing it, usually the ASP.NET process account.
Jeff
Nick Cassell...
Member
137 Points
124 Posts
Re: acces database error
Dec 14, 2006 11:30 AM|LINK
sorry for my ignorance but where would i find the Asp proccess account?
thanks
nick
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: acces database error
Dec 14, 2006 11:45 AM|LINK
Since you ask, you probably haven't changed the default. ASPNET on XP/2000, NETWORK SERVICES on 2003.
Jeff
Nick Cassell...
Member
137 Points
124 Posts
Re: acces database error
Dec 14, 2006 01:46 PM|LINK
Er...you're probably right. Since I downloaded the framework i havent done anything with it at all. Not sure what I should do with it.
Nick
Nick Cassell...
Member
137 Points
124 Posts
Re: acces database error
Dec 14, 2006 03:08 PM|LINK
How do i change default. aspnet on 2000/XP network services?
thanks
Nick
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: acces database error
Dec 15, 2006 11:15 AM|LINK
Before you change it, have a good reason. Why do you think you need to change it?
Jeff
Nick Cassell...
Member
137 Points
124 Posts
Re: acces database error
Dec 15, 2006 01:38 PM|LINK
Sorry Jeff, we're obviously getting our wires crossed here. the original error you felt needed to b solved by:
80004005 is a permissions error. Make sure the folder has read/write/modify permission for the account accessing it, usually the ASP.NET process account.
My further question was where would I find the asp.net proccess account? You stated:
Since you ask, you probably haven't changed the default. ASPNET on XP/2000, NETWORK SERVICES on 2003.
So i thought I should change it. Could you walk me through me through what i need to do?
thanx
Nick
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: acces database error
Dec 16, 2006 02:23 PM|LINK
Sorry, I was thinking you wanted to change the ASP.NET account, but you just want to correct the permissions error. Browse to the folder in Windows Explorer, right click and choose properties. On the security tab, add the appropriate account for your OS, ASPNET or NETWORK SERVICES and make sure the permission is set to MODIFY. You will have to type in the account name, they don't show up in a normal browse of accounts.
Jeff
Nick Cassell...
Member
137 Points
124 Posts
Re: acces database error
Dec 16, 2006 10:15 PM|LINK
I think i know what you mean i have already put in the permissions by going to windows explorer; browsing to the site folder; clicking on properties; clicking on security tab. At first I had to put the iusr account with the name of my computer in. then I checked all the permissions. Modify, read, write and execute are all ticked. I also did this to the site mdb. The same error message comes up. Is this what you meant or have I completely missed out on something?
Nick