Networking - Obtaining Client Computer Name On Local Network In Javascript Web Application?

Jan 27, 2011

I have an asp.net (FW 3.5) web app that runs on an internal network. One specific page needs to "report" in to the web server that it is active and not locked up. I need to be able to run a script (or something) at the client to report the pc's computer name in that report. I cannot find a method that does this. I found several things that would report the WAN IP or host name, but this appears to all be for external facing sites.

View 1 Replies


Similar Messages:

How To Run A .net Web Application On Local Computer

Feb 25, 2010

I wanted to run a .net application on a laptop. I created the application(aspx pages and SQL database) on a computer that has VS 08 installed. Now i wanted to run this application on a laptop that does not have SQL sever 2005 installed.

As far as the aspx pages if i publish them to a zip drive copy it to my laptop and go into IIS and define a new virtual directory to point where my pages are that should work RIGHT??

Now for the database i don't know what i need to do

View 5 Replies

Reading Data From Client Computer Serial Port Using Web Application?

Jan 2, 2010

Is it possible to read data from serial port of client system using asp.net web site. Here is my scenario

I will be having computers connected in LAN and a web application which resides on server. Each client computer will be connected to a external machine using serial port and is ready for reading data, external machine measures equipment details and sends through serial port.Now I need to read the same data using my web page, is it possible?

Like when we do video chatting our web page reads data from web cam and sends the stream to web page. this way how can I read data from client machine to web page.

View 1 Replies

Hyperlink To Local File - Local Drive Letter And Network?

Oct 1, 2010

There is a hyperlink to a local file...for instance....C:/text.txt. This is not possible, because ASP.net does not allow links to local files. But, links to files on network drives such as W:/test.txt are working ok. how does the browser know which drive letter is local,and which is networked? How does it know that C: is local or D: is local etc, and that W: is a network drive?

View 1 Replies

VS 2008 - Good Documentation Of My.Computer.Network And FTP

Apr 12, 2010

I can't seem to find good documentation of My.Computer.Network. We are currently using Xceed FTP in a program and I want to try to replace the functionality with the built-in .NET class. Can anyone point me to comprehensive doc and/or do you know if the class supports doing a diretory listing at the remote FTP site?

View 6 Replies

WCF / ASMX :: Call Webservice From Different Computer On Different Network

Mar 28, 2011

I have created web service and deployed on server after creating proxy server ..........

when i browse the URL used in proxy server from different computer on same network, it works fine..... but when i browse the same URL on computer on different network, it wont work.....

how do i call webservice from different network

View 1 Replies

Get Local IPs From The Network?

Feb 2, 2010

I have Survey web applications and i need to install it in the local web server in my company

the problem is what correct code to get the real ip for the machines to prevent vote more than one for every employee

note: the company have domain controller and all user belong to Group Policy. I try many Code like

Request.Servervariables("REMOTE_ADDR")
HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"];

no correct result give me 127.0.0.1 or the server IP

View 3 Replies

Global.asax Works On Local Computer But Not After Publish To Server?

Sep 5, 2010

i think this has been asked before but i just cannot figure this one out.
I have added a global.asax file to my project (using asp.net with c# from vs2010) and works great on my local machine. then when i publish to our site (i publish to ftp site and then copy from the ftp folder into the site folder overwriting old files) and it doesn't work... at all. i am using 'windows server 2008 R2 Enterprise'.

View 1 Replies

Security :: Add And Remove Users From A Local Group Of A Remote Computer?

Feb 16, 2010

I want to populate members of a local computer group on a webpage and allow the user to add / remove users of that remote computer from a group say Administrators or Remote Users Group.

The application pool will be running with a user who is admin on all remove systems.

View 5 Replies

Testing Mobile On Local Network?

Aug 30, 2010

I do not want to do my development based on an emulator, so I want to be able to have my phone (Android), to connect to my local PC to make sure what I am developing comes out the way I want it to.

Issue #1 - I need to be able to connect to my network, not internet, I can't have my PC internet facing, this limits me from opening my PC to the internet.

Issue #2 - No WiFi allowed at my work, security issues.

Issue #3 - I can't publish this to a internet facing site, since the procedure to get it to one, take a few days each publish and will put my development to a crawl.

What I'm looking for, is a way to get my phone to connect to my local PC, maybe via USB/Bluetooth but have access to my local IIS.

View 3 Replies

Test If User Comes From Local Network?

Jul 14, 2010

I want to use C#/ASP.net to find out whether the user browsing the website is on the same network so that certain links are only displayed while in the office (to those who have access to them).

Anyone accessing from within the office will be doing so by going to it's local IP address (i.e. 192.168.x.x) whereas external users will be browsing to the public domain name.

All I need is some way to differentiate between the two types of user.

View 2 Replies

AJAX :: Application Is Working Fine In Local, But It Is Giving JavaScript Error After Deploy In Dev Server

Jul 19, 2010

I am working on ASP.NET Ajax site. Application is working fine when I run in my local machine, but same code if I place in Server then it is giving "SpanID is undefined" Javascript error. I found error is due to UI.dll file.

View 2 Replies

Configuration :: How Open Website From Other Pc In The Local Network

Oct 19, 2010

How open asp.net website from other pc in the local network ?

View 3 Replies

Ability To Access WCF Service From Local Network ?

Feb 16, 2011

I'm new in the WCF and in the web developing ..

I wrote WCF service and i by creating new Web Sites - i added new WCF service that will host my WCF service.

In the 'Web location' i define the service to be HTTP and the URL to be "http://localhost/MyService"

Now i want to access thru some other machine ( in the same network ) to my machine and get using the Service method that my WCF service exposed - but i fail each time ( calling from the second machine "http://a.b.c.d/MyService/interfaceMethodName")

If i try to call the web service thru the same machine - i get the right response.

View 4 Replies

Web Forms :: Get MAC Address Of A Machine In Local LAN Network

Mar 26, 2016

How to get Client MAC address(Web). I used this it's only work in IE. But i want work all browser. How i can solve this?

This script is for IE only:

<script language="javascript" type="text/javascript">
    function showMacAddress() {
        var obj = new ActiveXObject("WbemScripting.SWbemLocator");
        var s = obj.ConnectServer(".");
        var properties = s.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration");
        var e = new Enumerator(properties);
        var output;
    
[CODE]...

View 1 Replies

Configuration :: Testing Multiple Users On Local Network?

Sep 23, 2010

I have VWD 2010 Express installed. While developing I would like my co-workers to test the application (the parts that are "finished"). When I click "View in browser" for some web form of my application or "Start debugging" the app is shown in my browser at:

http://localhost:3424/Default.aspx

My IP on local network is 192.168.1.14. How can my co-workers access this page?

Note: I do not have IIS instaled (just ASP.NET Development Server).

View 2 Replies

IIS Configuration :: Website Is Accessible On Local But Not On Other Machines On LAN Network

Mar 9, 2013

I have hosted my website in iis in windows xp.

When i entered the ip address in my system, it works fine but when i tried it in other machine, it is not working. It leaves me Connection Time Out Error.

View 1 Replies

Forms Data Controls :: Downloading Pdf Without Prompt Window To Local Computer Then Printing Automatically

Mar 30, 2011

i have two tasks to accomplish. There are several pdf files (invoices) sitting in web server. My tasks are 1) enabling Olga to download multiple invoices into her local computer WITHOUT prompting any dialog box. 2) printing these files then automatically by default local printer from her desktop computer. How is possible this? She has birthday soon. No gift could be better than this solution as she has to open each pdf separately and hit print button about 40 times a day.

View 1 Replies

Security :: Want To Organize Twenty-four-hour Local Network Monitoring?

Jun 16, 2010

I want to organize twenty-four-hour local network monitoring. Could you tell me about such program? The program has to ping hosts and save results in files on hard drive for viewing.

View 3 Replies

Web Forms :: Access Another Server Machine Local Network Area?

Feb 23, 2010

my projects image files hosts on a local server machine which name is A.

another server hosts my web projects on IIS which name is B.

I want to set my web projects's image file names like image1.ImageURL = "A\foldername\image.png";

but when the projects runs the image file url gets the image url adrress : [URl] I must access the image files which are another server machine on my local network area and I must get the ImageUrl properties from another server machine

View 2 Replies

Web Forms :: Find Printer Under Local Network (Intranet) And Print Without Dialog

Jul 19, 2013

I want to Find the Printer under the Local Area network(intranet). 

After press print button, its give printout with out popup the print-window. is it posible in web allplication. if its posible means how can i approch.

View 1 Replies

Get The Top - Level Domain Of A Client Computer

Nov 13, 2010

I need to get the top-level domain of a client computer accessing my website. How do I do this? (code snippets in VB would be preferred).

View 2 Replies

C# - Write The Client Ip And Computer Name On Server?

Jan 15, 2011

Is there any way to write the client IP and computer name on my server running ASP.NET?

View 4 Replies

Security :: Get Logged On User From Client Computer

Jan 27, 2011

Im using forms authentication on a site. I have a requirement where I have to log the username of the user that is currently logged into the computer. It is not a public site. It is an intranet site at work. I have tried several different methods but they all return the username of the user that is logged into the site. The methods I have tried are below. Note: I would perfer to log the username without the domain.

[Code]....

View 4 Replies

C# - Make Any Text File On The Client Computer?

Jan 13, 2011

how to make any text file on the client computer ?

can i get any C# asp.net sample code ?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved