I have .net 2.0 asmx service. Have windows xp sp2 without IIS, with .net 2.0.
I know about hosting wcf server in your app, but it’s only in 3.5 framework.
i have no right to install higer .net or iis on this machine.
How i can easily host that service, maybe some known libraries?
I have .net 2.0 asmx service. Have windows xp sp2 without IIS, with .net
Share
Compile the
WebServicewith .NET 2.0 instead of 3.5 or 4.0 and you should be able to host it inside your IIS.Here is an example on how to create and host a Web Service using .NET 2.0 and IIS.
Update
Since you don’t have IIS and probably Can’t install it, you can use Web Matrix, it’s not a software that should be use to host your web services permanently, but it’s very ideal when you develop web applications. You don’t even need administration priviliges since it uses ports above 1024.