Calling Executables from CLR Procedure
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have CLR procedure which sends request to server and get the url, I need to open that url into browser. I am trying to do it in the application code by Process.Start("IExplore.exe",url). When I debug the code it runs fine but when it deploy to SQL Server to call from CLR procedure it returns error "Request Failed". Hope someone can help to solve this. Thanks