Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 .NET Inside SQL Server (2005)
 asyn. web service from CLR stored procedure

Author  Topic 

kmjayprakash
Starting Member

1 Post

Posted - 2009-04-09 : 01:47:14
CAN ANYBODY HELP ME.....

How to call web services asynchronously from CLR stored procedure.
and same time i want to access sql server database from that web service.

( some how i have done this with help of some related articles. but i am getting sql connection exception(cannot open database.login failed for user '<username>/ASPNET') while connecting to the sql server from web services.i have created login user for '<username?\ASPNET' in database also.
but still i facing same problem.Is there any other way to solve this problem.)

THANKS IN ADVANCE


Jayaprakash.K
   

- Advertisement -