Cannot Create Temporary Files

  • Thread starter Thread starter Kiko +
  • Start date Start date
K

Kiko +

Hi,

I've been getting this error:


Server Error in '/applicationname' Application.
----------------------------------------------------------------------------
----

Failed to create temporary files directory
'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\applicationname\696e1ecf\2e9eae27'. Access denied.

Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Failed to create temporary
files directory 'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary
ASP.NET Files\application name\696e1ecf\2e9eae27'. Access denied.


ASPNET user account is already under Administrators and Users account groups
(as installed by default). The "Temporary ASP.NET Files" folder is already
set with ASPNET user account having full access to it. But I still get this
error. I really appreciate anyone who can help. Thanks in advance.

Kiko
 
Have the IUSR and IWAM also the write access right ?
Depending on what you're trying to do It coulb be this.

Otherwise if you're on a Lan it could be that it's not the
user ASPNET running your application that has the rights.

Ivan
-----Original Message-----
Hi,

I've been getting this error:


Server Error in '/applicationname' Application.
---------------------------------------------------------- ------------------
----

Failed to create temporary files directory
'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\applicationname\696e1ecf\2e9eae27'. Access denied.

Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Failed to create temporary
files
directory 'C:\WINNT\Microsoft.NET\Framework\v1.0.3705
\Temporary
 
Thanks Ivan! It worked!

Ivan said:
Have the IUSR and IWAM also the write access right ?
Depending on what you're trying to do It coulb be this.

Otherwise if you're on a Lan it could be that it's not the
user ASPNET running your application that has the rights.

Ivan

directory 'C:\WINNT\Microsoft.NET\Framework\v1.0.3705
\Temporary
 
Back
Top