PBB11.5 DEPLOY时候日志问题
DeployLog.txt里面有基础错误提示,不明白,请高手指导下.我刚接触B/S,很菜,能详细点最好.
......
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
fatal error CS2008: No inputs specified
......
E:\test\test_webform.pbt_build\test>del "E:\test\test_webform.pbt_build\test\createvdir_test.bat"
找不到批处理文件。
Error: Create virtual directory failed.
......
E:\test\test_webform.pbt_build>cacls "c:\inetpub\wwwroot\test\temp" /t /e /c /g ASPNET:f
Cacls 命令只能在用 NTFS 文件系统的磁盘驱动器上运行。
E:\test\test_webform.pbt_build>cacls "c:\inetpub\wwwroot\test_root" /t /e /c /g ASPNET:f
Cacls 命令只能在用 NTFS 文件系统的磁盘驱动器上运行。
E:\test\test_webform.pbt_build>net localgroup IIS_WPG
发生系统错误 1376。
指定的本地组不存在。
IIS_WPG [IIS 6] was not found.
E:\test\test_webform.pbt_build>goto groupstep_iis7
E:\test\test_webform.pbt_build>net localgroup IIS_IUSRS
发生系统错误 1376。
指定的本地组不存在。
IIS_IUSRS [IIS 7] was not found.
E:\test\test_webform.pbt_build>goto end
E:\test\test_webform.pbt_build>del "E:\test\test_webform.pbt_build\pb6E.tmp.bat"
找不到批处理文件。