Hi thanks for your reply. We looked into it and one of the worker processes is running about 270 mb but that should be well within bounds for this server. A coworker thinks it may be that the aliases are set up strange and that's why some isp's are having trouble and not others. I have 4 aliases set up for this portal, should I dump some of them? I am really in a bind here so please keep the ideas coming. Thanks. Mike
10.10.100.45/website - internal ip
www.manchesternh.gov/website - translated url
216.204.202.157/website - external ip
www.manchesternh.gov - translated url
Event log is getting several timout errors but also these:
Message: System.ApplicationException: This operation returned because the timeout period expired. (Exception from HRESULT: 0x800705B4) at System.Threading.ReaderWriterLock.AcquireWriterLockInternal(Int32 millisecondsTimeout) at DotNetNuke.Services.Scheduling.DNNScheduling.Scheduler.CoreScheduler.RemoveFromScheduleQueue(ScheduleItem objScheduleItem)
Message: System.ArgumentException: The parameter 'from' cannot be an empty string. Parameter name: from at System.Net.Mail.MailMessage..ctor(String from, String to) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, String ReplyTo, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String[] Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)