[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Launch aspx page from web service

sramruttun

8/8/2003 5:49:00 AM

hi guys

Is there a way to launch an aspx page from the WebMethod of webservice?


1 Answer

Marina

8/8/2003 5:07:00 PM

0

How could that possibly work?

The web service could be located anywhere - and the application calling it
could be anything. The web service can't possibly have a handle to the
client that would allow it to do that. The application could be a web page,
a windows app, another web service - etc. All the web service knows how to
do, is to execute a particular method, and return the results. Other then
that it knows nothing.

"sramruttun" <sramruttun@yahoo.com> wrote in message
news:OxKUZCXXDHA.388@TK2MSFTNGP10.phx.gbl...
> hi guys
>
> Is there a way to launch an aspx page from the WebMethod of webservice?
>
>