我的服务器是域控制器,在域控制器上不能使用"本地用户和组",系统提示我用Active Directory用户和计算机管理单元.但是我在Active Directory里找不到ASP.NET用户,不知道用什么角色可以替代它.或者是有其它什么方法.
我主要的目的是为了往服务器上的ACCESS数据库插入记录.在本地测试一切正常,但远程访问就不行了.

解决方案 »

  1.   

    http://community.csdn.net/Expert/topic/2853/2853645.xml?temp=.3176538
      

  2.   

    修改machine.configusername = "machine"  为 username = "system" 
      

  3.   

    System.Data.OleDb.OleDbException: 操作必须使用一个可更新的查询。 at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() at Web.a.Page_Load(Object sender, EventArgs e)
      

  4.   

    %SystemRoot%\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config