Need ASP Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Abraham

    Need ASP Help

    I want to design a system, for License regestration in MS
    Access and i will get it into the web by ASP..
    what i want to know is how to make a notification that
    will be sent to a particular person by email , by using ASP
    This notificatin is to notify that person before one week
    for an application expiration..
    i appreciate u'r help

    plz send me email.....
  • Sreejumon[MVP]

    #2
    Re: Need ASP Help

    Hi,

    I am not sure why you are still with asp. If you have IIS 5 and above. I
    recommend you to satrt with asp.net. Framework & IDE (Web matrix) is free
    from Microsoft.

    Now coming to your problem, Any chance to get SQL Server 2000. If so
    Notification service is there. Just a matter of creating an XML file for
    configeration:) .

    Now if you still wants the Access, better to create an NT service, so that
    it will check the database and send the notification mail . Let asp to do
    its web interface. The business logic etc better to handle in
    compoents(dll).


    --
    Let me know if you need further help

    Regards
    Sreejumon[MVP]
    DOTNET makes IT happen

    "Abraham" <starfifi@hotma il.com> wrote in message
    news:03f901c33e 0d$e4f9f7f0$a30 1280a@phx.gbl.. .[color=blue]
    > I want to design a system, for License regestration in MS
    > Access and i will get it into the web by ASP..
    > what i want to know is how to make a notification that
    > will be sent to a particular person by email , by using ASP
    > This notificatin is to notify that person before one week
    > for an application expiration..
    > i appreciate u'r help
    >
    > plz send me email.....[/color]


    Comment

    Working...