Ask a Question related to ASP.NET Security, Design and Development.
-
Amoeba Cowboy #1
Re: I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Hi James, were you able to resolve your problem? I'd be interested to
know how you achieved this. Basically I have the same set up as you. I
want any credentialed user to be able to log in to my ASP.NET app from
any intranet workstation, not just the one that he or she is logged in
to. Cheers, Jo
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Amoeba Cowboy Guest
-
If user logged in statement?
I have a member site and only want the sign in to show if the user is not already signed in and the log out to show only if the user is logged in.... -
Best way to remember a logged in user
Hi All, What is the best way to use a cookie to remember a logged in user? Would you store the username and password in two separate cookies? ... -
Recognise a logged in user
Hi How do I recognise a logged in user on a Windows network. The clients are running XP/IE6. Server is NT Server 2000 / IIS. The Situation... -
Logged in user?
I need some asp code that can give me the user that is logged on to the PC, can anyone help? Regards Betina -
Identify logged on user
I want to identify the user name of the person logged onto the computer and display this name on an Access form. Can anyone show me how to do this? -
Raterus #2
Re: I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Either use Basic authentication or start-up IE using "RunAs"
"Amoeba Cowboy" <music@devdex.com> wrote in message news:up9ZMnGhEHA.3864@TK2MSFTNGP10.phx.gbl...> Hi James, were you able to resolve your problem? I'd be interested to
> know how you achieved this. Basically I have the same set up as you. I
> want any credentialed user to be able to log in to my ASP.NET app from
> any intranet workstation, not just the one that he or she is logged in
> to. Cheers, Jo
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!Raterus Guest
-
Amoeba Cowboy #3
Re: I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Hi Raterus, I use Integrated Windows Authentication, everything is
checked off in IIS for this web app.
Can you be more specific about starting up IE using "RunAs"?
Thanks
Jo
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Amoeba Cowboy Guest
-
Raterus #4
Re: I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
It is a windows 2000/XP thing, you can start a process with another users credentials (which you have to provide). Right-click on the program you want to run and select "Run As...", (in windows 2000 you need to hold "shift" in order to see this option). If you do this with iexplore.exe, you will be able to use integrated windows authentication with someone else's authentication. I've done it before and it does indeed work.
Hope this helps,
--Michael
"Amoeba Cowboy" <music@devdex.com> wrote in message news:OPo9l9GhEHA.1972@TK2MSFTNGP09.phx.gbl...> Hi Raterus, I use Integrated Windows Authentication, everything is
> checked off in IIS for this web app.
>
> Can you be more specific about starting up IE using "RunAs"?
>
> Thanks
> Jo
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!Raterus Guest
-
Shawn Anderson #5
Re: I want asp.net to act as a different user than the one that is currently logged on IS THIS POSSIBLE!!!
Why not use the Impersonate concept?
Shawn
"Raterus" <moc.liamtoh@suretar.reverse> wrote in message
news:eeYabzGhEHA.3612@TK2MSFTNGP12.phx.gbl...
Either use Basic authentication or start-up IE using "RunAs"
"Amoeba Cowboy" <music@devdex.com> wrote in message
news:up9ZMnGhEHA.3864@TK2MSFTNGP10.phx.gbl...> Hi James, were you able to resolve your problem? I'd be interested to
> know how you achieved this. Basically I have the same set up as you. I
> want any credentialed user to be able to log in to my ASP.NET app from
> any intranet workstation, not just the one that he or she is logged in
> to. Cheers, Jo
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Shawn Anderson Guest



Reply With Quote

