Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 30th, 2007, 06:09 AM
Authorized User
 
Join Date: Jan 2007
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can I get an alert box on my local computer when s



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





 
Old June 1st, 2007, 07:57 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

You could create a desktop application that runs on your local PC desktop. This application would listen on a remoting channel. Then in the web application, you connect to your local PC on that same remoting channel and tell the desktop app to show the message box. This could work if the web site were running the same machine or a different machine (as long as the TCP/IP port that you pick for remoting is accessible).

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I get an alert box on my local computer when s bhavna ASP.NET 1.0 and 1.1 Basics 0 May 30th, 2007 06:10 AM
Saving a document on local computer h2c357 Javascript 0 May 3rd, 2007 09:14 AM
How to get the all user name of local computer? fany_han Pro VB.NET 2002/2003 0 June 6th, 2006 11:10 PM
How to Flush out Cache on my local computer bekim VB.NET 2002/2003 Basics 1 June 16th, 2004 08:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.