Results 1 to 13 of 13

Thread: [RESOLVED] [2005] Working with IIS and .aspx

Threaded View

  1. #1

    Thread Starter
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Resolved [RESOLVED] [2005] Working with IIS and .aspx

    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

    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
    Can someone explain whats going wrong here.??Any help would be greatly appreciated.

    I have attached the requisite files .
    Last edited by litlewiki; Apr 13th, 2007 at 02:02 PM.
    __________________
    ________________0îîî___
    ___îîî0________(___)____
    __(___)_________) _/_____
    ___\_ (_________(_/______
    ____\_)_________________

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width