2011-10-23 19:34:51
EXEC [dbo].[sp_sms_ManageLoginAccount] 'dpsms','dpsms',''
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: 服务器无法处理请求。 ---> System.UnauthorizedAccessException: 对路径“c:\windows\system32\inetsrv\_Error.txt”的访问被拒绝。
   在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   在 System.IO.StreamWriter.CreateFile(String path, Boolean append)
   在 System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   在 System.IO.StreamWriter..ctor(String path, Boolean append)
   在 Operate.ExecSelect(String sqlcmd)
   在 SmsPlatService.Run003(String str, String str2)
   --- 内部异常堆栈跟踪的结尾 ---
   在 System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   在 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   在 CRM.Server_First.SmsPlatService.Run003(String str, String str2) 位置 D:\软件分类_管理\20111020\\Web References\Server_First\Reference.cs:行号 261
   在 CRM.BaseClass.SmsFunction.RunQuerySQL(String sqlcmd) 位置 D:\软件分类_管理\20111020\BaseClass\SmsFunction.cs:行号 99