Hello,
thank you,
here the information:
stacktrace:
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args)
at System.Web.Mail.CdoSysHelper.Send(MailMessage message)
at System.Web.Mail.SmtpMail.Send(MailMessage message)
at EmailSys01.EmailerForm.InitAndSendEmail(String mailTo, String subject,
String txt, String mailFrom) in
f:\wb\shopcontroler\shopcontrolersl01\emailsys01\emailerform.cs:line 348
innerexception:
Exception has been thrown by the target of an invocation.
Remark: If this error in the application occurs and I use frontpage express
to send a single email from the same emailaddress,
also frontpage express shows an error, that the underliing server had broken
the connection, what is impossible.
Again: one hour later or after a reboot of the system all works fine for the
next 100 emails.
Thank you for any help.
Rolf Welskes
> Hi Rolf,
>
[quoted text clipped - 44 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Steven Cheng[MSFT] - 11 Jul 2007 09:18 GMT
Thanks for your reply Rolf,
Then, from your further description, when the error occur, other mail
client also can not send any messages through that mail server(with same
source address), correct? I think it is possible that the SMTP server has
some configuration that limit the number of concurrent requests from the
same client, something like Dos attach protection. You can contact the
server admin if possible to confirm this or test via using some other SMTP
server(exchange) server to see whether the same behavior occur.
In addition, you can also use some network trace utility such as netmon or
ethereal to capture the SMTP requests, if the network packets send before
error occur, or after error occur are identical, that means the client
application should work correctly.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.