PC Review


Reply
Thread Tools Rate Thread

change ASPNet user name

 
 
Coco
Guest
Posts: n/a
 
      15th Oct 2003
Hi!
I am developing an asp.net which make use of my c# object
to put message in the message queue which is in the as/400
machine. there's security issue here where the queue
manager only allow the user that it regconise to access
the queue
i have a user called "Intranet" can access to the queue,
how can i make my program to run under this username?
 
Reply With Quote
 
 
 
 
Jim Shelly
Guest
Posts: n/a
 
      15th Oct 2003
You need to add an <identity impersonate = true> tag into the web.config.
Here is the complete syntax

<identity impersonate="true|false"
userName="domain\username"
password="password"/>

"Coco" <(E-Mail Removed)> wrote in message
news:06ff01c392b8$25a1e2f0$(E-Mail Removed)...
> Hi!
> I am developing an asp.net which make use of my c# object
> to put message in the message queue which is in the as/400
> machine. there's security issue here where the queue
> manager only allow the user that it regconise to access
> the queue
> i have a user called "Intranet" can access to the queue,
> how can i make my program to run under this username?



 
Reply With Quote
 
Coco
Guest
Posts: n/a
 
      15th Oct 2003
this setting will effect the whole application can i
change it to apply on a program only?
>-----Original Message-----
>You need to add an <identity impersonate = true> tag into

the web.config.
>Here is the complete syntax
>
><identity impersonate="true|false"
> userName="domain\username"
> password="password"/>
>
>"Coco" <(E-Mail Removed)> wrote in

message
>news:06ff01c392b8$25a1e2f0$(E-Mail Removed)...
>> Hi!
>> I am developing an asp.net which make use of my c#

object
>> to put message in the message queue which is in the

as/400
>> machine. there's security issue here where the queue
>> manager only allow the user that it regconise to access
>> the queue
>> i have a user called "Intranet" can access to the queue,
>> how can i make my program to run under this username?

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
aspnet user Justin Microsoft ASP .NET 4 13th Oct 2004 04:27 PM
Re: ASPNET user and IIS Sorin Sandu Microsoft ASP .NET 0 19th Jun 2004 07:16 AM
What happens when you change the aspnet user password? jn148 Microsoft ASP .NET 1 7th Nov 2003 10:18 PM
copying printers to the IIS user or ASPNET user george d lake Microsoft Windows 2000 Printing 0 17th Jul 2003 09:31 PM
Re: How do I allow aspnet user to change registry Abe Windows XP Security 0 30th Jun 2003 08:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:09 AM.