Re: ASP app error after upgrading .NET framework to 1.1 - URGENT!

From: Bill Nguyen (billn_at_jaco.com)
Date: 08/25/03


Date: Mon, 25 Aug 2003 10:51:31 -0700


There's an ASPNETUSER account in the folder's security setup with full
control. I ran the app on the server itself and still got error 403!
Bill

      You might not have permission to view this directory or page using the
credentials you supplied.

--------------------------------------------------------------------------

      If you believe you should be able to view this directory or page,
please try to contact the Web site by using any e-mail address or phone
number that may be listed on the webserver home page.

      You can click Search to look for information on the Internet.

      HTTP Error 403 - Forbidden
      Internet Explorer

"Eric Newton" <ericnewton76@hotmail.com> wrote in message
news:ulccKB2YDHA.2548@TK2MSFTNGP09.phx.gbl...
> I believe there was a knowledge base article, try using
> google.com/microsoft.html to search for it
>
> But I think it said something like check to see if ASPNET (NT account) has
> read access to that directory.
>
> HTH
>
>
> --
> Eric Newton
> eric@ensoft-software.com
> C#/ASP.net Solutions developer
>
>
> "Bill Nguyen" <billn@jaco.com> wrote in message
> news:OyykH$dXDHA.2328@TK2MSFTNGP12.phx.gbl...
> > Corrections: upgrade to .NET framework 1.1.
> > Thanks
> > Bill
> >
> > "Bill Nguyen" <billn@jaco.com> wrote in message
> > news:uOqpTxcXDHA.1748@TK2MSFTNGP12.phx.gbl...
> > > Sorry for the cross post. I don't know which ng is more appropriate!
> > >
> > > After upgraded the IIS 5.0 server to .Net framework 1.2, I got
thiserror
> > > message when running the ASP.NET application (created in earlier
> version).
> > > Please help!!!!
> > > Bill
> > >
> > >
> > > Server Error in '/gsi' Application.
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > >
> > > Access denied to 'D:\intranet\gsi\'. Failed to start monitoring file
> > > changes.
> > > 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.Web.HttpException: Access denied to
> > > 'D:\intranet\gsi\'. Failed to start monitoring file changes.
> > >
> > > 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:
> > >
> > > [HttpException (0x80070005): Access denied to 'D:\intranet\gsi\'.
Failed
> > to
> > > start monitoring file changes.]
> > > System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String
> dir,
> > > Boolean watchSubtree, UInt32 notifyFilter) +140
> > > System.Web.DirectoryMonitor.StartMonitoring() +42
> > > System.Web.DirectoryMonitor.StartMonitoringFile(String file,
> > > FileChangeEventHandler callback, String alias) +154
> > >
> > >
> >
>
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory
> > > (String dir, FileChangeEventHandler callback) +278
> > > System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +331
> > >
> > > [HttpException (0x80004005): ASP.NET Initialization Error]
> > > System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +965
> > > System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
> > +128
> > >
> > >
> > >
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > > Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> > ASP.NET
> > > Version:1.1.4322.573
> > >
> > >
> >
> >
>
>



Relevant Pages

  • Re: Vista SSO not working
    ... I have enabled default, fresh, saved, and ntlm-only with an appropriate server list. ... Vista get the login screen and are able to login fine. ... "Your credentials did not work. ... then the app opens. ...
    (microsoft.public.windows.terminal_services)
  • Re: Web Service 401 Authorization Err
    ... would explain why the app works when on the local machine, ... asp.net server, which can use them itself when talking to the web service. ... credentials propagation is the problem. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Connection Forcibly Closed
    ... app, the client connects directly to the AS server. ... the browser connects to the web server, which connects to the AS server. ... the web server cannot pass the client ... credentials on to the web server and will use it's own credentials to ...
    (microsoft.public.sqlserver.olap)
  • Re: Directory.GetFiles() / DirectoryInfo.GetFiles() on a remote server
    ... Are you sure the user you're impersonating has permission to that server and file share? ... To rule out credential issues once and for all I think you should try impersonation using your user account since you know for sure that you have access. ... I get an access error message when the code is running on a asp.net app. ... First I thought it was just a matter of credentials, ...
    (microsoft.public.dotnet.framework.aspnet)