identity does not have write access to Temporary ASP.NET Files'.

N

Naveen

Hi Friends,

I created one ASP.Net 2.0 application and deployed that in IIS.

When I tried to access that through IE, it is giving following error.

The current identity (ComputerName\ASPNET) does not have write access
to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files'.


I have done following things

run C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
run aspnet_regiis -ga "ComputerName/ASPNET"

But still i am getting same error.

Please help me.

Thank you

Naveen G
 
M

Madhur

Give the specified folder permissions to IIS_WPG and also to current
application pool account.
That should resolve.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top