Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Minimum Permissions Required to Run ASP.NET

Reply
Thread Tools

Minimum Permissions Required to Run ASP.NET

 
 
corey.burnett@gmail.com
Guest
Posts: n/a
 
      11-14-2006
I have a web server running IIS 6. The network security team here has
completely locked down the server. They have installed an application
called Cisco Security Agent (CSA). What CSA does is deny or allow
access to certain files and folders. Currently they have it set up
very restrictively so that it denies access to lots of files and
folders. I find that when I go to run any type of ASP.NET application
I receive error messages that say that the Network Service user can not
access a certain folder. So I contact the network security team and
tell them to give Network Service rights to that folder. Then I try my
application again. This time I get a message about a different folder.
So we go through the process again and they give the Network Service
user access to that folder - and so on. What I am looking for is
something like this:

For ASP.NET to function properly you must set the following folder and
file permissions:
C:\Windows\inetsrv Network Service Full
rights
C:\Windows\Microsoft\Framework Network Service Read
etc...

And so on...

Basically I am looking for a list of folders, files and users with
their corresponding rights that must be in place for ASP.NET to
function properly. This is an ASP.NET v1.1 application running on IIS
6. I am assuming that this makes a difference because I believe that
IIS 6 has different requirements than IIS 5. Can anyone help point me
to a list of folder permissions that are necessary just to run ASP.NET
on IIS 6?

Thanks,
Corey

 
Reply With Quote
 
 
 
 
corey.burnett@gmail.com
Guest
Posts: n/a
 
      11-15-2006
I received an answer in a different newsgroup that I thought I would
also post here. Thanks to Juan T. Llibre for the following help...

For ASP.NET 1.1 :

http://msdn.microsoft.com/library/de...ary/en-us/dnne...

Skip over the initial stuff and go directly to "Table 1. Required NTFS
permissions".

You may as well save the same info for ASP.NET 2.0 :

http://msdn2.microsoft.com/en-us/library/kwzs111e.aspx

It will come in handy at some point, I'm sure.

Corey

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Minimum Permissions Required to Run ASP.NET Corey B ASP .Net 3 11-14-2006 09:41 PM
Minimum score required for passing =?Utf-8?B?TWFudQ==?= MCSD 9 06-13-2006 04:40 PM
What are the minimum permissions required for ASP.NET to instantiate the component? Stan ASP .Net 3 12-14-2005 08:16 PM
SBC and minimum required connection speed hanne Computer Support 1 04-07-2004 07:10 PM
minimum permissions required for access to a SQL Server session state server Mark Kamoski ASP .Net 7 08-09-2003 09:29 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57