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