Ask a Question related to ASP.NET Security, Design and Development.
-
Jason Elliott #1
Impersonation not working with Asynchronous calls
I make a connection from my web service function to a sql
database (on another machine) using Windows Only
authentication and the following in my web.config
<identity impersonate="true"
userName="domain\username"
password="password">
</identity>
When I call the function synchronously everything works
fine but when I try to call it asynchronously it doesn't
pass the impersonate info and I receive the following
error back.
Login failed for user '(null)'. Reason: Not associated
with a trusted SQL Server connection.
How do I pass windows credentials in order to connect to a
SQL database in an asynchronous web service call?
Jason Elliott Guest
-
Asynchronous calls from Java?
Hi, I want to listen for events on the java side and have a flex method called when something happens. How would I do this? This should be... -
Asynchronous web service calls
Hi I am trying to do some tests using asynchronous web service calls and have hit a problem. I have reduced the problem to the minimum so... -
Asynchronous web service calls, will you still have timeouts
If I am calling web services asynchronously, will I still have to be concerned with the request timing out? If IIS starts a process (calling a web... -
duplicateMovieClip function calls (Asynchronous)
My head is battered, I've tried loads of ways to do this function createPrinterOutput(){ var i=1; var sampleX =... -
Windows identity during asynchronous calls
I'm trying to access a SQL server from a thread started from an asp.net application and get a "Cannot log into database as user null..." error. How...



Reply With Quote

