Skip to main content

Posts

Showing posts from 2011

aspnet_regiis

The current identity (.......) does not have write access to 'c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files' When configuring a web site on IIS, I had this issue and I know how to resolve it by using a command line tool, but I always spend 5 or 10 minutes looking for the name of the tool in the internet: Here is the name of this tool and it's location: C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis And we need to use it with these parameters to grant the right to the user running the application pool: C:\WINNT\Microsoft.NET\Framework\v2.0.50727> aspnet_regiis –ga username