Is there a way to make a standalone web application that runs in the tray or something like that using .Net and opens a port with a web server (embedded in the application) using either WebForms or MVC?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can run ASP.NET applications using the Cassini web server sample. You can download the source code from http://blogs.msdn.com/dmitryr/archive/2005/09/27/474534.aspx
Cassini is only accessible from the local machine and was the basis for the development web server that comes with Visual Studio. You might want to consider what ports you run this on for users and if the user has overzealous firewall software etc.