RE: 80004005 error

From: Oliver Degnan (developersdex_at_dmghost.com)
Date: 03/31/04


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!



Relevant Pages

  • Re: Server Application Unavailable
    ... You were right about the FP permissions. ... I have tried logging in as ASPNET with a password ASPNET/aspnet and also ... >> the installation directory allow access to the configured account. ... Go to a command prompt. ...
    (microsoft.public.frontpage.client)
  • Re: Missing Folders in Documents & Settings for New Users
    ... correct to you that I had to log into the account after it was created ... before I couls see its folder in Windows Explorer - Documents & ... or do you think that the fact the folder appeared after I ... > - Click Start, click Run, type the following command and ...
    (microsoft.public.windowsxp.customize)
  • Re: MS Access Update Query
    ... Ineternet Guest Account ... So am I suppose to be using windows Explorer to "grant" this ... Why does the "ASPNET" account not show up there? ... You have to look in the local machine accounts in the Select Users, ...
    (microsoft.public.dotnet.framework.adonet)
  • RE: MS Access Update Query
    ... Ineternet Guest Account ... Now if I go into Local Users and Groups....I see "ASPNET" account, ... So am I suppose to be using windows Explorer to "grant" this ... Why does the "ASPNET" account not show up there? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: [opensuse] Post installation queries (FIRST successful installation of Linux)
    ... The easiest way to manage users on opensuse is with yast. ... You can also do the same with the command line commands of: useradd userdel and usermod. ... -c comment Set the GECOS field for the new account ... One more note -- and I hate this about the recent openSuSE installs -- you must tell the installer to set a traditional root account and password during setup or it just creates a 'Super User' out of the user account used during install. ...
    (SuSE)