0

IIS7.5に Web サイトをデプロイしました。うまくいきました。IIS6にデプロイしようとすると、 CustomRoleProvider (* Line 65 *)に関する「構成エラー」が発生しました。問題に見えるのは?

 <roleManager enabled="true" defaultProvider="CustomRoleProvider">
      <providers>
        <clear />
Line 65: <add name="CustomRoleProvider" type="A.B.CustomRoleProvider, A" connectionStringName="MyConnectionString" />
      </providers>
 </roleManager>

エラーメッセージ :

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: Exception has been thrown by the target of an invocation.
4

1 に答える 1