试图在现有网络上安装Windows 2008。它不允许我使用现有的DHPC服务器
在"Connetct to the Internet“向导期间,我得到了
“外部DHCP正在您的网络上运行,位于xxx.xxx,xxx。请停止外部DHCP服务器,然后单击”继续“再试一次。”
它不会让我继续下去。问题是我不能修改现有的网络。有什么想法吗?
我使用的是ColdFusion 8。
我正在尝试在网络路径Windows上写入文件。
// THIS WORKS
CatalogDirectory = getDirectoryFromPath("E:\INETPUB\WWWROOT\AVCATALOGS\AVCAT\");
// THIS DOES NOT WORK
CatalogDirectory = getDirectoryFromPath("\\ourserver\e$\InetPub\wwwroot\AVCATALOGS\");
我找不到任何好的文档来说明你不能做的事情。
// TOO VAGUE