iis - Building web services without a web server -


OK, this is impossible, but I will try to explain the situation here.

We say that we are the case, that we need fast setup of a web server to run a simple soap web service (to inquire a DB and so on).

However in VS, however, on debugging a web project, an active ASP.NET development server is created without the reliability of the active IIS installed on the PC.

Is there a project that does this? This would be ideal for small projects, where a simple executable is ready to go to a server and allows web services to be executed immediately.

I have seen some things as nets, but they seem very old and I am not sure how well they work (they have been thoroughly tested).

EDIT: I have created an application that suggests you, however, how do I apply the HTTP GET / POST request for this service using this method? I tried to use WebGet after my operation but it did not work. For example, my service is on and I would like to use it as if

I believe that the development server Cassini code base used by Visual Studio (one of the fork Is based on the basis). I also found an article about hosting the asp.net runtime, it was created a while ago (2004), but has been updated since (2008). I think that a lot of the basic concepts are still the same.

Another way would be to be a roll-own web server using the HTTPLine class. If you want to use it to host SSM type services, it may take some work, but if you are doing the restless service, then this is not a bad choice (how it actually works) If you are not hosting it under IIS)


Comments