IIS7 添加Application 脚本

时间:2016-04-04 11:42:46
【文件属性】:
文件名称:IIS7 添加Application 脚本
文件大小:1KB
文件格式:7Z
更新时间:2016-04-04 11:42:46
IIS7 批处理 添加App 添加AppPool 一个简单的操作IIS7 的脚本. 依靠系统自带的Appcmd.exe工具, 进行添加Applicaiton Pool, Application及给Application分配Application Pool的操作. 在文件 Install.bat中, 有一些基本参数设置 Rem CreateAppPool_IIS7.bat appPoolName[required]: Application pool name appPoolVer[required]: Application Pool runtime version, it is v4.0 now. managedPipelineMode: managed Pipeline Mode, Classic or Integrated, it is Classic now autoStart: true or false Rem CreateApp_IIS7.bat appName[required]: the name of the root, "Default Web Site" is the default value path[required]: the application name appPhysicalPath[required]: the physical path of the application, for example, the physical path of pb is "d:\wwwroot\myapp" Rem AssignAppPool_IIS7.bat appPath: the path of the application, for example, “Default Web Site/myapp”
【文件预览】:
install
----CreateAppPool_IIS7.bat(2KB)
----Install.bat(771B)
----AssignAppPool_IIS7.bat(1KB)
----CreateApp_IIS7.bat(1KB)

网友评论

  • 很好的工具