安装的是.TEXT Blog版本95.2004.102
Win2000 Server + .NET Framework 1.1
localhost上建立虚拟目录weblog指向DotText\Code\DottextWeb
采用配置文件 Multiple2_Web.config
修改了SQL连接字符串等浏览http://localhost/weblog/正常
增加一个用户后,浏览http://localhost/weblog/cst/出现以下错误:“/weblog”应用程序中的服务器错误。
--------------------------------------------------------------------------------A blog matching the location you requested was not found. Host = [localhost], Application = [cst] 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: Dottext.Framework.BlogDoesNotExistException: A blog matching the location you requested was not found. Host = [localhost], Application = [cst]源错误: 
行 52:  if(result == null)
行 53:  {
行 54:  throw new BlogDoesNotExistException(
行 55:  String.Format("A blog matching the location you requested was not found. Host = [{0}], Application = [{1}]",
行 56:  hostname, 
 
源文件: F:\DotText\Code\Dottext.Framework\Configuration\Config.cs    行: 54 
另外发现用VS2003打开项目时任务列表显示:
无法将程序集“Dottext.Framework”复制到文件“F:\DotText\Code\DottextWeb\bin\Dottext.Framework.dll”。进程无法访问文件,因为另一个程序正在使用此文件。但编译后没有错误。谢了先。