<?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 : I have 3 problems</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 : I have 3 problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 15:04:05 +0000</pubDate>
  <lastBuildDate>Tue, 23 Nov 2004 09:36:45 +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=12644</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[I have 3 problems : yup...and that is a good idea...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70124.html#70124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18386">Bobum</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2004 at 9:36am<br /><br />yup...and that is a good idea - much less overhead storing it assuch.&nbsp; Unfortunately for my situation, till my host gets thingssquared away with their load balancing and client affinity issues, theApplication level variables don't look like they will work on aconsistent basis.<br><br>I'll have to put it back into the DB or just disable Active Users till I can rewrite it or get the server issue looked into.<br>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 09:36:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70124.html#70124</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems : The data use to be stored in the...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70118.html#70118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2004 at 7:06am<br /><br />The data use to be stored in the database in previous versions but toincrease performance and decrease database hits it was moved to anapplication level array.]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 07:06:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70118.html#70118</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems :  ok - I think I figured it out...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70113.html#70113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18386">Bobum</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2004 at 2:45am<br /><br />ok - I think I figured it out at least on my server setup.&nbsp; We areon a server farm and as such if customer A originates his form postfrom Server A and it ends up posting to and being returned by Server B,that your all-important ASP session data will not remain intact.&nbsp; Theway to make sure that everything works as it should is to play with theclusters host client affinity settings.&nbsp; <font color="#000000"><pab:pullquote>When its client affinity parameter setting is enabled, Network Load Balancing         directs all TCP connections from one client IP address to the same cluster         host. This allows session state to be maintained in host memory.<br><br></pab:pullquote></font><div align="left"><div align="left"><font color="#000000"><pab:pullquote>Follow this link fo more info on Network Load Balancing and Client Affinity<br><br>http://www.eggheadcafe.com/articles/20020302.asp<br><br>The easy way to solve this without getting your host to alter theirLoad Balancing scheme would be to just store &amp; retrieve the data inSQLServer rather than in an Application variable.<br></pab:pullquote></font></div><font color="#000000"><pab:pullquote></pab:pullquote></font></div><span style="font-size:10px"><br /><br />Edited by Bobum</span>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 02:45:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70113.html#70113</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems : I have figured out that what seems...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70108.html#70108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18386">Bobum</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2004 at 1:00am<br /><br />I have figured out that what seems to be happening is that theApplication("saryAppActiveUsers") application array is actually actingas a session variable and not an application variable.<br><br>If I understanditcorrectly th Application variable is supposed to bepersistant among users and as such should update for anyone accesingthe website.&nbsp; In my case and prolly yours, it is not.&nbsp; It isacting as a session variable and as such only showing what users arelogged on for that session - which of course would be one.<br><br>Looking further into fixing this on the server as I think that's where the problem lies...<br>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 01:00:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70108.html#70108</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems : I have the exat same problem as...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70106.html#70106</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18386">Bobum</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 22&nbsp;November&nbsp;2004 at 10:45pm<br /><br />I have the exat same problem as your problem #1<br><br>No matter how many people I have logged on, the Active Users listing onthe front page AND the actual ActiveUser.asp page only show 1 user andit's that user that is currently viewing on that computer.<br><br>It has to be a server setting or something...I am still investigatingthis but I am pretty confident that's GOT to be what it is...<br><br>We are running IIS with either Win2k or Winsk3 Adv Server - am looking into that to verify<br><br>Anyone else have any ideas?<br>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 22:45:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70106.html#70106</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems : Ok, just to update...I figured...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70097.html#70097</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18372">Tormoni</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 22&nbsp;November&nbsp;2004 at 7:42pm<br /><br /><P>Ok, just to update...I figured out why I could only see one user online.&nbsp; Turns out, the forum looks for users based on their IP address.&nbsp; And since I was testing the forum out on my computers here at home that are all connected via a router, they all appear to have the same IP address when I connect through my WAN IP, but If I connect via my local IP on all my computers, the forum will list all the users online.&nbsp; </P><P>I'm still working on getting the upload and email thing figured out.</P>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 19:42:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70097.html#70097</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems : All these errors look like server...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70062.html#70062</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 22&nbsp;November&nbsp;2004 at 5:11am<br /><br />All these errors look like server errors, but they are not the standdard server errors you should expect.<br><br>All I can suggest is that you change some of your server settings.<br><br>Maybe someone else can help further.<br><br>If you can give some info on your server, like OS and any unsual settings this may help.<br><br>Also check MSDN and the aspSmartUpload site for further help.]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 05:11:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70062.html#70062</guid>
  </item> 
  <item>
   <title><![CDATA[I have 3 problems : Problem 1: First of all, I can&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/i-have-3-problems_topic12644_post70055.html#70055</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18372">Tormoni</a><br /><strong>Subject:</strong> 12644<br /><strong>Posted:</strong> 21&nbsp;November&nbsp;2004 at 10:51pm<br /><br /><P>Problem 1:&nbsp; First of all, I can't seem to get the Active Users to display on the main forum page.&nbsp; I have the forum up and running and am in the testing stages now.&nbsp; What I have done is log onto the forum using 2-3 different computers, using 2-3 test&nbsp;users&nbsp;at the same time.&nbsp; And on each terminal, it shows 1 user online, and only lists that one username logged onto the terminal.&nbsp; Any ideas on this?&nbsp; I can't figure it out.</P><P>Problem 2:&nbsp; I have noticed that when using the forgotten password link, that after I put in the userid and email address, it gives me an error message, it will change the password, but won't send the email with the new password.&nbsp; The email option works for forum replies and for mass email, just not for a forgotten password.&nbsp; I get this error:</P><H2 style="FONT: 8pt/11pt verdana; COLOR: #000000">HTTP 500.100 - Internal Server Error - ASP error<BR>Internet Information Services</H2><HR color=#c0c0c0 noShade><P>Technical Information (for support personnel)</P><UL><LI>Error Type:<BR>(0x8004020E)<BR>Cannot modify or delete an object that was added using the COM+ Admin SDK <BR><B>/forum/functions/functions_send_mail.asp, line 136</B><BR><P></P><LI>Browser Type:<BR>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; SV1; .NET CLR 1.1.4322) <P></P><LI>Page:<BR>POST 66 bytes to /forum/forgotten_password.asp <P></P><LI>POST Data:<BR> name=test1&amp;email=tormoni2003@yahoo.com&amp;Submit=Reques t+New+Password</LI></UL><P>Problem 3:&nbsp; I can't seem to get the upload to work.&nbsp; I am using aspSmartUpload, and when I try to upload an avatar, for example, I get throught the browse for file, etc, but when it processes, it gives me a white screen with this error:</P><H2 style="FONT: 8pt/11pt verdana; COLOR: #000000">HTTP 500.100 - Internal Server Error - ASP error<BR>Internet Information Services</H2><HR color=#c0c0c0 noShade><P>Technical Information (for support personnel)</P><UL><LI>Error Type:<BR>Server object, ASP 0196 (0x80040154)<BR>Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.<BR><B>/forum/functions/functions_upload.asp, line 74</B><BR><P></P><LI>Browser Type:<BR>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; SV1; .NET CLR 1.1.4322) <P></P><LI>Page:<BR>POST 27661 bytes to /forum/upload_avatars.asp</LI></UL>]]>
   </description>
   <pubDate>Sun, 21 Nov 2004 22:51:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/i-have-3-problems_topic12644_post70055.html#70055</guid>
  </item> 
 </channel>
</rss>