Skip to content

Instantly share code, notes, and snippets.

@tomekjuranek
Created November 7, 2012 13:26
Show Gist options
  • Save tomekjuranek/4031574 to your computer and use it in GitHub Desktop.
Save tomekjuranek/4031574 to your computer and use it in GitHub Desktop.
Grants the specified user or group access to the IIS metabase and other directories that are used by ASP.NET.
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -ga {server}\{user}
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ga {server}\{user}
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -ga {server}\{user}
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ga {server}\{user}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment