Link to home
Start Free TrialLog in
Avatar of Netlink2
Netlink2

asked on

The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access

Hi, I'm getting the following error when I load my aspx page.

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

I've given IUSR full permissions to the folder.
Avatar of illuzian
illuzian
Flag of Australia image

where exactly in the page do you get this error?

Rejo
Avatar of Netlink2
Netlink2

ASKER

Illuzian, the link doesn't work, in fact I can't find www.thescripts.com at all.
Rejojohny, I get the error when I go to load the web site, before any page is loaded. i.e. before default.aspx is loaded.
ASKER CERTIFIED SOLUTION
Avatar of Rejojohny
Rejojohny
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No, It's set to IUSR, I can't change it to accepty anonymous as a user.
I checked all the security permissions and ensured network service had full permission for the folder. I even reset permissions to make sure. No dice. I found the following trick to fix it quickly...despite my time looking for it.

In a command prompt, navigate to the following:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Then run the following command:
aspnet_regiis -ga "NT AUTHORITY\NETWORK SERVICE"

Everything worked fine after running that.

http://dnnblog.venexus.com/NT+AUTHORITYNETWORK+SERVICE+Does+Not+Have+Write+Access.aspx