Re: RWW

From: Les Connor [SBS MVP] (les.connor_at_DEL.cfive.ca)
Date: 06/10/04


Date: Thu, 10 Jun 2004 13:08:08 -0500

Darn. By your error description, it seemed like it fit.

Were the permissions correct, or did you have to adjust them ? If you had to
adjust them, then perhaps try iireset at a command prompt, and try again.

Otherwise, we may have to wait for Ray to respond.

-- 
Les Connor [SBS MVP]
-------------------------------------
SBS Rocks !
"Dan" <dan@wildan.com> wrote in message
news:OD07g6wTEHA.1284@TK2MSFTNGP10.phx.gbl...
> Sorry Les, that didn't fix anything.
>
> Thanks!
> Dan
> "Les Connor [SBS MVP]" <les.connor@DEL.cfive.ca> wrote in message
> news:uaQeE8uTEHA.504@TK2MSFTNGP11.phx.gbl...
> > Hi Dan,
> >
> > Possibly this:
> >
> > Add Local Service and Network Service account Read & Execute, List
Folder
> > Contents, and Read permissions to
> > %windir%\Microsoft.NET\Framework\v1.1.4322.
> > Add Local Service and Network Service account Full Control permission to
> > %windir%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files.
> >
> >
> > -- 
> > Les Connor [SBS MVP]
> > -------------------------------------
> > SBS Rocks !
> >
> >
> >
> > "Dan" <dan@wildan.com> wrote in message
> > news:erKX5QpTEHA.1764@TK2MSFTNGP10.phx.gbl...
> > > Ray here is the complete error:
> > >
> > >  Thanks!
> > > Server Error in '/Remote' Application.
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > >
> > > Access to the path
> "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
> > > ASP.NET Files\remote\3f1585d2\3070828a" is denied.
> > > Description: An unhandled exception occurred during the execution of
the
> > > current web request. Please review the stack trace for more
information
> > > about the error and where it originated in the code.
> > >
> > > Exception Details: System.UnauthorizedAccessException: Access to the
> path
> > > "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
> > > Files\remote\3f1585d2\3070828a" is denied.
> > >
> > > ASP.NET is not authorized to access the requested resource. Consider
> > > granting access rights to the resource to the ASP.NET request
identity.
> > > ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS
5
> > or
> > > Network Service on IIS 6) that is used if the application is not
> > > impersonating. If the application is impersonating via <identity
> > > impersonate="true"/>, the identity will be the anonymous user
(typically
> > > IUSR_MACHINENAME) or the authenticated request user.
> > >
> > > To grant ASP.NET write access to a file, right-click the file in
> Explorer,
> > > choose "Properties" and select the Security tab. Click "Add" to add
the
> > > appropriate user or group. Highlight the ASP.NET account, and check
the
> > > boxes for the desired access.
> > >
> > > Source Error:
> > >
> > >       An unhandled exception was generated during the execution of the
> > > current web request. Information regarding the origin and location of
> the
> > > exception can be identified using the exception stack trace below.
> > >
> > > Stack Trace:
> > >
> > > [UnauthorizedAccessException: Access to the path
> > > "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
> > > Files\remote\3f1585d2\3070828a" is denied.]
> > >    System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
> > >    System.IO.Directory.InternalCreateDirectory(String fullPath, String
> > path)
> > > +632
> > >    System.IO.Directory.CreateDirectory(String path) +195
> > >
> >
System.Web.Compilation.PreservedAssemblyEntry.DoFirstTimeInit(HttpContext
> > > context) +85
> > >
> > >
> >
>
System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit(HttpContex
> > > t context) +98
> > >    System.Web.HttpRuntime.PreloadAssembliesFromBin(HttpContext
context)
> > +176
> > >    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +445
> > >
> > > [HttpException (0x80004005): ASP.NET Initialization Error]
> > >    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +928
> > >    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
> > +128
> > >
> > >
> > >
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > > Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> > ASP.NET
> > > Version:1.1.4322.573
> > > "Ray Fong [MSFT]" <rayfong@online.microsoft.com> wrote in message
> > > news:QOvyqVnTEHA.308@cpmsftngxa10.phx.gbl...
> > > > 1. Make a copy of Inetpub\Remote\Web.config for backup purpose.
> > > > 2. Open Web.config with Notepad
> > > > 3. Replace <customErrors mode="On" defaultRedirect="error.aspx" />
> with
> > > > <customErrors mode="Off" />
> > > > 4. Save the file.
> > > > 5. Go to command prompt, type "iisreset"
> > > > 6. Logon to RWW using the administrator account, and also try it
using
> a
> > > > regular user account.
> > > > 7. Post back the error.
> > > >
> > > > Ray Fong
> > > > Microsoft SBS Product Support
> > > >
> > > > This posting is provided "AS IS" with no warranties, and confers no
> > > rights.
> > > >
> > > > -
> > > > >
> > > > >A new install of SBS2003 premium with ISA installed.  All external
> > access
> > > > >appears to be working except for RWW.  This setup is with a static
IP
> > and
> > > > no
> > > > >router/firewall at this time.  I can go to http://server.domain.com
> and
> > > get
> > > > >the usual web page with the four links.  I can go to
> > > > >http://server.domain.com/exchange and get redirected to the
https://
> > and
> > > > get
> > > > >the OWA logon page.  I can telnet to port 25 and talk to exchange.
I
> > can
> > > > >Remote Desktop to the server.  However, when I click the link on
the
> > main
> > > > >web page for Remote Web Workplace or go to
> > > http://server.domain.com/remote
> > > > >(it will redirect to https://) rather than getting a web page to
> login,
> > a
> > > > >windows pop up login window appears.  I can enter administrator &
> > > password
> > > > >or domain.local\administrator & password or domain\administrator &
> > > > password,
> > > > >but never can validate the user.  This behavior also occurs from
> inside
> > > the
> > > > >LAN.  Also after three tries, I'm redirected to a web page at this
> URL
> > > >
> > >
> >
>
>https://server.domain.com/Remote/error.aspx?aspxerrorpath=/remote/Default.a
> > > > spx
> > > > >that starts with Server Error in '/Remote' Application.  I can post
> the
> > > > rest
> > > > >of the page but I doubt it's necessary.
> > > > >
> > > > >This seems to me to be a file/directory permission problem, but
> before
> > I
> > > > >start making changes, can anyone tell me for sure what's happening
> and
> > > the
> > > > >best way to fix it?  I've rerun both ICW and RAW turning everything
> on.
> > > > >
> > > > >Thanks
> > > > >Dan
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> >
> >
>
>


Relevant Pages

  • Permissions issue - cant programmatically delete files on the server
    ... I've got a permissions issue I can't figure out; ... Exception Details: System.UnauthorizedAccessException: Access to the ... granting access rights to the resource to the ASP.NET request identity. ... permissions in Windows Explorer, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: owa error - problem occured while trying to use your mailbox.
    ... This exception may occur if the Allow inheritable permissions check box is not selected on the user object or on the OU container in Active Directory Users and Computers. ... Microsoft.Exchange.Data.Directory.ADSession.AnalyzeDirectoryError(PooledLdapConnection connection, DirectoryRequest request, DirectoryException de, Int32 totalRetries, Int32 retriesOnServer) ...
    (microsoft.public.exchange.clients)
  • Server Error in /Remote Application
    ... configuration file located in the root directory of the current web ... Exception Details: System.UnauthorizedAccessException: Access to the path ... granting access rights to the resource to the ASP.NET request identity. ... System.IO.StreamWriter.CreateFile(String path, Boolean append) +55 ...
    (microsoft.public.windows.server.sbs)
  • .net user permissions in IIS
    ... We have a windows 2003 domain with 4 web servers in. ... (Exception from HRESULT: 0x80070005 ... the current web request. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Driver verifier cause SYSTEM_SERVICE_EXCEPTION
    ... a request that has a cancel routine assigned to it (e.g. you called ... An exception happened while executing a system service routine. ... The problem is that when the driver receives its first IOCTL and it is ... to complete or even forward this request a BSOD is reported. ...
    (microsoft.public.development.device.drivers)