Connecting Tech Pros Worldwide Forums | Help | Site Map

Need ASP Help

Abraham
Guest
 
Posts: n/a
#1: Nov 17 '05
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]
Guest
 
Posts: n/a
#2: Nov 17 '05

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@hotmail.com> wrote in message
news:03f901c33e0d$e4f9f7f0$a301280a@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]


Closed Thread