Re: SendUsing
From: Thom Little (thom_at_tlanet.net)
Date: 10/13/04
- Next message: Patrick.O.Ige: "TreeView Menu"
- Previous message: Steven Cheng[MSFT]: "Re: CustomControl on webform in designer shows only text"
- In reply to: Ken Cox [Microsoft MVP]: "Re: SendUsing"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 23:59:44 -0400
Thanks.
The problem was that the administrator for the server changed the property
that set the IP address of the SMTP server. Unfortunately he does not know
where it is set or how to reset it.
When I specify
SmtpMail.SmtpServer = "111.222.333.444" ;
Where 111.222.333.444 is the IP that worked before the change then it works
properly.
If you have any idea how to set the property back to its original value I
will pass the information on to him so I can start using the default setting
again.
-- -- Thom Little -- www.tlaNET.net -- Thom Little Associates, Ltd. -- "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message news:OYb9LvLsEHA.3556@TK2MSFTNGP10.phx.gbl... > Although the error message doesn't reflect the problem, the symptoms sound > like permissions. When run from the localhost, the security permissions > are being passed through but when run remotely, they aren't. If that's the > case, finding out who the ASP.NET user is at the time and who it needs to > be would be the next step. > > "Thom Little" <thom@tlanet.net> wrote in message > news:%239mtX4irEHA.1992@TK2MSFTNGP09.phx.gbl... >>I am using SmtpMail.Send( ) to send a message. >> >> When this application is run from localhost it executes and the message >> is delivered correctly. >> >> When the same code is executed from a remote host it throws an exception >> ... >> >> [COMException (0x80040220): The "SendUsing" configuration value is >> invalid.] >> >> >> >> What is the correction for this problem? >> >> -- >> -- Thom Little -- www.tlaNET.net -- Thom Little Associates, Ltd. >> -- >> >> >> >
- Next message: Patrick.O.Ige: "TreeView Menu"
- Previous message: Steven Cheng[MSFT]: "Re: CustomControl on webform in designer shows only text"
- In reply to: Ken Cox [Microsoft MVP]: "Re: SendUsing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|