Hello everyone,
Firstly i have absolutely no knowledge of working with asp.net .So i might sound a little n00bish.Anyway ,I have been struggling with sending mail without using outlook via ssl and finally found a COM library which can allow me to send mail over ssl/tls connections.Here's the link to the project.
The problem is the admin/author has posted a sample application (no other documentation on the usage of the library) in aspx .
This is what i have done to run it off my IIS server.
Place the files in a folder named dns in the wwwroot folder.The dll is inside a folder named bin within the folder dns.
Place the ssl libraries in the system32 folder as mentioned in the aspx file
Start the iis server.
Navigate to http://localhost/dns/dnsmail.aspx.
The server now returns me this error
Can someone explain whats going wrong here.??Any help would be greatly appreciated.Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Erle' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 1: <%@ Page Language="C#" Debug="true" ValidateRequest="false" %>
Line 2: <%@ Import Namespace="Erle.DnsMail" %>
Line 3:
Line 4: <script runat="server">
Source File: e:\Inetpub\wwwroot\dns\dnsmail.aspx Line: 2
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42![]()
I have attached the requisite files .




Reply With Quote