随笔分类 -  IIS

摘要:添加网站以及对应应用程序池 # 检查当前是否以管理员身份运行 function Is-Administrator { $currentUser = [Security.Principal.WindowsIdentity]::GetCurrent() $principal = New-Object S 阅读全文
posted @ 2025-04-09 18:26 HookDing 阅读(127) 评论(0) 推荐(0)
摘要:本页只记录便携运行方式脚本 详细IISExpress配置方法请看: VS的IISExpress配置通过IP访问程序 网络信息:192.168.1.45:8378 Run.bat :: run as adminstrator %1 start "" mshta vbscript:CreateObjec 阅读全文
posted @ 2024-07-04 18:32 HookDing 阅读(94) 评论(0) 推荐(0)
摘要:报错 Starting IIS Express ... stderr: Failed to register URL "http://localhost:8378/" for site "app-3344e220-8b03-465c-8df1-3c41981352a1" application "/ 阅读全文
posted @ 2024-05-28 16:52 HookDing 阅读(599) 评论(0) 推荐(0)