soap - hosting asmx web service in .net 2.0 clr without iis -


i have .net 2.0 asmx service. have windows xp sp2 without iis, .net 2.0.
know hosting wcf server in app, it's in 3.5 framework.
have no right install higer .net or iis on machine.
how can host service, maybe known libraries?

compile webservice .net 2.0 instead of 3.5 or 4.0 , should able host inside iis.

here example on how create , host web service using .net 2.0 , iis.

update

since don't have iis , can't install it, can use web matrix, it's not software should use host web services permanently, it's ideal when develop web applications. don't need administration priviliges since uses ports above 1024.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -