RE: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Pete Heist
thrown and log a message to LogLog. thanks, Pete -Original Message- From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 10:49 PM To: Log4NET User Subject: Re: SmtpAppender not working on 3rd party hosting provider JIRA is down right now but couldn't you extend Smtp

Re: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Ron Grabowski
ed to ASP.Net 2.0. Thanks for summarizing your research for the list. - Original Message From: Pete Heist <[EMAIL PROTECTED]> To: Log4NET User Sent: Wednesday, April 30, 2008 12:59:59 PM Subject: RE: SmtpAppender not working on 3rd party hosting provider Apologies for the list traffi

RE: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Pete Heist
27;Log4NET User' Subject: RE: SmtpAppender not working on 3rd party hosting provider I found the SecurityException that's causing the SmtpAppender to fail. The stack trace is below. (I wasn't seeing it before as I'd had system.diagnostics redirected to a file, which was also ca

RE: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Pete Heist
mission The Zone of the assembly that failed was: MyComputer -- End Stack Trace -- If there are any suggestions, let me know. thanks, Pete -Original Message- From: Pete Heist [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 4:39 PM To: 'Log4NET User' Subject: RE: Sm

RE: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Pete Heist
2008 4:09 PM To: 'Log4NET User' Subject: RE: SmtpAppender not working on 3rd party hosting provider Hi Dean, Yes, even if smtpHost is specified in log4net.config, it still doesn't send. Looking at SmtpAppender.cs in log4net, if I set smtpHost, it's the same code path except that

RE: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Pete Heist
ct: RE: SmtpAppender not working on 3rd party hosting provider Have you tried specifiying the smtp server to use in your log4net config file... -Original Message- From: Pete Heist [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 9:05 AM To: log4net-user@logging.apache.org Subje

RE: SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Dean Fiala
Have you tried specifiying the smtp server to use in your log4net config file... -Original Message- From: Pete Heist [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 9:05 AM To: log4net-user@logging.apache.org Subject: SmtpAppender not working on 3rd party hosting provider

SmtpAppender not working on 3rd party hosting provider

2008-04-30 Thread Pete Heist
I'm trying to figure out a situation where the SmtpAppender in my ASP.NET 3.5 application works properly on my development machine, but not on GoDaddy shared hosting. This might be easier, except that I can't see the output when log4net.Internal.Debug = true at GoDaddy, because we have no access t