I compiled the code and tried it with MS Visual Web Developer 2010. The following is the full dump:
Server Error in '/' Application. 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: Could not load type 'DotNetCasClient.CASAuthenticationModule' from assembly 'DotNetCasClient'. (web.config line 83) Source Error: Line 81: <remove name="WindowsAuthentication"/> Line 82: <remove name="PassportAuthentication"/> Line 83: <add name="DotNetCasClient" type="DotNetCasClient.CASAuthenticationModule,DotNetCasClient"/> Line 84: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></httpModules> Line 85: <pages> Source File:web.config Line: 83 Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927 Brian -----Original Message----- From: William G. Thompson, Jr. [mailto:[email protected]] Sent: Monday, July 19, 2010 1:24 PM To: [email protected] Subject: Re: [cas-user] CAS and OWA Hi Brian, You'll have to compile and publish the solution found on GitHub. Were you able to do this? Bill On Mon, Jul 19, 2010 at 12:53 PM, Connor, Brian <[email protected]> wrote: > We have tried to CASify OWA using http://github.com/wgthom/CasOwa. We made > the necessary changes to the web.config, however the ASP.Net application > does not even load properly. We received the same error when deployed on our > servers and on a development pc. The message received was: > > Could not load type 'DotNetCasClient.CASAuthenticationModule' from assembly > 'DotNetCasClient' > > The DLL was placed in the appropriate directory but for some reason it > appears as though .Net is unable to resolve it. > > Any help in the right direction would be appreciated. > > - Brian > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
