RE: 80004005 error
From: Oliver Degnan (developersdex_at_dmghost.com)
Date: 03/31/04
- Next message: A.M: "Re: Session state is not available in this context"
- Previous message: James Bailey: "Re: Debugging returning 401 HTTP error"
- Next in thread: Yan-Hong Huang[MSFT]: "RE: 80004005 error"
- Reply: Yan-Hong Huang[MSFT]: "RE: 80004005 error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 31 Mar 2004 08:50:36 -0800
Thanks guys for all the cool links above.
Iw as able to fix the same problem by making sure that the ASPNET
account has adequate directory premissions for the following
directories:
<QUOTE>
%windir%\Microsoft.NET\Framework\Version\Temporary ASP.NET Files: Full
Control
%windir%\Temp: Full Control
Application folder: Read
%installroot% hierarchy (for example,
%windir%\Microsoft.Net\Framework\Version): Read
%windir%\Assembly: Read
Note This is the global assembly cache. You cannot directly use Windows
Explorer to edit ACLs for this folder. Instead, open a command window,
and then run the following command:
cacls %windir%\assembly /e /t /p domain\useraccount:R
Alternatively, before you use Windows Explorer, run the following
command to unregister Shfusion.dll:
regsvr32–u shfusion.dll
After you set user rights in Windows Explorer, run the following command
to re-register Shfusion.dll:
regsvr32 shfusion.dll
Web site root (for example, %root%\Inetpub\Wwwroot) or the path that the
default Web site points to: Read
%windir%\System32: Read
(Typically, the ASPNET account has already been granted user rights as a
member of the Users group.)
</QUOTE>
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: A.M: "Re: Session state is not available in this context"
- Previous message: James Bailey: "Re: Debugging returning 401 HTTP error"
- Next in thread: Yan-Hong Huang[MSFT]: "RE: 80004005 error"
- Reply: Yan-Hong Huang[MSFT]: "RE: 80004005 error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|