Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 application pools
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gonzales
Starting Member

5 Posts

Posted - 11 January 2005 :  22:04:05  Show Profile
I updated the Snitz forum and my server (w2003 using IIS6). The system was hanging every night. I forget the exact error in my logs but it had something to do with a server process failing. Searching the Snitz forums and the Internet, I found that others were having the same problem. Many solutions were suggested. I successfully fixed my forum, although I applied the following two fixes so I do not know which one worked.

1. I archived the Access database. The database was 80 Megs.

2. I deleted all of the code in inc_mail.asp except for:
if trim(strFromName) = "" then
strFromName = strForumTitle
end if

Set objNewMail = Server.CreateObject("CDO.Message")
objNewMail.To = strRecipients
objNewMail.From = strSender
objNewMail.Subject = strSubject
objNewMail.TextBody = strMessage
On Error Resume Next
objNewMail.Send
Set objNewMail = Nothing

I use a local host server so I did not need the CDO.Configuration object. It may be that changing from CDONTS (IIS 5) to cdosys (IIS 6) is causing the problem. It worked for me.
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07