Ask a Question related to ASP.NET Web Services, Design and Development.
-
Stephen Ahn #1
Distinguish between WebService and Windows App
From inside a dotnet class library, is it possible to tell whether
the dotnet application which called it is a web service, or a
windows application ?
Thanks,
Stephen
Stephen Ahn Guest
-
Does not distinguish between 2 sites on the same server
HI All, I have 2 different websites running on IIS6. The 2 sites are located on two different partitions on the server. They both share the same... -
windows authentication (webservice security)
I'm using a lan with domain server under win200, and, in the same network, but in an other machine, i've installed a webservice. This second server... -
Q: how can i use some webservice in my windows application (vb.net) ?
-- Best Regards , Tiraman :-) -
CGI uses file size to distinguish between regular values and files
I've been having a ton of problems handling file uploads with CGI.rb and after diving into the code, it looks like my woes can be narrowed down to... -
CGI uses file size to distinguish between regular values andfiles
I'm using the CGI module for file upload - I think it works, it is just poorly documented. At least it works for me - I use it mainly for... -
Manohar Kamath #2
Re: Distinguish between WebService and Windows App
Only if the library is running in-process with the application. You could
check for say an HTTP context being present, in which case the calling app
would be a web application, but not necessarily a web service.
--
Manohar Kamath
Editor, .netBooks
[url]www.dotnetbooks.com[/url]
"Stephen Ahn" <noaddress_at_noaddress.com> wrote in message
news:uskkhRkcFHA.2984@TK2MSFTNGP15.phx.gbl...> From inside a dotnet class library, is it possible to tell whether
> the dotnet application which called it is a web service, or a
> windows application ?
>
> Thanks,
> Stephen
>
>
>
Manohar Kamath Guest



Reply With Quote

