I have been doing IIS for almost a year. These days, the company needs a small software to manage IIS to create and delete (originally it was a manual operation, and the installed virtual host system felt unnecessary). In this case, I I have made this small software for several days, but it has not been released yet. At present, some parts of this software may not be perfected yet. It is released to facilitate webmasters to create/delete sites, whether you are testing it locally or in You can use it on the server. The software will automatically set directory permissions and create NT accounts. If it is a 2003 system, you can create an independent pool, assign the account and permissions corresponding to the independent pool, and open a secure NET space. There may be problems, but I don’t have them. Testing!
Software function
===================================
Create a site, delete a site, back up IIS, and restart IIS
Other instructions
===================================
When the software is initially run, the initialization parameters will be set in myiis.ini
The scripts value in myiis.ini is set to false. The system will initialize the executable script. You can set the extension suffix in myiis.ini. When the input application pool does not exist, it cannot be started after creating the site. The connection limit and bandwidth limit can only be numbers, or you can After setting it to unlimited to create a site, the software will remember the basic information. If there are no problems, you can create a .NET space with higher security (please post on the forum if you have any problems)
During the running of the software, a log file myiis.log will be generated.
by mscga
Expand