Ask a Question related to ASP.NET Security, Design and Development.
-
Teemu Keiski #1
Re: Access Denied Temporary ASP.NET files
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:
[url]http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/windowsserver2003/proddocs/standard/aaconusingaspnetprocessmodel.asp[/url]
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
[url]http://www.mansoft.fi[/url]
AspInsiders Member, [url]www.aspinsiders.com[/url]
ASP.NET Forums Moderator, [url]www.asp.net[/url]
AspAlliance Columnist, [url]www.aspalliance.com[/url]
"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
Teemu Keiski Guest
-
Access Denied for Put Files
I've been working on a site, editing pages and putting them to the Development server on our company network. No problems for weeks. Suddenly... -
Access Denied for mp3 files
Hello, everyone: I have an asp.net application which dynamically display some audio. My way is: litAudio.Text=@"<embed... -
Access denied on 'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\2135a508\8d69a834\hkytxhe8.dl
All of a sudden my web started to retirn this in IE 6---> First a bit earlier I had access problems with IIS wanting to access c:\winnt\temp - I... -
Deleting unwanted files - Access Denied Message
Hi, I'm new to using a PC and need a bit of help, please. I'm trying to deleted some unwanted files and I'm getting the following message "Cannot... -
ACCESS DENIED TO FILES WHEN INSTALLING EVEN WHEN ADMINISTRATOR
WE HAVE RECENTLY UP TO A PROBLEM WITH XP PRO THAT IS TELLING US ACCESS IS DENIED TO A NUMBER OF FILES THAT NEED TO BE ACCESSED BEFORE BEING ABLE TO...



Reply With Quote

