In my development environment, which is vb.net 2.0 using YAF version 1.9.3 Final,
everything worked great. I published the solution but in production, the forum comes up with a configuration error displayed below:
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 file or assembly 'YAF.Classes.Base' or one of its dependencies. The system cannot find the file specified. (D:\production\Websites\coachingsource.com\demo\web.config line 382)
Source Error:
Line 380: Line 381:
Line 382:
Line 383:
Line 384:
Source File: D:\production\Websites\demo\web.config Line: 382
Below is my webconfig:
loginUrl="~/login.aspx" protection="All"
timeout="90"
path="/"
requireSSL="false"
slidingExpiration="true"
cookieless="UseCookies">
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer"
requiresQuestionAndAnswer="false"
requiresUniqueEmail="true"
applicationName="/CSource"
enablePasswordRetrieval="true"
enablePasswordReset="true"
passwordFormat="Clear"
maxInvalidPasswordAttempts="5"
minRequiredPasswordLength="3"
minRequiredNonalphanumericCharacters="0"
passwordAttemptWindow="10"
/>
name="AspNetSqlRoleProvider" connectionStringName="LocalSqlServer"
type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
applicationName="/CSource"/>
connectionStringName="LocalSqlServer" type="System.Web.Profile.SqlProfileProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
applicationName="/CSource" />
http://ipcwebp03/ipcCCGateway/interface.asmx