Will IIS 5 support WebServices
Will IIS 5 support WebServices
am 26.07.2007 09:22:00 von MicrosoftDayLightSaving
Hi All,
Could someone provide information on IIS 5 supporting WebServices?
we have a issue in our project , we are suppose to use WebServices with IIS
5, so i want to know if IIS 5 will support WebServices which is runs on .Net.
kindly help us.
thanks
Pradeep.V
Re: Will IIS 5 support WebServices
am 26.07.2007 09:36:26 von Kristofer Gafvert
Hello,
Web services is something that is being taken care of by the .NET
framework. IIS does not run web services directly, it passes the request
to the .NET framework and your code to execute the request.
So in simple terms, IIS does not know what a web service is. As long as
the .NET version you use support what you are trying to do with .NET code,
it will work on IIS (since IIS supports .NET).
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Microsoft-DayLightSaving wrote:
>Hi All,
>
>Could someone provide information on IIS 5 supporting WebServices?
>we have a issue in our project , we are suppose to use WebServices with
>IIS
>5, so i want to know if IIS 5 will support WebServices which is runs on
>.Net.
>
>
>kindly help us.
>
>
>thanks
>Pradeep.V
Re: Will IIS 5 support WebServices
am 26.07.2007 10:06:13 von MicrosoftDayLightSaving
Kristofer,
Thanks for this information. But could you please tell me where ASP 2.0
will support .net framework?
I short will IIS 5 , ASP 2.0 support or can process the request from .Net
framework?
regards
Pradeep.V
"Kristofer Gafvert" wrote:
> Hello,
>
> Web services is something that is being taken care of by the .NET
> framework. IIS does not run web services directly, it passes the request
> to the .NET framework and your code to execute the request.
>
> So in simple terms, IIS does not know what a web service is. As long as
> the .NET version you use support what you are trying to do with .NET code,
> it will work on IIS (since IIS supports .NET).
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Microsoft-DayLightSaving wrote:
>
> >Hi All,
> >
> >Could someone provide information on IIS 5 supporting WebServices?
> >we have a issue in our project , we are suppose to use WebServices with
> >IIS
> >5, so i want to know if IIS 5 will support WebServices which is runs on
> >.Net.
> >
> >
> >kindly help us.
> >
> >
> >thanks
> >Pradeep.V
>
Re: Will IIS 5 support WebServices
am 26.07.2007 11:36:25 von Kristofer Gafvert
ASP is not ASP.NET. I don't know much about ASP, but i suppose that you
can develop Web Services with ASP, but not as simple as using ASP.NET.
I thought we were talking about ASP.NET since you mentioned .NET in your
first post. I have been developing web services in .NET 1.0 and 1.1 for
IIS 5.0, 5.1 and 6.0 so i am pretty sure that it works using .NET and IIS
5.0.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Microsoft-DayLightSaving wrote:
>Kristofer,
> Thanks for this information. But could you please tell me where ASP 2.0
>will support .net framework?
>I short will IIS 5 , ASP 2.0 support or can process the request from .Net
>framework?
>
>regards
>Pradeep.V
>"Kristofer Gafvert" wrote:
>
>>Hello,
>>
>>Web services is something that is being taken care of by the .NET
>>framework. IIS does not run web services directly, it passes the request
>>to the .NET framework and your code to execute the request.
>>
>>So in simple terms, IIS does not know what a web service is. As long as
>>the .NET version you use support what you are trying to do with .NET code,
>>it will work on IIS (since IIS supports .NET).
>>
>>--
>>Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>Microsoft-DayLightSaving wrote:
>>
>>>Hi All,
>>>
>>>Could someone provide information on IIS 5 supporting WebServices?
>>>we have a issue in our project , we are suppose to use WebServices with
>>>IIS
>>>5, so i want to know if IIS 5 will support WebServices which is runs on
>>>.Net.
>>>
>>>
>>>kindly help us.
>>>
>>>
>>>thanks
>>>Pradeep.V
>>
Re: Will IIS 5 support WebServices
am 27.07.2007 07:44:01 von Egbert Nierop
"Kristofer Gafvert" wrote in message
news:xn0f95qx5s6zoen00q@news.microsoft.com...
> ASP is not ASP.NET. I don't know much about ASP, but i suppose that you
> can develop Web Services with ASP, but not as simple as using ASP.NET.
>
> I thought we were talking about ASP.NET since you mentioned .NET in your
> first post. I have been developing web services in .NET 1.0 and 1.1 for
> IIS 5.0, 5.1 and 6.0 so i am pretty sure that it works using .NET and IIS
> 5.0.
Hi Kristofer,
I think he means asp.net 2.0 but some folks never knew classic asp. So this
confuses for us, who know both.
Re: Will IIS 5 support WebServices
am 27.07.2007 08:02:03 von David Wang
On Jul 26, 12:22 am, Microsoft-DayLightSaving
wrote:
> Hi All,
>
> Could someone provide information on IIS 5 supporting WebServices?
> we have a issue in our project , we are suppose to use WebServices with IIS
> 5, so i want to know if IIS 5 will support WebServices which is runs on .Net.
>
> kindly help us.
>
> thanks
> Pradeep.V
IIS5 supports Web Services using ASP.Net and .Net Framework.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//