This tool has been released to: http://dyruntime.codeplex.com
Finally, a Silverlight-based product will be released. One solution is to allow the customer to directly Configure the server. In addition, the server may also be xp. We do not care about the performance of LAN applications.
Objectives:
1. As simple as possible, users can directly run the specified. net4.0-based web program.
2. access from any end of the LAN must be allowed.
To solve these two problems, I first tried Visual Studio development server. You can indeed run the. net4.0 web program. However, it is likely that it does not support local area networks. There are other so-called micro-servers for various networks. Most of them are based on technologies such as vsds. It can only run locally. Intranet access is not allowed. Finally, IIS express 7.5 is used to solve these two problems.
Overview
IIS 7.5 Express provides powerful functions of IIS 7.5 and lightweight Web servers (such as ASP. net Development Server, also known as "Cassini"), can enhance the ability to develop and test web applications on Windows. Microsoft webmatrix contains IIS 7.5 Express. This integrated tool makes web application development on Windows simple and smooth. IIS 7.5 Express can also be used with Visual Studio 2010, which is powerful enough to replace Cassini. Benefits of using IIS 7.5 express include:
- The same web server running on the production server can now be used on the development computer.
- You can complete most tasks without the administrator privilege.
- IIS 7.5 Express runs on Windows XP and all later versions of Windows.
- Multiple users can work independently on the same computer.
System RequirementsSupported operating systems:Windows 7, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP
- Run dependency. NET Framework 4.0
It is two requirements that can accomplish the goal. However, the configuration and running process are unfriendly.
1. You must know the design of the key attributes of the IIS express configuration file.
2. Run the command line to start IIS Express.
In the above two aspects, cool Superman still thinks that if we let our product customers do this, it would be nothing more than World Day. After several days of research, I finally wrote a program that allows users to directly set up and then run IIS express to the Intranet.
The following shows the main interface.
1. Run the dependency. Net framework4.0/note that it is not a profile
2. Supports XP, 32bit, and 64bit systems. Windows 7 is also supported. I have not tested more systems. You are welcome to reply to this blog to inform cool Superman. Thank you.
Follow these steps:
1. Before running, make sure that your system has installed. Net framework4,: http://www.microsoft.com/zh-cn/download/details.aspx? Id = 17718
2. If you run the service for the first time, install and start the service before you start the service. It will run the IIS express installer. The installation process is "Next" until the installation is complete.
3. Make sure that (intranet IP) and (port) items are correctly entered. If you do not understand these programs, they will be automatically obtained.
3.1.ip address Description: when you use a specified computer as a server. Be sure to design a fixed IP address for this computer to avoid changing the IP address of this server from the dynamic IP address of the router. In this way, the service can be accessed by a non-fixed IP address.
. Port Description: About the network port is relatively simple, as long as you make sure that your system firewall opens the corresponding port.
4. Program directory. This option specifies the web program directory. Through "..." You can set the web program directory by clicking the button.
5. Set the program Pool Mode: Select "Classic mode" or "integration mode" to run the program.
6. Automatic Start-Up: this function is applicable to scenarios where a fixed computer is used as a server, so we do not have to start the service every day. You only need to set it to automatically start the service each time you start the system. In this way, the user can be more humane. When using this function, you must set the IP address as a fixed IP address, and the firewall also releases the corresponding port.
Description after running:
1 This icon appears in the lower left corner, indicating that IIS Express is running properly.
2. Right-click the 5.1 icon. We can see that IIS Express is already running the corresponding web service. The selected option is automatically opened in the browser.
Finally, the software is used in the following situations:
1. Many cmd commands are used to operate IIS Express. Therefore, some anti-virus software may mistakenly think it is a trojan or virus.
2. This software is licensed for permanent free use. You can use it in any commercial or non-commercial solution.
Download:
Download the software >>>>>>>>>> download dyruntime