For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > May 2007 > Can I get an alert box on my local computer when someone access my web page?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Can I get an alert box on my local computer when someone access my web page?
salon

2007-05-30, 6:13 am

i have created a web application in c# and ASP.NET1.1 that is having a button on click of which
spawns a web page which is hosted on my localhost!
i have given the URL to my friend.Now he/she access it .
I want a alert box or some notification on my local computer that the webpage from my localhost
is being accessed.
Is it possible with .NET 1.1 ?
If yes, how?
Thanks in advance
David

2007-05-30, 7:10 pm

Get the page to send you an email.

--
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available


"salon" <salon.2recy0@mail.codecomments.com> wrote in message
news:salon.2recy0@mail.codecomments.com...
>
> i have created a web application in c# and ASP.NET1.1 that is having a
> button on click of which
> spawns a web page which is hosted on my localhost!
> i have given the URL to my friend.Now he/she access it .
> I want a alert box or some notification on my local computer that the
> webpage from my localhost
> is being accessed.
> Is it possible with .NET 1.1 ?
> If yes, how?
> Thanks in advance
>
>
>
> --
> salon
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>



Steve C. Orr [MCSD, MVP, CSM, ASP Insider]

2007-05-30, 7:10 pm

When the web site is accessed it could write some kind of a record to a
local file or database.
Then a local (separate) application could check this periodically and notify
you when something of interest has changed.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


"salon" <salon.2recy0@mail.codecomments.com> wrote in message
news:salon.2recy0@mail.codecomments.com...
>
> i have created a web application in c# and ASP.NET1.1 that is having a
> button on click of which
> spawns a web page which is hosted on my localhost!
> i have given the URL to my friend.Now he/she access it .
> I want a alert box or some notification on my local computer that the
> webpage from my localhost
> is being accessed.
> Is it possible with .NET 1.1 ?
> If yes, how?
> Thanks in advance
>
>
>
> --
> salon
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com