Hello,
The change in web.config is application specific. Please double check that
the asp.net account does have full control permissions
to the temporary asp.net files folder and make sure to cascade those
permissions down. If that fails, try adding the asp.net account to the
administrators group to see if that fixes it.(Make sure to remove it)
If the problem is still there, please feel free to post here. Thanks.
Best regards,
yhhuang
VS.NET, Visual C++
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net?
http://www.gotdotnet.com
--------------------
!From: <.>
!References: <uIjPSy#
[email protected]>
<
[email protected]>
!Subject: Re: Change the Temporary ASP.NET Files Location?
!Date: Wed, 2 Jul 2003 08:26:36 -0400
!Lines: 12
!X-Priority: 3
!X-MSMail-Priority: Normal
!X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
!X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
!Message-ID: <
[email protected]>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!NNTP-Posting-Host: d150-83-130.home.cgocable.net 24.150.83.130
!Path: cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
!Xref: cpmsftngxa09.phx.gbl microsoft.public.dotnet.framework.aspnet:31688
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Can it be changed globally or is it app specific?
!I tried to change the tempDirectory attribute in the global default
!machine.config file
!(%SystemRoot%\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config). I
!gave the new directory the correct permissions, renamed the original
!Temporary ASP.NET Files folder (to spoof) and did an IISRESET. It did'nt
!work. Error said I didn't have correct perms on original directory! Looks
!like it was still looking for
!%SystemRoot%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files! I
!tried both <newDirPath> & <newDirPath>\Temporary ASP.NET Files. Wasn't
sure.
!
!
!