Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

ASP.NET Mail Script and Cassini
Jay
#1 Posted : Tuesday, February 22, 2011 9:00:32 AM(UTC)
Groups: Member
Joined: 9/21/2010(UTC)
Posts: 10

Trying to get a mail script to work on Cassini. Does Cassini have CDO installed as below? and if so what objHttp should I be using with Cassini?

Thescript uses CDO for NTS (commonly known as CDONTS) to send the email. This should be installed on your server if it supports classic ASP. If the script does not work, make sure your server supports this/has this object installed.

- Another cause of problems with this script can be the choice of XML parsers. Depending on what's installed on your server, you may need to comment/uncomment some lines of code in the script. These lines are shown below:


' post back to PayPal system to validate
set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")
' set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP.4.0")
' set objHttp = Server.CreateObject("Microsoft.XMLHTTP")


Ultidev Team
#2 Posted : Tuesday, February 22, 2011 6:19:39 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Jay,

Legacy/Classic ASP is not supported by UltiDev Cassini Web Server. Only ASP.NET.

A web server, Cassini, or IIS, cannot have any .NET component installed in it. Every assembly loaded into an ASP.NET application should come either from application's Bin folder, GAC or a well-known path.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Jay
#3 Posted : Wednesday, February 23, 2011 11:08:52 AM(UTC)
Groups: Member
Joined: 9/21/2010(UTC)
Posts: 10

Would you recommend a Paypal IPN Script that was written in C# or VB to work with UltiDev Cassini?
Ultidev Team
#4 Posted : Wednesday, February 23, 2011 7:47:55 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Yes, in order to be compatible with UltiDev Cassini, the application should be written in ASP.NET (C# or VB.net).

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
Rss Feed  Atom Feed
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.