Home > Archive > Microsoft Webservices > June 2005 > WebServices w/o IIS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WebServices w/o IIS
|
|
| shahidmunshi 2005-05-23, 8:59 am |
| Please suggest...
I want to implement Web Services with out IIS...
I would like to implement my webservcies in ATL or in ASP.NET/C#
Can the new features being delivered with Visual Studio 2005 be used to
create and host web services w/o IIS for WinXS, 2k, 2k3 and Win 2005 or
it would be only for windows 2005...
Is this the right communication layer if i want it for configuring a
server from a client machine or i must use tcp binary..
| |
| Benjamin Mitchell 2005-06-05, 8:57 am |
| You can certainly implement web serivces without IIS (this is how Casini and
the ASP.NET Development Server work). Here are some good resources:
* Aaron Skonnard's MSDN article on how to do it with the features coming in
Whidbey
http://msdn.microsoft.com/msdnmag/i...on/default.aspx
* Another usefual article on a pre-Whidbey implementation:
http://www.microsoft.com/belux/nl/m...ostaspnet1.mspx
Or you could try this Google query:
http://google.com/search?q=asmx+OR+asp.net+without+IIS
Cheers,
Benjamin Mitchell
Microsoft Regional Director - UK
MVP ASP.NET
"shahidmunshi" <shahid_munshi@yahoo.com> wrote in message
news:1116830958.455704.261870@g44g2000cwa.googlegroups.com...
> Please suggest...
> I want to implement Web Services with out IIS...
> I would like to implement my webservcies in ATL or in ASP.NET/C#
> Can the new features being delivered with Visual Studio 2005 be used to
> create and host web services w/o IIS for WinXS, 2k, 2k3 and Win 2005 or
> it would be only for windows 2005...
> Is this the right communication layer if i want it for configuring a
> server from a client machine or i must use tcp binary..
>
|
|
|
|
|