PC Review


Reply
Thread Tools Rate Thread

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

 
 
salon
Guest
Posts: n/a
 
      30th May 2007

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
------------------------------------------------------------------------

 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      30th May 2007
i'd write a windows service that added itself to the system tray and
exposed a remoting call. then the web service coudl notify it on request
start.

-- bruce (sqlwork.com)

salon wrote:
> 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
> ------------------------------------------------------------------------
>

 
Reply With Quote
 
David
Guest
Posts: n/a
 
      30th May 2007
Get the page to send you an email.

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


"salon" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> 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
> ------------------------------------------------------------------------
>



 
Reply With Quote
 
=?ISO-8859-1?Q?G=F6ran_Andersson?=
Guest
Posts: n/a
 
      30th May 2007
salon wrote:
> 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


The web server on your computer can not display anything in the user
interface on your computer, so you need a process running in the user
interface, and a way for the web server to send a signal to it.

This can be done in many different ways. A windows service and remoting,
as bruce suggested, is one of them. A simple text file and a program
that looks for changes in it could be another.

--
Göran Andersson
_____
http://www.guffa.com
 
Reply With Quote
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      30th May 2007
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> 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
> ------------------------------------------------------------------------
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search page won't work on my local computer =?Utf-8?B?QlBC?= Microsoft Frontpage 4 21st Nov 2005 11:00 PM
WMI query local computer fails with access denied despite being local admin xr7 Windows XP WMI 0 17th Nov 2005 07:48 PM
Can you run a command on the local computer from a web page? =?Utf-8?B?Q2h1Y2s=?= Microsoft Frontpage 3 25th May 2005 09:18 PM
Local Computer Access Frank Loria Windows XP Networking 0 12th Sep 2004 07:38 AM
Re: Can't access local Computer Miha Pihler Windows XP Security 0 31st Jul 2003 08:15 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:22 PM.