Configuration :: Can't Browse Web Project From Other Computers In LAN

Jan 16, 2011

I am new in ASP.net. I published my web project using the steps stated in below address

[URL]

Now i am able to browse my project using the below url

http://COMPUTER_NAME/PROJECT_NAME/Default.aspx

and

http://IP_ADDRESS/PROJECT_NAME/Default.aspx

but form other computers in the LAN i can't access it.

View 6 Replies


Similar Messages:

Web Forms :: Attach The Image - Users Browse The File From The Local Computers And Send It

Feb 9, 2011

I have created a form and it works. But on the form I want to let users browse the file from the local computers and send it to us.

View 2 Replies

Visual Studio :: Opening A Project Across 2 Computers Running The Exact Same 2008

Feb 11, 2011

The problem is I have a laptop that I take to University with me to all my lessons and lectures and it has Visual Studio 2008 installed on it and I work on my assignments in Visual Studio just fine. However when I get home I would like to use my desktop PC which has the exact same copy even from the very same disk of Visual Studio 2008 that is installed on my laptop. The problem is no matter what I do I can't open and work with any projects that I have created on my laptop.

Now if I create the project on my desktop PC it will open just fine on my laptop and I can continue to work with the project but the minute I save and take that project over to my desktop I get the self same error message shown below. [URL] I did do a little research and I found what looked like a solution for some people and that was to change the "SQL Server Instance Name" to SQL2008. As shown below it was set to SQLEXPRESS which is the same as what it says on my laptop copy. [URL] But all this did was present me with a new message as shown below. [URL] Uploaded with [URL] I'm completely at a loss as to what the issue is. Both my laptop and desktop run a fully updated copy of Windows 7 64Bit and have the same copy from the same CD of Microsoft Visual Studio 2008.

View 13 Replies

Visual Studio - What Is Best Option In Visual Studio 2010 To Sync Project Files Between Home & Work Computers

Feb 14, 2011

Im working on a website project with Visual Studio 2010 from 2 different computers (home & work).
In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?

View 1 Replies

Configuration :: Can't Browse A Published Web Application

Jan 19, 2011

I have published my ASP.Net Web Application on remote IIS server using Project --> Publish options.

But I am not able to browse it.

View 2 Replies

Configuration :: Prevent Website Visitors From Browse The Directory Pages And Folders?

Feb 24, 2011

If my application URL is this:

http://localhost:51422/MyApp/Pages/FormView.aspx

I want 2 things:

1- I don't want any people to delete "...../FormView.aspx" and go to this[URL] and browse the directory pages and folders names.

2- If anybody tired that, the application should redirect him to login page or home page.

View 5 Replies

Configuration :: How To Deploy Project And Web Services Project And Make Them Communicating

Mar 21, 2010

I have created 2 projects in a solution. One project contains Asp.net classes with login page and different other pages.

Another project contains a web service.

When I launch the solution(click F6 in visual studio 2008) the login page can access to the method of the webservice. Both projects are launched.

However when i added this 2 projects into IIS and deploy them (with create command) the login page cannot contact the method of the web service. Even though the web service is running because i can acces it manually. But they cannot communicate each other.

View 3 Replies

Web Forms :: Is It Possible To Programatically Browse Back One Step, Instead Of Doing That With The Browse Back/forward Buttons In The Browser

Jul 2, 2010

How is it possible to programatically Browse back one step, instead of doing that with the browse back/forward buttons in the browser ?

View 4 Replies

Getting Computers Name Using C # Code?

Jul 12, 2010

I am using this code in cs file into an asp.net page for getting ip address from the loggeg user:

cmd.Parameters.AddWithValue("@ip",System.Web.HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]);

I would like to have also his computer name, as well?!

View 1 Replies

How To Get A List Of All The Computers Within A Domain

Mar 1, 2011

I have a code to get a list of all the computers within a domain. Now i need to just get the computers which are within a particular OU and not the rest of the machines. so here is my code to get all the machines from a domain, this works perfectly fine:

DirectoryEntry entry = new DirectoryEntry("LDAP://" + selectDomain);
DirectorySearcher mySearcher = new DirectorySearcher(entry);
mySearcher.Filter = ("(objectClass=computer)");
mySearcher.SizeLimit = int.MaxValue;
mySearcher.PageSize = int.MaxValue;
foreach (SearchResult resEnt in mySearcher.FindAll())
{
//"CN=SGSVG007DC"
string ComputerName = resEnt.GetDirectoryEntry().Name;
if (ComputerName.StartsWith("CN="))
ComputerName = ComputerName.Remove(0, "CN=".Length);
compList.Add(ComputerName);
}
mySearcher.Dispose();
entry.Dispose();

View 3 Replies

VS 2008 - Measuring Connection Between Two Computers?

Nov 15, 2010

I would like to objectively measure the connection speed and quality beetween few hosts in one country and a server located in the other country.

Server has disabled pings.

View 9 Replies

C# - Establish Connection Between 2 Computers On Internet

Dec 28, 2010

I am having a domain name and web space (the web is running, its ASP.net 3.5). I am working on a project in which I need to connect 2 computers over the internet.

Is it possible to do that with a simple ASP.Net website? What other things I do need to do this?

EDIT
Actually I want to send the data from one computer to another in real time, I mean as we do chatting we exchange text to one another. The same thing I want to achieve.

View 3 Replies

Configuration :: Project Does Not Run When Deployed?

Nov 3, 2010

I am really new her and to asp.net

In fact this is my first asp.net project and I really enjoyed it soo much

When I run the project, it worked form on my machine but when deployed on a remote server, it gives me error and I dont know what the problem is?

I have tried a number of things to no avail

The project is located at http://soft.turingz.com

It uses mysql and my host said they have the .net connector installed but yet .

View 4 Replies

Configuration :: Can't Get IIS 6 Project To Work On IIS 7.5

Jan 18, 2011

We have an Intranet site so each developer has our own development site on our computers. We were using XP and IIS6 but are trying to move to new computers running Windows 7 and IIS7.5. Our website starts with classic ASP in the root and has 2 virtual directories turned into applications with .NET code. One is projectless .NET and it works perfectly. The other is a .NET project and we cannot get that running on Windows 7. It compiles fine with Visual Studio 2008 but when trying to access the files through the browser it just runs and eventually times out.

I have tried various things:

- both Integrated and Classic pools for this problem application and the entire website
- even installed framework 1.1 just in case
- various IIS settings including installing all IIS6 Management Compatibility items

I am guessing perhaps something has to change in web.config or some other file, but not sure what. We are running the 32 bit Windows 7 Enterprise.

View 4 Replies

Configuration :: How To Add A New Project Into The Solution

Apr 24, 2010

There is a solution that whithin it I have a web project.

Now, I wish to add a new web project which has it's own App_Data,App_Themes.App_Code.

I don't wont to mess things and combine them both in the same project. I just won't to compile the new project and upload it sepretly to the web server in a different directory.

How do I do that with VS2008?

View 1 Replies

How Messages Flow Between Computers Connected With Internet Or LAN

Jun 15, 2010

I have been doing Windows programming in .Net since last two years. Now I am shifting to web programming so I just stuck in understanding the fundamentals of web programming, after googling I came to StackOverflow to learn from all of you great guys.

My confusion is about how messages flow between systems in distributed enviornment ? I mean suppose I want to send a message "Hello" to a system connected to LAN or Internet, then what will be the steps taken to send the message.

Second thing is suppose my system is "A" and I wana send message to system "B" which is connected via a wire, so how the message flows on wire and how system "B" reads it from the wire ?

View 4 Replies

C# - Application Page Not Working On Clients Computers

Jan 28, 2010

we developped an ASP.NET application that runs fine on our development server and in our network computers. But in production, the application works when accessing it directly from the web server but not on the clients (code behind is not executing).

View 5 Replies

Invalid Argument Javascript Error Only On Certain Computers?

Nov 18, 2010

Getting an error whenever we click a particular button/link on our site. It is generating a javascript "Invalid Argument" error. I know in the other posts it is typically because it is a syntax error in the javascript however it only just seems to have started happening and it doesn't happen on all pcs.

ie. in our client's environment if I remote onto their web server and view the uat website I get the javascript error. If I remote onto their sql server and view the uat website I don't get the javascript error. If it was a syntax error then I would always get the error wouldn't I?

both browsers are the same version of IE6 (yeah I know...) :) I have tried deleting temporary internet files - including viewing the files and deleting them myself - but no joy.

client uses citrix.. and they're all getting the error :(

Update - I haven't posted specific code as there is too much to post (and I'm not sure where the error is occurring). The "button" launches a new window which in turn opens up a couple of aspx pages and calls lots of javascript. So the window opens ok, and there's a function that gets called to resize the window - but before it calls the resizing of the window/content it throws the invalid argument error. Am busy trying to get alerts to trigger to see if I can see where it's falling over but so far no luck.

Again not sure why this error doesn't occur when I use a particular PC (same browser version)

View 3 Replies

Unable To Access Published Webpage From Other Computers?

Jan 18, 2010

I have published ASP.NET web site, using IIS7 on Win7. I can access this web site on my localhost, but it is inaccessable from other computers via internet. I have tried to disable firewall and anti-virus program, but with no success.

Does anyone know what may be causing this problem?

It works fine if I publish it on winXP.

View 4 Replies

Security :: Deny Same Login From Multiple Computers?

Jan 20, 2011

i am using form authentication in my web application.

by default, form authentication allow 2 different users to log in from 2 different computer using same username and password. due to which i am facing some problem.

when user 1 clicks on menu i am maintaining the name of selected menu in a session. but if another user clicks on different menu then the session variable is set to the menu selected by user 2. due to which the 1st user is facing some problem as the value in session got changed.

How can i overcome this problem? is there any way, where once the user has logged in, no one can log in with same username and password from another computer?

View 5 Replies

Configuration :: Add SQL Scripts Into Setup Project?

Mar 16, 2010

In one asp.net project, I created a setup project. It is working fine. Is it possible to add SQL scripts(to create database and store procedures) into setup project and run scripts automatically once client user installs the application?

View 1 Replies

Configuration :: Using A Web App Project With Visual Studio?

Nov 18, 2010

I created my site using a web app project with Visual Studio.NET 2008 and I would like to publish all the site using the precompilation mode. How can I do that?

View 4 Replies

Configuration :: How To Install Compiled Project Under IIS

Mar 8, 2011

Anyway, I need to pick up on another person's project who has left and essentially what I have is his code base which compiles under Visual Studio2010 Ultimate. I need to dig into his code (VisualBasic) in order to fix some minor problem & make some enhancements. So anyway, I started it up and compiled everything. Then I press the little green arrow button, and the project starts up and launch the browser which then access and run this project. However I need to run this under IIS because I have to try access the webservice from a remote platform. Meaning this has to serve a remote connection and not just the browser from within VisualStudio. Could someone give me a little howto in order to set this up and running under IIS?

View 2 Replies

Configuration :: Error After Publish The Project?

Aug 18, 2010

i have a web project which runs perfectly. but when i publish and run from localhost i get the following error:

Server Error in '/manpowermarketing' Application. Failed to access IIS metabase. Description:

[Code]....

View 2 Replies

Configuration :: How To Publish Project And Put It In Host

Dec 18, 2010

I want to publish my project, and upload it to my host but I don't know how to to do that to convert my codes to .dll to protect it ? to take a copy of my database and upload it to the host and bind it all steps needed to complete that successfully

View 2 Replies







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