advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   FORUMS  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
Tip of the Day
Average Rating: 1.4/5 | Rate this item | 30 users have rated this item.
Expertise: Intermediate
Language: ASP.NET
February 28, 2006
Install and Run Your ASP.NET Applications on Systems Without IIS
Learn how to install and run your ASP.NET applications on systems without IIS in six easy steps:
  1. Download a redistributable version of the Cassini Web server.
  2. Create a regular (non-Web) Setup Project for your ASP.NET application in VisualStudio.NET and add the Cassini redistributable merge module to it.
  3. Implement custom installer actions that will register your application with Cassini after installation and unregister the application during product uninstallation.

This allows you to create an installation package capable of installing your ASP.NET application on boxes that have no IIS, like Windows XP Home.

Vlad Hrybok
If you have a hot tip and we publish it, we'll pay you. However, due to accounting overhead we no longer pay $10 for a single tip submission. You must accumulate 10 acceptable tips to receive payment. Be sure to include a clear explanation of what the technique does and why it's useful. If it includes code, limit it to 20 lines if possible. Submit your tip here.
Please rate this item (5=best)
 1  2  3  4  5
advertisement
advertisement