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


Similar Messages:

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

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

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

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

Configuration :: SFTP Component For Local Machine With Multiple IP Addresses

Mar 9, 2011

I'm searching a .NET SFTP component which can sniff IP addresses of local machine and select one to use for file transfering.

View 3 Replies

C# - Use For Doing Local MySQL Testing?

Apr 4, 2011

I want to test MySQL with ASP .NET locally. However, I do not want to host a local server. How would I simulate a local MySQL server using files or something similar?

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

MVC - Testing Windows Authentication And Local Express DB

Jul 30, 2010

I am testing with windows authentication and a local express DB. My DB has users and roles tables. Following link explains this concept:[URL]

Code:

[HandleError]
public class HomeController : Controller
{
public ActionResult Index()
{
return View();
}
[Authorize(Roles = "Managers")]
public ActionResult CompanySecrets()
{
return View();
}
[Authorize(Users="redmond\swalther")]
public ActionResult StephenSecrets()
{
return View();
}
}

Above roles are coming from NTLM. Is there a way where i can map roles in my DB table so that these are then available to me like User.IsInRoles("Admin") etc?

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

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

Multiple Browser Testing / Test Web Application Locally In Multiple Browsers With Various Versions?

Jan 19, 2011

My requirement/concern is to test web application locally in multiple browsers with various versions.

If any tool is available, please let me know..

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

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

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

Security :: How To Get All Users (domain Names) On A Network Running An Application

Jun 2, 2010

i would like to be able to do is to, lets say i have 10 users running a web application , how can i get the names of all these users. There names , logon times and any other info availabel.

i would like to get this data into a dataset and just bind to a gridview .

View 2 Replies

Web Forms :: Restrict Users Based On IP Address On LAN Network In Website

Aug 21, 2013

in my asp.net+vb web page  which is use din INTRANET web . In a page i want to restrict the browsing for four peoples only, so that i used a code like below.

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim ipaddress As String
ipaddress = Request.ServerVariables("HTTP_X_FORWARDED_FOR")
If ipaddress = "" OrElse ipaddress Is Nothing Then
ipaddress = Request.ServerVariables("REMOTE_ADDR")
End If
iptxt.Text = (ipaddress)
If iptxt.Text = ("192.168.0.3") Then
Response.Redirect("err.aspx")
End If
end sub

in my asp.net+vb web page  which is use din INTRANET web . In a page i want to restrict the browsing for four peoples only, so that i used a code like below.

ProtectedSubPage_Load(ByVal sender AsObject,ByVal e AsSystem.EventArgs)HandlesMe.LoadDim ipaddress AsString ipaddress =Request.ServerVariables("HTTP_X_FORWARDED_FOR")If ipaddress =""OrElse ipaddress IsNothingThen ipaddress =Request.ServerVariables("REMOTE_ADDR")EndIf iptxt.Text=(ipaddress) If iptxt.Text=("192.168.0.3")ThenResponse.Redirect("err.aspx")EndIf

View 1 Replies

Asp - Multiple Browser Testing Tool

Mar 15, 2010

I would like to seek your suggestion for the tool faciliate the multiple-browser testing of web site. ASP.NET is my current working environment.

View 6 Replies

Configuration :: Testing On Remote Server?

Jul 6, 2010

My application works locally, but when I upload it to my remote server some of the components do not work. If I use the microsoft chart control it blows the hole page up and it works locally. Does anyone know how to test stuff locally that would be exactly like what is on the remote server? I think it has to do with my hosting service. How could you test if this was true? Just upload to another remote server?

View 2 Replies

How To Configure Mail For Local Network And Send Mail ?

Mar 22, 2010

We at Our company having our own local network in which consists around 20 users. We do not have Internet connections. Now I've created an asp.net website to share the data among the different users.How to create unique mail ids for each user.

View 2 Replies

Why .NET Refrence To Local PC In Users Event Log

Feb 28, 2010

A customer has sent my a screen shot of their event log which shows an error from my ASP.Net app, the problem is it shows the line number where the error occurred but references my PC and the path into my files. Why? There's no references in my code

View 2 Replies

Configuration :: Simulating A Multi Usage In Testing?

Sep 20, 2010

I would like to know if there is a possible way to test my website in a simulated environment mimicking an event of being used by around 100 users at the same time. i would just like to know how will my website performs in real situations.

View 1 Replies

Web Forms :: Get Users Local System Drives

Jan 23, 2012

getting user's local machine drives in asp.net

When i use the code below

foreach (DriveInfo drive in DriveInfo.GetDrives())

{       Console.WriteLine(drive.Name);}

after deploying in server it get servers local drives

View 1 Replies







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