aCcodeMonkey
11-24-2002, 08:50 PM
All,
I am in the process of migrating (myself) and an ASP mail application to ASP.Net.
I need some advice / references as to how to instantiate the legacy ASP DLL in the ASP.Net application. I have attached the "simple version" of the ASP.Net mail form. Later I will be migrating ASP forms where users can select mailing lists stored in either MS SQL or MS Access Dbs.
Additional Info:
The ISP that the customer is using does not have SMTP loaded on the web server but has provided access to an SMTP Relay server. So I programmed the the original mail services to use the ASPMail4 SMTPSVG.DLL from ServerObjects (http://www.serverobjects.com). The
SMTPSVG.DLL is registered on both my development and ISP's production web servers.
Both web servers are W2k Adv Svr SP 3
The ASP4Mail library allows for:
Accessing remote SMTP services by simply providing a FQDN or IP address.
The ASP4Mail services can also be accessed via SQL2000 extended stored procedures. The original ASP application includes scheduled mass mailings via SQL Mail services.
Sending file attachements NOTE: The ASPMail4 services can only access a file stored locally on the server.
On my development server I have also added the DLL to IIS' In-Process Applications as a Legacy Component.
Ain't returning to "Script Kiddy" status fun?!?!? :cool:
Dale A. Mitchell
MindCrafter Web Designs (acodemonkey@hotmail.com?subject=Response: ASP.net Migration Thread)
I am in the process of migrating (myself) and an ASP mail application to ASP.Net.
I need some advice / references as to how to instantiate the legacy ASP DLL in the ASP.Net application. I have attached the "simple version" of the ASP.Net mail form. Later I will be migrating ASP forms where users can select mailing lists stored in either MS SQL or MS Access Dbs.
Additional Info:
The ISP that the customer is using does not have SMTP loaded on the web server but has provided access to an SMTP Relay server. So I programmed the the original mail services to use the ASPMail4 SMTPSVG.DLL from ServerObjects (http://www.serverobjects.com). The
SMTPSVG.DLL is registered on both my development and ISP's production web servers.
Both web servers are W2k Adv Svr SP 3
The ASP4Mail library allows for:
Accessing remote SMTP services by simply providing a FQDN or IP address.
The ASP4Mail services can also be accessed via SQL2000 extended stored procedures. The original ASP application includes scheduled mass mailings via SQL Mail services.
Sending file attachements NOTE: The ASPMail4 services can only access a file stored locally on the server.
On my development server I have also added the DLL to IIS' In-Process Applications as a Legacy Component.
Ain't returning to "Script Kiddy" status fun?!?!? :cool:
Dale A. Mitchell
MindCrafter Web Designs (acodemonkey@hotmail.com?subject=Response: ASP.net Migration Thread)