Ask a Question related to ASP.NET Security, Design and Development.
-
Aayush #1
Does ASP.NET user security be increased
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
Aayush Guest
-
File size increased enormously after conversion of Word doc to pdf
I have a problem, when converting a word document (Word XP, os Windows XP) that is only 90Kb, it is turning out with a file size of 746Kb when... -
Increased file size with date in footer
Hi - I'm using Acrobat 6.0 for converting Word 97 files to PDF. Once converted when I try to add "date" in header or footer to the PDF, the file size... -
Font size increased in dialogue boxes and pallets
I installed InDesign, Illustrator and Photoshop CS recently on a new PC running XP Pro (1Gb ram). On a recent visit to Singapore I bought a new... -
User security features
At work I have used NT and currently 2000. In both you could configure when and where a user could logon. At home I have XP Home Edition and... -
Jéjé #2
Re: Does ASP.NET user security be increased
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" <anonymous@discussions.microsoft.com> a écrit dans le message de
news:07CB5AAA-FAFB-4663-B5C9-ABBFBDEBBECE@microsoft.com...office componets (like Word etc.) for which I need to read/write .doc files>
> Hi,
> I am developing ASP.NET web applications that involves automating of
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 !!!user to administrator, which in my view is very bad for security reasons,> So for testing purpose only I increased the privedges of the IU_ASPNEt
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
Jéjé Guest



Reply With Quote

