Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
impersonate in new thread
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="phil, post: 1995448"] My ASP.NET application sets up impersonate in the config file: <identity impersonate="true" userName="m1\aspuser" password="xyz" / Later, within my application, I create a thread: x= New processor Dim ts As New ThreadStart(AddressOf x.start) Dim thread As New Thread(ts) thread.Start() I suspect this thread does not have the same security context as the thread that started it (the ASP.NET thread). How do I set up this thread to have the same security context as the main thread? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
impersonate in new thread
Top