What do I need to run a web service on my PC ?
I know I need the .NET Framework, but do I need IIS Running ?Yes , Web services run on IIS only..
Thats why IIS must be running mode
"Mr Newbie" wrote:
> What do I need to run a web service on my PC ?
> I know I need the .NET Framework, but do I need IIS Running ?
>
>
Do web services share the ASP.NET class libraries ?
"Satish" <Satish@.discussions.microsoft.com> wrote in message
news:27CC00D4-5366-4085-B41C-A06F8C0471EE@.microsoft.com...
> Yes , Web services run on IIS only..
> Thats why IIS must be running mode
> "Mr Newbie" wrote:
>
Since web services runs in IIS , that system must be aware of .NET framework
.
J2EE also supports Web Services.It supports XML , so web services are
platform and language independent.
"Mr Newbie" wrote:
> Do web services share the ASP.NET class libraries ?
> "Satish" <Satish@.discussions.microsoft.com> wrote in message
> news:27CC00D4-5366-4085-B41C-A06F8C0471EE@.microsoft.com...
>
>
I see. So although the .NET Framework must be present, If I were to remove
just the ASP.NET Class libraries, would I be still able to run a web service
?
"Satish" <Satish@.discussions.microsoft.com> wrote in message
news:6C55384C-0988-489B-BECF-0158C020B8F9@.microsoft.com...
> Since web services runs in IIS , that system must be aware of .NET
> framework.
> J2EE also supports Web Services.It supports XML , so web services are
> platform and language independent.
> "Mr Newbie" wrote:
>
No you cannot run web service with out .NET class libraries.
"Mr Newbie" wrote:
> I see. So although the .NET Framework must be present, If I were to remove
> just the ASP.NET Class libraries, would I be still able to run a web servi
ce
> ?
>
> "Satish" <Satish@.discussions.microsoft.com> wrote in message
> news:6C55384C-0988-489B-BECF-0158C020B8F9@.microsoft.com...
>
>
yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is
"Satish" <Satish@.discussions.microsoft.com> wrote in message
news:9905748C-D924-4814-A8B4-505D1E403648@.microsoft.com...
> No you cannot run web service with out .NET class libraries.
> "Mr Newbie" wrote:
>
If I remember I saw once that this is not needed (HTTP is just the default
transport protocol)... I'll try to see if I can find back the source of this
info...
Patrice
"Mr Newbie" <sedfsdf@.sdfsdf.com> a crit dans le message de
news:OKkTfJQDFHA.2756@.TK2MSFTNGP15.phx.gbl...
> yes, but more specifically, i want to know if you could run without the
> ASP.NET Class libraries, or alt least understand where the commonality is
> "Satish" <Satish@.discussions.microsoft.com> wrote in message
> news:9905748C-D924-4814-A8B4-505D1E403648@.microsoft.com...
>
at Client side no need to have .NET framework.But serverside it is must.
"Patrice" wrote:
> If I remember I saw once that this is not needed (HTTP is just the default
> transport protocol)... I'll try to see if I can find back the source of th
is
> info...
> Patrice
>
> --
> "Mr Newbie" <sedfsdf@.sdfsdf.com> a écrit dans le message de
> news:OKkTfJQDFHA.2756@.TK2MSFTNGP15.phx.gbl...
>
>
It was likely :
http://msdn.microsoft.com/msdnmag/i...on/default.aspx
It looks like it uses .NET 2.0 to easily implement your own HTTP listener
allowing to handle those requests without using IIS.
If you need to run this on 1.0 and 1.1,
http://www.dotnet247.com/247referen...ostaspnet1.mspx
might perhaps help...
Patrice
"Patrice" <nobody@.nowhere.com> a crit dans le message de
news:Os8k6TQDFHA.2632@.TK2MSFTNGP12.phx.gbl...
> If I remember I saw once that this is not needed (HTTP is just the default
> transport protocol)... I'll try to see if I can find back the source of
this
> info...
> Patrice
>
> --
> "Mr Newbie" <sedfsdf@.sdfsdf.com> a crit dans le message de
> news:OKkTfJQDFHA.2756@.TK2MSFTNGP15.phx.gbl...
is
are
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment