Posted By: Void | Nov 28th, 2004 @ 12:18 AM
page 1 of 1
Comments: 4 | Views: 13346
Void
Void
A state of nonexistence

I need to do a Windows service which has a simple web interface. I can't use IIS or other web server.

I bet MS has something built into .net but I can't find it. Seems like they expect you to use IIS.

 

Void wrote:

I need to do a Windows service which has a simple web interface. I can't use IIS or other web server.

I bet MS has something built into .net but I can't find it. Seems like they expect you to use IIS.

 



Cassini
http://www.asp.net/Default.aspx?tabindex=6&tabid=41

Its a sample showing a basic web server and how to host asp.net apps.
Google search for C# HTTPServer returns the top hit as
http://www.dotnetspider.com/technology/Tools/ShowTool.aspx?ToolId=80

This article seems to decribe a solution to your problem.
Run ASMX withut ISS.
http://msdn.microsoft.com/msdnmag/issues/04/12/ServiceStation/default.aspx 

It shows, how to use ASP.NET and Webservices without ISS. But if you don´t want to yse ASP.NET or webservices you can just return simple HTML.
I hope it will be usefull.
Have fun reading.

page 1 of 1
Comments: 4 | Views: 13346