Re: Access Denied Temporary ASP.NET files
From: Heather Schneider (schneiderhe2002_at_yahoo.com)
Date: 07/17/03
- Next message: cathy: "Acces denied when creating an instance of outlook"
- Previous message: Teemu Keiski: "Re: authentication and authorization in subfolders"
- In reply to: Teemu Keiski: "Re: Access Denied Temporary ASP.NET files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 17 Jul 2003 13:33:54 -0700
Thanks for the info. I didn't realize it wasn't using user
ASPNET, so all the security experiments I was making were
useless.
We got it working again, by opening a command prompt and
going to c:\windows\Microsoft.NET\Framework\v1.1.4322 and
running "aspnet_regiis -i " and rebooting the machine. We
had done this once before, to get ASPX pages to run, but
we must have messed it up somehow.
We had an old version of the .NET framework on the
machine, so maybe it got messed up when we installed the
new version 1.1? At least it's working again...
Thanks, Heather
>-----Original Message-----
>Windows Server 2003...have you modified the default
security of ASP.NET
>anyway? In Win2k3 the default account ASP.NET runs under
is the process
>account 'NETWORK SERVICE' (of WWW services), not ASPNET
user, unless you
>have changed it.
>
>See:
>http://www.microsoft.com/technet/treeview/default.asp?
url=/technet/prodtechnol/windowsserver2003/proddocs/standar
d/aaconusingaspnetprocessmodel.asp
>
>So in other words, you need to give these permissions for
the NETWORK
>SERVICE account, unless you have modified the settings.
>
>--
>Teemu Keiski
>MCP, Designer/Developer
>Mansoft tietotekniikka Oy
>http://www.mansoft.fi
>
>AspInsiders Member, www.aspinsiders.com
>ASP.NET Forums Moderator, www.asp.net
>AspAlliance Columnist, www.aspalliance.com
>
>
>"Heather Schneider" <schneiderhe2002@yahoo.com> wrote in
message
>news:009801c34c92$3f5706b0$a601280a@phx.gbl...
>> Hi -
>>
>> I have a web service which is working on a Windows XP
>> machine. I'm having trouble running it on Windows 2003
>> Server. When I try to run the application, which is
under
>> the default web site, I get this error:
>>
>> Access to the
>> path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
>> \Temporary ASP.NET Files\mywebapp\89ba36aa\dcea6947" is
>> denied.
>> I have tried giving read/write permissions to the entire
>> Windows directory to both the IUSR_machine account and
the
>> ASPNET account, to no avail.
>>
>> Any ideas?
>>
>> Thanks!
>> Heather
>
>
>.
>
- Next message: cathy: "Acces denied when creating an instance of outlook"
- Previous message: Teemu Keiski: "Re: authentication and authorization in subfolders"
- In reply to: Teemu Keiski: "Re: Access Denied Temporary ASP.NET files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|