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

Re: identity does not have write access to Temporary ASP.NET Files'. by Madhur

Madhur
Thu Apr 24 11:07:33 CDT 2008

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

--
Madhur

"Naveen" <naveengnair@gmail.com> wrote in message
news:efddf8c9-ed86-4f6b-8c82-4e43d0175191@y21g2000hsf.googlegroups.com...
> 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