Rossj,
Thanks! Cassini looks great. I played around with it a lot today. Even found the windows service version. I learned a lot from this exersize.
Unfortunatly I think Cassini is too much for my needs. It seems like it would be hard to develop my application around it and it would also be hard to deploy.
What I'm looking for is a web interface tool that will let me web enable an applicaiton. Cassini seems to be a light web server that you can do ASP.net applictions with.
Say for example, I have an application running on a PC in a lab at work. This application is monitoring the tempature of an experiment. The applicaiton has a user interface (windows form) up showing some status.
I want to add a web interface to this app so that I can check on the experiment from my office. Idealy, the code would be part of the application and therefor not requireing the instalation of a web server or even a service. Just build the exe and copy it to the remote machine.
Does this make since? Does anyone have a sugestion?
I know my orignal post said indicated a windows service was desired. I also know that an ASP.net application could be deployed with Cassini to do basicaly what I asked for. I was hoping for somthing much simpler then ASP.net and Cassini especialy from the deployment point of view. Also, my app is a bit more complex then the one I described and need to run continously at a remote site. When I check in, I need to see history data etc..