|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,842 Location: Honolulu, HI
|
Here is the release of YAF v1.9.0 RC1 DNN module for DNN v4.x (NET v2.0). It's also been committed to the CVS if anyone wants the source. -Jaben yaf_dnn4.zip (1446kb) "Freedom is not something that anybody can be given. Freedom is something people take, and people are as free as they want to be." 
|
|
|
 Rank: YAF Forumling
Joined: 3/27/2006 Posts: 4 Location: USA
|
Jaben wrote:Here is the release of YAF v1.9.0 RC1 DNN module for DNN v4.x (NET v2.0). It's also been committed to the CVS if anyone wants the source. -Jaben yaf_dnn4.zip (1446kb) I went to http://sourceforge.net/projects/yafdotnet/ and didn't find the NET 2.0 version. Could you please post the link to the CVS that contains it? Thanks!
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,842 Location: Honolulu, HI
|
rocco50 wrote:Jaben wrote:Here is the release of YAF v1.9.0 RC1 DNN module for DNN v4.x (NET v2.0). It's also been committed to the CVS if anyone wants the source. -Jaben yaf_dnn4.zip (1446kb) I went to http://sourceforge.net/projects/yafdotnet/ and didn't find the NET 2.0 version. Could you please post the link to the CVS that contains it? Thanks! http://yafdotnet.cvs.sou...e.net/yafdotnet/yaf_dnn/"Freedom is not something that anybody can be given. Freedom is something people take, and people are as free as they want to be." 
|
|
|
 Rank: YAF Forumling

Joined: 8/22/2006 Posts: 1
|
|
|
|
 Rank: YAF Forumling
Joined: 3/27/2006 Posts: 4 Location: USA
|
Jaben wrote:http://yafdotnet.cvs.sourceforge.net/yafdotnet/yaf_dnn/ Thanks! I am not planning on using DNN -- should I be using this version or is there another ASP.NET 2.0 CVS source that doesn't include DNN support that I can use?
|
|
|
 Rank: YAF Camper
Joined: 8/10/2006 Posts: 12
|
Jaben wrote:Here is the release of YAF v1.9.0 RC1 DNN module for DNN v4.x (NET v2.0). It's also been committed to the CVS if anyone wants the source. -Jaben yaf_dnn4.zip (1446kb) Thanks for the job Jaben, got it up and running........
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,842 Location: Honolulu, HI
|
Arco wrote:Jaben wrote:Here is the release of YAF v1.9.0 RC1 DNN module for DNN v4.x (NET v2.0). It's also been committed to the CVS if anyone wants the source. -Jaben yaf_dnn4.zip (1446kb) Thanks for the job Jaben, got it up and running........ Glad it worked for ya.  "Freedom is not something that anybody can be given. Freedom is something people take, and people are as free as they want to be." 
|
|
|
 Rank: YAF Camper
Joined: 8/5/2004 Posts: 23 Location: France
|
very very very good news  ! Thank you
|
|
|
 Rank: YAF Forumling

Joined: 9/5/2006 Posts: 8 Location: Newport Bch, CA
|
I'm having trouble installing yaf_dnn4.zip on a DNN 4.4.4 w/ SQL05 setup. I'm puttin and installing the zip in DeskTopModules and doing a Module upload
It starts with the Web.cofig {w.c} section of INSTALLATION.TXT
I'm assuming this is the Web.config of DNN (... but I also see there is a web.config for YAF)
I get errors in DNN's w.c with <sectionGroup name="system.web">...
I've gotten different errors with different w.c but they seem to be around messages that YAF is not in the current web app.
Does yaf need to be a seperate Web App?
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,842 Location: Honolulu, HI
|
scsbike wrote:I'm having trouble installing yaf_dnn4.zip on a DNN 4.4.4 w/ SQL05 setup. I'm puttin and installing the zip in DeskTopModules and doing a Module upload
It starts with the Web.cofig {w.c} section of INSTALLATION.TXT
I'm assuming this is the Web.config of DNN (... but I also see there is a web.config for YAF)
I get errors in DNN's w.c with <sectionGroup name="system.web">...
I've gotten different errors with different w.c but they seem to be around messages that YAF is not in the current web app.
Does yaf need to be a seperate Web App? No, YAF is running inside of DNN -- it's not a seperate app. You just need to merge the web.config. Your config isn't correct somehow. Example of a working DNN v4.x/YAF web.config (this is the one I use and it works fine): Code: <configuration> <!-- register local configuration handlers --> <configSections> <sectionGroup name="dotnetnuke"> <!-- the requirePermission attribute will cause a syntax warning - please ignore - it is required for Medium Trust support--> <section name="data" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="logging" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="scheduling" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="htmlEditor" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="navigationControl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="searchIndex" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="searchDataStore" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="friendlyUrl" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="caching" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="authentication" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="members" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="roles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> <section name="profiles" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke" /> </sectionGroup> <section name="yafnet" type="yaf.SectionHandler,yaf"/> </configSections> <yafnet> <connstr>user id=xxx;pwd=xxxxxx;data source=(local);initial catalog=yafnet;timeout=90</connstr> <uploaddir>~/upload/</uploaddir> <!--logtomail>email=;server=;user=;pass=;</logtomail--> <boardid>1</boardid> <!--categoryid>1</categoryid--> </yafnet> <connectionStrings> <!-- Connection String for SQL Server 2005 Express <add name="SiteSqlServer" connectionString="Data Source=.\JABENHOME;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" providerName="System.Data.SqlClient"/> --> <!-- Connection String for SQL Server 2000/2005 --> <add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=xxxx;pwd=xxxxxxxxx;" providerName="System.Data.SqlClient" /> </connectionStrings> <appSettings> <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules --> <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" /> <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules <add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=;pwd=;"/> --> <add key="InstallTemplate" value="Telerik.install.config" /> <add key="AutoUpgrade" value="true" /> <add key="InstallMemberRole" value="true" /> <add key="ShowMissingKeys" value="false" /> <add key="EnableWebFarmSupport" value="false" /> <add key="EnableCachePersistence" value="false" /> <add key="HostHeader" value="" /> <!-- Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" --> <add key="RemoveAngleBrackets" value="false" /> <!--optionally strip angle brackets on public login and registration screens--> <add key="InstallationDate" value="7/30/2006" /> </appSettings> <system.codedom> <compilers> <compiler language="vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" extension=".VB" /> </compilers> </system.codedom> <system.web> <machineKey validationKey="FDC9C9EF51EEA5A28F568E15C9ED4F1BA0632D0C" decryptionKey="48C6BA0179974166BACF21FCC41BBEAB3EF34BD35E1EA86A" decryption="3DES" validation="SHA1" /> <!-- HttpModules for Common Functionality --> <httpModules> <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / --> <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" /> <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" /> <add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" /> <add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership" /> <add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization" /> </httpModules> <httpHandlers> <!-- This is for FTB 3.0 support --> <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" /> <!-- This is for CAPTCHA support --> <add verb="*" path="*.captcha.aspx" type="DotNetNuke.UI.WebControls.CaptchaHandler, DotNetNuke" /> <!-- This is for Serving files, secure, insecure, from database --> <add verb="*" path="LinkClick.aspx" type="DotNetNuke.Services.FileSystem.FileServerHandler, DotNetNuke" /> </httpHandlers> <!-- set code access security trust level - this is generally set in the machine.config <trust level="Medium" originUrl="http://localhost/.*" /> --> <!-- set debugmode to false for running application --> <compilation debug="true" strict="false"> <assemblies> <add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" /> <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /> </assemblies> <buildProviders> <remove extension=".resx" /> <remove extension=".resources" /> </buildProviders> <codeSubDirectories> <add directoryName="Reports" /> </codeSubDirectories> </compilation> <!-- permits errors to be displayed for remote clients --> <customErrors mode="RemoteOnly" /> <!-- Forms or Windows authentication --> <authentication mode="Forms"> <forms name=".DOTNETNUKE" protection="All" timeout="60" cookieless="UseCookies" /> </authentication> <!-- <identity impersonate="true"/> <authentication mode="Windows"> </authentication> --> <!-- allow large file uploads --> <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192" /> <httpCookies httpOnlyCookies="true" requireSSL="false" domain="" /> <!-- GLOBALIZATION This section sets the globalization settings of the application. Utf-8 is not supported on Netscape 4.x If you need netscape compatiblity leave iso-8859-1. UTF-8 is recommended for complex languages --> <globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" /> <!--<globalization culture="en-US" uiCulture="en" fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>--> <!-- page level options --> <pages validateRequest="false" enableViewStateMac="true" enableEventValidation="false"> <namespaces> <add namespace="System.ComponentModel" /> <add namespace="System.Data" /> <add namespace="System.Data.SqlClient" /> <add namespace="System.Drawing" /> <add namespace="Microsoft.VisualBasic" /> <add namespace="System.Globalization" /> <add namespace="DotNetNuke.Services.Localization" /> <add namespace="DotNetNuke.Entities.Users" /> <add namespace="DotNetNuke" /> <add namespace="DotNetNuke.Common" /> <add namespace="DotNetNuke.Data" /> <add namespace="DotNetNuke.Framework" /> <add namespace="DotNetNuke.Modules" /> <add namespace="DotNetNuke.Security" /> <add namespace="DotNetNuke.Services" /> <add namespace="DotNetNuke.UI" /> <add namespace="DotNetNuke.Entities.Portals" /> <add namespace="DotNetNuke.Common.Utilities" /> <add namespace="DotNetNuke.Services.Exceptions" /> <add namespace="DotNetNuke.Entities.Tabs" /> </namespaces> </pages> <xhtmlConformance mode="Legacy" /> <!-- ASP.NET 2 Membership/Profile/Role and AnonymousAuthentication Providers --> <!-- anonymousIdentification configuration: enabled="[true|false]" Feature is enabled? cookieName=".ASPXANONYMOUS" Cookie Name cookieTimeout="100000" Cookie Timeout in minutes cookiePath="/" Cookie Path cookieRequireSSL="[true|false]" Set Secure bit in Cookie cookieSlidingExpiration="[true|false]" Reissue expiring cookies? cookieProtection="[None|Validation|Encryption|All]" How to protect cookies from being read/tampered domain="[domain]" Enables output of the "domain" cookie attribute set to the specified value --> <anonymousIdentification enabled="true" cookieName=".ASPXANONYMOUS" cookieTimeout="100000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="None" domain="" /> <membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15"> <providers> <clear /> <!-- Configuration for DNNSQLMembershipProvider: connectionStringName="string" Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified passwordAttemptThreshold="int" The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account passwordAttemptWindow="int" The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked enablePasswordRetrieval="[true|false]" Should the provider support password retrievals enablePasswordReset="[true|false]" Should the provider support password resets requiresQuestionAndAnswer="[true|false]" Should the provider require Q & A minRequiredPasswordLength="int" The minimum password length minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters applicationName="string" Optional string to identity the application: defaults to Application Metabase path requiresUniqueEmail="[true|false]" Should the provider require a unique email to be specified passwordFormat="[Clear|Hashed|Encrypted]" Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES) description="string" Description of what the provider does --> <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="false" passwordFormat="Encrypted" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database" /> </providers> </membership> </system.web> <dotnetnuke> <htmlEditor defaultProvider="RadHtmlEditorProvider"> <providers> <clear /> <add name="RadHtmlEditorProvider" type="Telerik.DNN.Providers.RadHtmlEditorProvider, Telerik.DNN.Providers.RadHtmlEditorProvider" providerPath="~\Providers\HtmlEditorProviders\RadHtmlEditorProvider\" AutoCreatePaths="true" /> <!-- FTB options: ============ toolbarStyle="Office2003|OfficeXP|Office2000|OfficeMac" Sets the default FTB Toolbar style enableProFeatures="[true|false]" Pro features require a license from FreeTextBox or you may test them with localhost only spellCheck="[{none}|IeSpellCheck|NetSpell]" IeSpellCheck is free for non-commercial use only NetSpell requires some integration work --> <add name="Ftb3HtmlEditorProvider" type="DotNetNuke.HtmlEditor.Ftb3HtmlEditorProvider, DotNetNuke.Ftb3HtmlEditorProvider" providerPath="~\Providers\HtmlEditorProviders\Ftb3HtmlEditorProvider\" toolbarStyle="Office2003" enableProFeatures="false" spellCheck="" /> </providers> </htmlEditor> <navigationControl defaultProvider="SolpartMenuNavigationProvider"> <providers> <clear /> <add name="SolpartMenuNavigationProvider" type="DotNetNuke.NavigationControl.SolpartMenuNavigationProvider, DotNetNuke.SolpartMenuNavigationProvider" providerPath="~\Providers\NavigationProviders\SolpartMenuNavigationProvider\" /> <add name="DNNMenuNavigationProvider" type="DotNetNuke.NavigationControl.DNNMenuNavigationProvider, DotNetNuke.DNNMenuNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNMenuNavigationProvider\" /> <add name="DNNTreeNavigationProvider" type="DotNetNuke.NavigationControl.DNNTreeNavigationProvider, DotNetNuke.DNNTreeNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNTreeNavigationProvider\" /> <add name="DNNDropDownNavigationProvider" type="DotNetNuke.NavigationControl.DNNDropDownNavigationProvider, DotNetNuke.DNNDropDownNavigationProvider" providerPath="~\Providers\NavigationProviders\DNNDropDownNavigationProvider\" /> <add name="ASP2MenuNavigationProvider" type="DotNetNuke.NavigationControl.ASP2MenuNavigationProvider, DotNetNuke.ASP2MenuNavigationProvider" providerPath="~\Providers\NavigationProviders\ASP2MenuNavigationProvider\" /> </providers> </navigationControl> <searchIndex defaultProvider="ModuleIndexProvider"> <providers> <clear /> <add name="ModuleIndexProvider" type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke.Search.Index" providerPath="~\Providers\SearchProviders\ModuleIndexer\" /> </providers> </searchIndex> <searchDataStore defaultProvider="SearchDataStoreProvider"> <providers> <clear /> <add name="SearchDataStoreProvider" type="DotNetNuke.Services.Search.SearchDataStore, DotNetNuke.Search.DataStore" providerPath="~\Providers\SearchProviders\SearchDataStore\" /> </providers> </searchDataStore> <data defaultProvider="SqlDataProvider"> <providers> <clear /> <add name="SqlDataProvider" type="DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider" connectionStringName="SiteSqlServer" upgradeConnectionString="" providerPath="~\Providers\DataProviders\SqlDataProvider\" objectQualifier="dnn_" databaseOwner="dbo" /> </providers> </data> <logging defaultProvider="DBLoggingProvider"> <providers> <clear /> <add name="XMLLoggingProvider" type="DotNetNuke.Services.Log.EventLog.XMLLoggingProvider, DotNetNuke.XMLLoggingProvider" configfilename="LogConfig.xml.resources" providerPath="~\Providers\LoggingProviders\XMLLoggingProvider\" /> <add name="DBLoggingProvider" type="DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider, DotNetNuke.Provider.DBLoggingProvider" providerPath="~\Providers\LoggingProviders\Provider.DBLoggingProvider\" /> </providers> </logging> <scheduling defaultProvider="DNNScheduler"> <providers> <clear /> <add name="DNNScheduler" type="DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler, DotNetNuke.DNNScheduler" providerPath="~\Providers\SchedulingProviders\DNNScheduler\" debug="false" maxThreads="1" /> </providers> </scheduling> <friendlyUrl defaultProvider="DNNFriendlyUrl"> <providers> <clear /> <add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider, DotNetNuke.HttpModules.UrlRewrite" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" /> </providers> </friendlyUrl> <caching defaultProvider="FileBasedCachingProvider"> <providers> <clear /> <add name="FileBasedCachingProvider" type="DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider, DotNetNuke.Caching.FileBasedCachingProvider" providerPath="~\Providers\CachingProviders\FileBasedCachingProvider\" /> <add name="BroadcastPollingCachingProvider" type="DotNetNuke.Services.Cache.BroadcastPollingCachingProvider.BPCachingProvider, DotNetNuke.Caching.BroadcastPollingCachingProvider" providerPath="~\Providers\CachingProviders\BroadcastPollingCachingProvider\" /> </providers> </caching> <authentication defaultProvider="ADSIAuthenticationProvider"> <providers> <clear /> <add name="ADSIAuthenticationProvider" type="DotNetNuke.Security.Authentication.ADSIProvider, DotNetNuke.Authentication.ADSIProvider" providerPath="~\Providers\AuthenticationProviders\ADSIProvider\" /> </providers> </authentication> <members defaultProvider="AspNetMembershipProvider"> <providers> <clear /> <add name="AspNetMembershipProvider" type="DotNetNuke.Security.Membership.AspNetMembershipProvider, DotNetNuke.Provider.AspNetProvider" providerPath="~\Providers\MembershipProviders\AspNetMembershipProvider\" /> </providers> </members> <roles defaultProvider="DNNRoleProvider"> <providers> <clear /> <add name="DNNRoleProvider" type="DotNetNuke.Security.Membership.DNNRoleProvider, DotNetNuke.Provider.DNNProvider" providerPath="~\Providers\MembershipProviders\DNNMembershipProvider\" /> </providers> </roles> <profiles defaultProvider="DNNProfileProvider"> <providers> <clear /> <add name="DNNProfileProvider" type="DotNetNuke.Security.Profile.DNNProfileProvider, DotNetNuke.Provider.DNNProvider" providerPath="~\Providers\MembershipProviders\DNNMembershipProvider\" /> </providers> </profiles> </dotnetnuke> </configuration>
"Freedom is not something that anybody can be given. Freedom is something people take, and people are as free as they want to be." 
|
|
|
 Rank: YAF Forumling
Joined: 7/10/2006 Posts: 1 Location: Australia
|
great work guys :d :d
upgraded from v1 no hassles at all
|
|
|
 Rank: YAF Forumling

Joined: 9/5/2006 Posts: 8 Location: Newport Bch, CA
|
Jaben wrote:scsbike wrote:I'm having trouble installing yaf_dnn4.zip on a DNN 4.3.4 w/ SQL05 setup. I'm puttin and installing the zip in DeskTopModules and doing a Module upload
It starts with the Web.cofig {w.c} section of INSTALLATION.TXT
I'm assuming this is the Web.config of DNN (... but I also see there is a web.config for YAF)
I get errors in DNN's w.c with <sectionGroup name="system.web">...
I've gotten different errors with different w.c but they seem to be around messages that YAF is not in the current web app.
Does yaf need to be a seperate Web App? No, YAF is running inside of DNN -- it's not a seperate app. You just need to merge the web.config. Your config isn't correct somehow. Example of a working DNN v4.x/YAF web.config (this is the one I use and it works fine): Code: <configuration> <!-- register local configuration handlers --> <configSections> </sectionGroup> <section name="yafnet" type="yaf.SectionHandler,yaf"/> </configSections> <yafnet> <connstr>user id=xxx;pwd=xxxxxx;data source=(local);initial catalog=yafnet;timeout=90</connstr> <uploaddir>~/upload/</uploaddir> <!--logtomail>email=;server=;user=;pass=;</logtomail--> <boardid>1</boardid> <!--categoryid>1</categoryid--> </yafnet> <connectionStrings>
Still not running and I have went thru the W.C files several times I'm getting: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\dotnetNUKE\dnn433\desktopmodules\yetanotherforumdotnet\web.config line 17) ---> THANKS FOR YOUR HELP !!!
|
|
|
Rank: Member
Joined: 9/8/2006 Posts: 20 Location: Netherlands
|
Hi,
When installing i receive an runtime error saying that my custom errors mode are currently configured as OFF.
Should they be turned on in order to display the message?
Is this in the web.config file in the root or in the desktopmodules/YAF?
Regards,
Marc
|
|
|
Rank: Member
Joined: 9/8/2006 Posts: 20 Location: Netherlands
|
pietje_puk100 wrote:Hi,
When installing i receive an runtime error saying that my custom errors mode are currently configured as OFF.
Should they be turned on in order to display the message?
Is this in the web.config file in the root or in the desktopmodules/YAF?
Regards,
Marc I assume this must be in the root, since the one in the YAF folder does not contain such a section!! Marc
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,842 Location: Honolulu, HI
|
scsbike wrote: Still not running and I have went thru the W.C files several times
I'm getting: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. (C:\dotnetNUKE\dnn433\desktopmodules\yetanotherforumdotnet\web.config line 17) --->
THANKS FOR YOUR HELP !!!
The web.config file can not be in "\yafanotherforumdotnet" directory. This is your problem. In your case, the web.config file can ONLY be in the \dnn433 directory. Remove it from the yaf directory... "Freedom is not something that anybody can be given. Freedom is something people take, and people are as free as they want to be." 
|
|
|
| Users browsing this topic |
|
Guest
|