Saturday, March 24, 2012

Permission script

I'm going to deploy an web app on a client's server. It requires write
permission for the ASP.NET account for one of the folders.
c:/inetpub/wwwroot/mysite/logs
Is there a script that can automatically do that? in VBS? or BAT? or NET?
Assume my client has admin permission on the server.
Thanks,
AaronYou could write a bat file to use CACLS.EXE from the command line.
http://support.microsoft.com/?kbid=135268
Scott
http://www.OdeToCode.com/blogs/scott/
On Sat, 2 Apr 2005 16:11:00 -0700, "Aaron" <kuya789@.yahoo.com> wrote:

>I'm going to deploy an web app on a client's server. It requires write
>permission for the ASP.NET account for one of the folders.
>c:/inetpub/wwwroot/mysite/logs
>Is there a script that can automatically do that? in VBS? or BAT? or NET?
>Assume my client has admin permission on the server.
>Thanks,
>Aaron
>

0 comments:

Post a Comment