Short Note : how to host windows service in iis,how to host windows application in cloud

Hosting Windows Service : how to host windows service in iis

Windows services provide a process model that particularly suits the applications that will survive in a long-running executable. It will also do not display any form of user interface as the process lifetime of a Windows service application is managed by the service control manager (SCM). This process allows the user to start, stop and even pause Windows service applications. However, the user can also configure a Windows service process to start automatically when the computer starts. The same is possible by making it a suitable hosting environment for "always on" applications. 

To host Windows Service, the user need to

  1. Create a Windows service application by writing Windows service applications in managed code using the classes in the System
  2. Link the lifetime of the WCF services to the lifetime of the Windows service application by hosting in a Windows service application to become active when the hosting service starts, stop listening for messages when the hosting service is stopped, and shut down the hosting process when the WCF service encounters an error 

Host Windows Application In Cloud : how to host windows application in cloud 

The simplest and the easiest way to host windows application in cloud are to install the software and all its components on its operating system and then use it. Since, it is web based application, the user need to connect it to the browser as because most of the cloud-based software are tuned for the cloud for most of the times, as the software requires a database to store data. However, the developers work with several SQL and No SQL Database as a Service options while working on Cloud as it perform more efficiently. The cloud also provides other services, which includes DNS, Hadoop, Machine Learning, etc. because a Cloud Server do operate like a real dedicated server with almost all applications and thus the users can install on their Cloud Server Hosting. However, there are certain applications, which refuse to function on Cloud servers and that includes:

  • IRC software
  • Hacking sites, programs or archives
  • Warez sites
  • Pirated software
  • Distribution of music files or any other material in which the user does not own the copyright
  • Any other unlawful or harmful content

Comments

Leave You Comment