Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

1) You got to remove the VIEW ANY DATABASE permission for the public group. (T-SQL) USE master Deny VIEW ANY DATABASE to public 2) to let the user see his database you must make this user the owner of the db when you create the database: see here for Read More...
icacls C:\inetpub\wwwroot\mysite\ /grant:r "IIS APPPOOL\mywebsitepool":(OI)(CI)(RX) guarantees that new files & directories put into this folder inherit the permissions that were set for the parent folder. More details on IIS7 Application pool isolation Read More...
 
Page view tracker