Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > ASP.NET access permission

Reply
Thread Tools

ASP.NET access permission

 
 
James Wong
Guest
Posts: n/a
 
      07-14-2008
Hi everybody,

I have a web services application running on Windows 2000 Server. In order
to create sub-folders and write files by the application, I grant the user
ASP.NET having full control on my application folder. It works fine without
any problem.

However, when I install the same application in another server running
Windows 2003, do the same thing to grant full control for user ASP.NET on
application foler, it fails to create sub-folder and write files.

Somebody told me that since the difference of IIS version between Server
2000 and 2003, the way to grant access permission for user ASP.NET is not
exactly the same. But he has no idea how I can solve the problem.

Do you have any advice on my issue? Thanks in advance!

Regards,
James Wong

 
Reply With Quote
 
 
 
 
Alex Meleta
Guest
Posts: n/a
 
      07-14-2008
Hi James,

Try to grant permissions to the "NT AUTHORITY\NETWORK SERVICE" (Basicaly,
"ASPNET" on IIS5.0 and "NT AUTHORITY\NETWORK SERVICE" on IIS 6.0)

Regards, Alex Meleta
private.php?do=newpm&u=; blog:devkids.blogspot.com


 
Reply With Quote
 
 
 
 
James Wong
Guest
Posts: n/a
 
      07-14-2008
Hi Alex,

It works! Thanks a lot for your help!

Regards,
James Wong

"Alex Meleta" wrote:

> Hi James,
>
> Try to grant permissions to the "NT AUTHORITY\NETWORK SERVICE" (Basicaly,
> "ASPNET" on IIS5.0 and "NT AUTHORITY\NETWORK SERVICE" on IIS 6.0)
>
> Regards, Alex Meleta
> private.php?do=newpm&u=; blog:devkids.blogspot.com
>
>
>

 
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
Fixed: The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {555F3418-D99E-4E51-800A-6E89CFD8B1D7} to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19). Skybuck Flying Windows 64bit 1 06-29-2009 06:17 PM
PERL windows : "Windows cannot access the specified device, path orfile. You may not have the appropriate permission to access the item." guru Perl Misc 4 02-18-2009 04:46 PM
Unable to "access" PC on Home Network : No Access Permission GoldHawk Wireless Networking 2 04-19-2008 09:48 PM
permission to access computer on network =?Utf-8?B?TWFyaWU=?= Wireless Networking 3 05-11-2005 12:32 PM
ASP.NET doesn't have permission to access resource Brent Bigler ASP .Net 4 12-20-2003 02:55 AM



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