http://www.galleryserverpro.com/forum/yaf_topics2_Gallery-Server-Pro-Support.aspx , I get this error:
"There has been a serious error loading the forum. No further information is available."
If I disable custom errors in web.config and watch the network traffic with Fiddler, I can see that a 404 error is happening. Specifically, the login page correctly loads at this URL:
http://www.galleryserverpro.com/forum/yaf_login.aspx?returnurl=%2fforum%2fyaf_topics2_Gallery-Server-Pro-Support.aspx
After entering username/password and clicking login, the page posts to this URL:
http://www.galleryserverpro.com/forum/yaf_login.aspx?g=login&ReturnURL=%2fforum%2fyaf_forum1_Gallery-Server-Pro.aspx
which then triggers the 404. Using Fiddler I see this error message:
<span><H1>Server Error in '/forum' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>The resource cannot be found.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
<br><br>
<b> Requested URL: </b>/forum/yaf_login.aspx<br><br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Further details:
* The forum is installed in the "forum" directory on the web server. This directory is configured as a virtual directory and is running as its own application.
* I tried various settings for YAF.AppRoot in app.config, all resulting in the same behavior. As best I can tell, this setting does not need to be set when the forum is running in its own application space, and is currently commented out (that is, left at its default value).
http://www.galleryserverpro.com/forum/ . Use account rdmartin (password=rdmartin). At the moment custom errors is OFF so you can see the 404 error with Fiddler.
* The forum was compiled from source code in VS 2010 against .NET 4.0.
Many thanks in advance.
Roger Martin
Gallery Server Pro