New VPS server 2008 with CDO

Hi Guys,

I have just signed up for a VPS plan which using Plesk as control panel.

I have an ASP code which simply:

Dim myMail
dim mailmessage
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="xxxx@mydomain.com"
myMail.To="bbb@mydomain.com"
myMail.CreateMHTMLBody "Testing"
myMail.Send

The Error that i received:


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

Anyone can teach me how to solve it?

Thanks
Alvin

Is there anything in Windows Events Viewer logs?

Try clearing anonymous access and hopefully it will remedy the issue. If not, you should consult the host about getting the issue resolved. You are paying them for a reason right?

Where did you sign up at?