一台win2k server已经配置好ASP.NET1.1,正常运转。

后来升级为AD域控制器,就好像权限出了问题。

先是WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/下面的文件访问问题,ok,我给了ASPNET用户权限,并且把文件全部删除。

然后就出现这样的问题:

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'DotNetNuke.DNNScheduler.SqlDataProvider'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:
 


Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 258

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DotNetNuke.DNNScheduler.SqlDataProvider' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = DotNetNuke.DNNScheduler.SqlDataProvider(Partial)
LOG: Appbase = file:///F:/wwwroot/Samuel Site
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
 LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke.DNNScheduler.SqlDataProvider
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/77fd69ff/528c4b4d/DotNetNuke.DNNScheduler.SqlDataProvider.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/77fd69ff/528c4b4d/DotNetNuke.DNNScheduler.SqlDataProvider/DotNetNuke.DNNScheduler.SqlDataProvider.DLL.
LOG: Attempting download of new URL file:///F:/wwwroot/Samuel Site/bin/DotNetNuke.DNNScheduler.SqlDataProvider.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DotNetNuke.DNNScheduler.SqlDataProvider, Version=1.0.1607.22368, Culture=neutral, PublicKeyToken=null

 


装的是DNN2。

麻烦知道的TX告诉怎么解决,google都不行。

Posted on 2004-12-10 16:15  Samuel Chen  阅读(1472)  评论(3)    收藏  举报