Ask a Question related to ASP.NET Security, Design and Development.
-
Bill Nguyen #1
Re: ASP app error after upgrading .NET framework to 1.1 - URGENT!
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...thiserror> 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
> [email]eric@ensoft-software.com[/email]
> 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 gotthe> version).> > > message when running the ASP.NET application (created in earlier>> >> > > 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 ofinformation> > > current web request. Please review the stack trace for moreFailed> the> > > 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> > > exception can be identified using the exception stack trace below.
> > >
> > > Stack Trace:
> > >
> > > [HttpException (0x80070005): Access denied to 'D:\intranet\gsi\'.System.Web.FileChangesMonitor.StartMonitoringDirec toryRenamesAndBinDirectory> dir,> > to> > > start monitoring file changes.]
> > > System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String>> >> > > Boolean watchSubtree, UInt32 notifyFilter) +140
> > > System.Web.DirectoryMonitor.StartMonitoring() +42
> > > System.Web.DirectoryMonitor.StartMonitoringFile(St ring file,
> > > FileChangeEventHandler callback, String alias) +154
> > >
> > >>> > +128> > > (String dir, FileChangeEventHandler callback) +278
> > > System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +331
> > >
> > > [HttpException (0x80004005): ASP.NET Initialization Error]
> > > System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +965
> > > System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr)> >> > >
> > >
> > >
> -------------------------------------------------------------------------->> > --> > ASP.NET> > > ----
> > > Version Information: Microsoft .NET Framework Version:1.1.4322.573;> >> > > Version:1.1.4322.573
> > >
> > >
> >
>
Bill Nguyen Guest
-
Upgrading Framework v1.1.4322.342 to v1.1.4322.573
Hi, I'm running Windows 2003 Enterprise Server (build 3718) but I'm unable to upgrade my Framework. If I try the redistributable, I get a... -
Error Expected ';' in .Net Framework
This is a javascript error. If you had looked at the source, you would have seen, that your form's name is _ctl1:Form. ..NET creates a... -
.Net Framework, error 11606
hi, my .Net Framework was installed when I had windows ME on my computer, the pack was downloaded from windows update, now, after updating to... -
SQL Error caused by .NET Framework incompatibility
Our app was built on VS using .NET Framework version 1.0.3705 It worked fine until last week when the SysAdmin installed W2k SP4 which, it... -
How to cope with user upgrading to newer .Net framework
Hello Joel, Please try: <startup> <supportedRuntime version="v1.0.3705"/> <requiredRuntime version="v1.0.3705" safemode="true"/> </startup>...



Reply With Quote

