Re: Getting aspx pages to render (have web.config)

From: Rob Y (ryacullo@telsource.com)
Date: 10/24/02


From: ryacullo@telsource.com (Rob Y)
Date: 23 Oct 2002 15:34:03 -0700


Bill,

Did you install the .NET Framework on the IIS Server you are using?

If so, did you create a virtual directory pointing to the directory
your files are in?

If so, make sure the application is set properly in IIS. Right-click
on the virtual directory and choose properties. On the Directory tab,
next to Application Name, make sure you app is listed here and the
button next to it says Remove. If the button says Create, then click
the create button to set this as an Application.

Hope this helps...
Rob

"Bill" <whmje@msn.com> wrote in message news:<af0801c27ac5$893e4260$37ef2ecf@TKMSFTNGXA13>...
> Hi,
> I am trying to get my aspx pages to display.
>
> I understand that aspx pages do not run via an anomymous
> account. I have a web.config file in my default web site
> for aspx reference. I get the access denied error
> message. I saw a reference in one book that made
> reference to using the local computer account named
> ASPNET (aspnet_wp account? what default password?), but I
> have not seen anything more as far as directions, and
> thus far have spent more time than I would like to admit
> trying to figure this out on my own.
>
> Any help would be greatly appreciated.
>
> Thanks.