aspdesigner

msg:952106 | 4:50 am on Sep 8, 2003 (gmt 0) |
It's difficult to identify the problem without more details to go on. What type of coding are you using to send the E-MAIL? CDONTS? Something else? Is the object you are using returning any error codes? Have you tried putting some debugging response.write's in your code, to see exactly where the problem is?
|
sukino

msg:952107 | 6:07 am on Sep 8, 2003 (gmt 0) |
oops.... sorry... ok, here is the details. The feedback form (using CDONTS) is purely asp coding. What it does is to send information to the destinated email (email address varies with different categories, like Products, Services etc, all the addresses are kept under the access database) The coding works perfectly on a local server (IIS also) but it will not process and mail the form information on another IIS server.
|
Staffa

msg:952108 | 10:04 am on Sep 8, 2003 (gmt 0) |
Does the other server has CDONTS running or maybe another mail program?
|
jimmykav

msg:952109 | 10:11 am on Sep 8, 2003 (gmt 0) |
Have you tried creating a simple 3/4 line asp page that does nothing but send an email to check CDONTS is working?
|
aspdaddy

msg:952110 | 12:50 pm on Sep 8, 2003 (gmt 0) |
>The coding works perfectly on a local server (IIS also) Does the other server have an SMTP server installed on the same box?
|
mattglet

msg:952111 | 1:06 pm on Sep 8, 2003 (gmt 0) |
> Does the other server have an SMTP server installed on the same box? not only is it installed, but is the smtp service started? -Matt
|
sukino

msg:952112 | 4:50 am on Sep 9, 2003 (gmt 0) |
1) The SMTP services is started. 2) So is the RPC services 3) Error msg appeared as followed in the event viwer: Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 37 Date: 9/8/2003 Time: 4:35:14 PM User: N/A Computer: NOX-SERV Description: Out of process application '/LM/W3SVC/1/Root' terminated unexpectedly.
|
sukino

msg:952113 | 5:57 am on Sep 9, 2003 (gmt 0) |
btw, is it require to have the service pack installed on the server to allow the mail system to work?
|
|