<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Migrated from 7- now can&#039;t log on</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Migrated from 7- now can&#039;t log on]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 06:58:41 +0000</pubDate>
  <lastBuildDate>Wed, 24 Jan 2007 09:11:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=22489</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Migrated from 7- now can&#039;t log on :  To be honest I would disable...]]></title>
   <link>https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119772.html#119772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22489<br /><strong>Posted:</strong> 24&nbsp;January&nbsp;2007 at 9:11am<br /><br />To be honest I would disable the web farm for the application pool as it makes little difference just courses problems, like this one.<br><br>Also by using the database to store session data for the forum you are actually harming performance as more costly database hits are required.<br><br>All a web farm is in IIS is that in the application pool you select to use more than 1 CPU thread (process) for the app pool. The problem then is that each process can not talk with the other so things like application variables, sessions, etc. will not work. The performance advantage to this is minimal as an single thread app pool can be shared by over 700 sites with no issues. The only advantage is if some rouge code brings down one thread (process) the other is still available.<br><br>You would be better off placing your site in it's own app pool but not using the web farm feature of the app pool. This way you would get more performance and if some rouge code from another site brings done the default app pool your site will continue to run as it is in it's own app pool.<br><br>If as you mention the server farm is lousy it sounds like your host is simply placing 100's of sites into the same app pool which is set as a server farm, and as you now have to use the forums database to store sessions you will have no advantage at all of using the server farm. If you are paying extra for this switch back as you are simply wasting your money.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 24&nbsp;January&nbsp;2007 at 9:12am</span>]]>
   </description>
   <pubDate>Wed, 24 Jan 2007 09:11:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119772.html#119772</guid>
  </item> 
  <item>
   <title><![CDATA[Migrated from 7- now can&#039;t log on : That makes sense- it is a farm,...]]></title>
   <link>https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119763.html#119763</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25552">datsunaholic</a><br /><strong>Subject:</strong> 22489<br /><strong>Posted:</strong> 23&nbsp;January&nbsp;2007 at 8:28pm<br /><br />That makes sense- it is a farm, and a fairly lousy one but it's what we could afford.&nbsp; I'll try that tonight.]]>
   </description>
   <pubDate>Tue, 23 Jan 2007 20:28:52 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119763.html#119763</guid>
  </item> 
  <item>
   <title><![CDATA[Migrated from 7- now can&#039;t log on : Upgrading the database will not...]]></title>
   <link>https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119743.html#119743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22489<br /><strong>Posted:</strong> 23&nbsp;January&nbsp;2007 at 10:10am<br /><br />Upgrading the database will not effect your Admin account lohgin information as it doesn't do any alterations on account settings.<br><br>The issue you mention sounds like your server is unable to hold session data this will be due to either an issue on the server that needs to be fixed, teh server is load balanced, or you are using a web farm.<br><br>Either way the way to fix this is to open the file functions/functions_session_data.asp in notepad and follow the instructions to make the session data for your forum be stored in the database.<br>]]>
   </description>
   <pubDate>Tue, 23 Jan 2007 10:10:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119743.html#119743</guid>
  </item> 
  <item>
   <title><![CDATA[Migrated from 7- now can&#039;t log on : I should mention it&amp;#039;s the...]]></title>
   <link>https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119740.html#119740</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25552">datsunaholic</a><br /><strong>Subject:</strong> 22489<br /><strong>Posted:</strong> 23&nbsp;January&nbsp;2007 at 7:57am<br /><br />I should mention it's the Access version-&nbsp; my web provider won't let me use anything else.]]>
   </description>
   <pubDate>Tue, 23 Jan 2007 07:57:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119740.html#119740</guid>
  </item> 
  <item>
   <title><![CDATA[Migrated from 7- now can&#039;t log on : Hi- new here, been using the product...]]></title>
   <link>https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119739.html#119739</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25552">datsunaholic</a><br /><strong>Subject:</strong> 22489<br /><strong>Posted:</strong> 23&nbsp;January&nbsp;2007 at 7:56am<br /><br />Hi- new here, been using the product for years.<br><br>I had a funny working Version 7 system.&nbsp; I locked the forum, backed up the database, installed Version 8.04, verified it was operational, then copied in the version 7 database and ran the Version 7 to Version 8 upgrade tool, which stated it was successful.<br><br>Then I attempted to log in.<br><br>First I got the "Forums Closed" message- not suprising, since I had locked the database before backing up/copying off.<br><br>But when I attempt to log in with the administrative user (which was changed), the CAPTCHA Security code won't take.<br><br>No matter what I enter, I get:<br><br>The Security Code entered did not match that displayed.<br>A new Security Code has been generated.<br><br>Over and over.&nbsp; I've tried several different browsers (I use Firefox primarily), cleared cache, I'm at wits end.&nbsp; I can't turn the forum back on, or even get into the Admin menus to turn the CAPTCHA stuff OFF, because it doesn't accept what I enter.<br><br>Fortunately, I can revert back to Version 7, but I'd rather get something a bit more up to date.<br><br>Is there any way I can forcibly disable the CAPTCHA stuff for the Administrator so I can at least TRY to get my forum working again?<br><br>Doug Brown<br>datsunaholic@hotmail.com<br>]]>
   </description>
   <pubDate>Tue, 23 Jan 2007 07:56:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/migrated-from-7-now-cant-log-on_topic22489_post119739.html#119739</guid>
  </item> 
 </channel>
</rss>