Hi,
I have publish yeAnotherforumn . on running the application i get redirected to following page link which need password for upgradte:
http://localhost/Forum/install/default.aspx?upgrade=42
and message is
Enter Config Password
Enter the configuration password to upgrade or manually install the forum.
If this is an upgrade, please enter the configuration password you created when the forum was first installed, not the admin user password.
after checking forum, I updated all file in app.setting but problem not resolve.
<add key="YAF.BoardID" value="1" />
<add key="YAF.Root" value="/forum"/>
<add key="YAF.EnableURLRewriting" value="false" />
<add key="YAF.DatabaseObjectQualifier" value="yaf_" />
<add key="YAF.DatabaseOwner" value="dbo" />
<add key="YAF.ProviderExceptionXML" value="ProviderExceptions.xml" />
<add key="YAF.UploadDir" value="~/upload/" />
<add key="YAF.ProviderKeyType" value="System.Guid" />
<add key="YAF.BaseUrl" value="~/forum/" />
<add key="YAF.BaseUrlOverrideDomain" value="false" />
<add key="YAF.RadEditorSkin" value="Black" />
<add key="YAF.UseRadEditorToolsFile" value="true" />
<add key="YAF.RadEditorToolsFile" value="editors/radEditor/toolsFile.xml" />
<add key="SQLConn" value="Server=..." />
<add key="SQLConnPub" value="Server=..." />
<add key="SubMenuWidth" value="170" />
<add key="RootMenuWidth" value="160" />
<add key="SubMenuOffsetTop" value="-23" />
<add key="OrgID" value="1" />
<add key="DocUploadPath" value="documents" />
<add key="DocumentStartYear" value="1993" />
help in resolving the problem.
thanks in advance.
rsanuj attached the following image(s):