Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Does ASP.NET user security be increased

Reply
Thread Tools

Does ASP.NET user security be increased

 
 
Aayush
Guest
Posts: n/a
 
      10-19-2003

Hi,
I am developing ASP.NET web applications that involves automating of office componets (like Word etc.) for which I need to read/write .doc files etc. But with the default prividges I encountered an error saying that the IU_ASPNET user's privedges do not allow the doc file to be opened !!!
So for testing purpose only I increased the privedges of the IU_ASPNEt user to administrator, which in my view is very bad for security reasons, but I cant figure out how to set the minimal privedges to this user to make my application both secure and working

Looking anxiously for answers and suggestions

-Aayush
 
Reply With Quote
 
 
 
 
Jéjé
Guest
Posts: n/a
 
      10-20-2003
use the active user impersonation or you can choose a particular account to
authenticate your local request on the server.

if your actual authentication method is Windows, I recommend to impersonate.
In this case the security used to access your local ressources on the server
is the client security.

look at the <impersonate> tag in your web.config file.

"Aayush" <> a écrit dans le message de
news:07CB5AAA-FAFB-4663-B5C9-...
>
> Hi,
> I am developing ASP.NET web applications that involves automating of

office componets (like Word etc.) for which I need to read/write .doc files
etc. But with the default prividges I encountered an error saying that the
IU_ASPNET user's privedges do not allow the doc file to be opened !!!
> So for testing purpose only I increased the privedges of the IU_ASPNEt

user to administrator, which in my view is very bad for security reasons,
but I cant figure out how to set the minimal privedges to this user to make
my application both secure and working
>
> Looking anxiously for answers and suggestions
>
> -Aayush



 
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
File sizes have increased Monica Computer Support 2 06-27-2004 09:12 AM
Increased RAM Heather Potter Computer Support 6 06-15-2004 04:49 AM
increased popups? 1st-timer Computer Support 6 04-11-2004 12:47 AM
Increased web access security wisefool Computer Support 1 01-23-2004 05:48 AM
Can PIX log time be increased via PFSS? Ron Wood Cisco 0 11-15-2003 02:47 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