Re: Having trouble with step 1
- From: wASP <wylbur[at]ev1[dot]net>
- Date: Sun, 10 Jul 2005 15:52:55 -0500
Hi again,
If anyone is interested, this problem has been solved.
Thanks,
wASP
======================
On Fri, 08 Jul 2005 13:57:57 -0500, wASP <wylbur[at]ev1[dot]net> wrote:
>On Fri, 8 Jul 2005 10:40:02 -0700, "Cowboy (Gregory A. Beamer) - MVP"
><NoSpamMgbworld@xxxxxxxxxxxxxxxxxx> wrote:
>
>>1. Open a command prompt
>>2. Type cd %WINDIR%\Microsoft.NET\Framework\v1.1.4322
>> for 1.1 Framework (assume you are using the latest)
>>3. Type aspnet_regiis /i
>>
>>That should register ASP.NET with your IIS server.
>>
>>4. Try your page again.
>
>
>Hi Gregory,
>
>Thank you so much for the help - it got me to my next problem.
>
>Apparently, I have a security issue. I am logged in as administrator,
>and my C: drive is accessible. Under the "Security" tab for Properties
>for Inetpub, all of the "Allow" boxes are checked - BUT they are greyed out.
>
>Now that I look further, the same thing is the case for every folder
>in the root that I examined. What follows is the error message:
>
>===================================================================
>
>Server Error in '/' Application.
>--------------------------------------------------------------------------------
>
>Server cannot access application directory 'c:\inetpub\wwwroot\'.
>The directory does not exist or is not accessible because of security settings.
>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: Server cannot access application
>directory 'c:\inetpub\wwwroot\'. The directory does not exist or is not accessible
>because of security settings.
>
>
>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 (0x80004005): Server cannot access application directory
>'c:\inetpub\wwwroot\'.
>The directory does not exist or is not accessible because of security settings.]
> System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
> System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263
>
>[HttpException (0x80004005): ASP.NET Initialization Error]
> System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +983
> System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
>
>--------------------------------------------------------------------------------
>Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
>Version:1.1.4322.2032
>
>===================================================================
>
>
> ... and I still have the question as to why is FireFox prompting me for a password?
>
>
>Thanks In Advance!
>
>- wASP
- wASP
.
- Follow-Ups:
- Re: Having trouble with step 1
- From: Winshent
- Re: Having trouble with step 1
- References:
- Having trouble with step 1
- From: wASP
- RE: Having trouble with step 1
- From: Cowboy (Gregory A. Beamer) - MVP
- Re: Having trouble with step 1
- From: wASP
- Having trouble with step 1
- Prev by Date: Re: Using .Invalidate to repaint the screen
- Next by Date: RE: Using .Invalidate to repaint the screen
- Previous by thread: Re: Having trouble with step 1
- Next by thread: Re: Having trouble with step 1
- Index(es):
Relevant Pages
|