473,809 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

accessin PC from a PC on network

I have a page test.html in my c:/inetpub/wwwroot.... When i am trying
to open that page using http://<IPaddressofmyp c>/test.html i get to see
the page....But when somebody else on the network try to run this url ,
he is not able to open this html page....I dont know what to do with
this ????

also http://<IPaddressof mypcopens "Under Construction" error page on
my pc...But accessing this url from some other pc displays the "Page
cannot be displayed" error page on my pc.

Aug 21 '06 #1
4 1018
hi,
that's a networking problem. you'll get more help from another newsgroup.
this is for asp.net questions.

by the way your second point is the same problem. the other PC just can't
get to the 'under construction' page because it doesn't have a HTTP route.
try pinging the server etc.

tim
"saurabh" <sa********@gma il.comwrote in message
news:11******** **************@ m73g2000cwd.goo glegroups.com.. .
>I have a page test.html in my c:/inetpub/wwwroot.... When i am trying
to open that page using http://<IPaddressofmyp c>/test.html i get to see
the page....But when somebody else on the network try to run this url ,
he is not able to open this html page....I dont know what to do with
this ????

also http://<IPaddressof mypcopens "Under Construction" error page on
my pc...But accessing this url from some other pc displays the "Page
cannot be displayed" error page on my pc.

Aug 21 '06 #2
i tried that and i am able to ping the server....I am able to access
the pc using \\<IPaddress>.. .but not using http://<IPaddress>
--------------------
Tim_Mac wrote:
hi,
that's a networking problem. you'll get more help from another newsgroup.
this is for asp.net questions.

by the way your second point is the same problem. the other PC just can't
get to the 'under construction' page because it doesn't have a HTTP route.
try pinging the server etc.

tim
"saurabh" <sa********@gma il.comwrote in message
news:11******** **************@ m73g2000cwd.goo glegroups.com.. .
I have a page test.html in my c:/inetpub/wwwroot.... When i am trying
to open that page using http://<IPaddressofmyp c>/test.html i get to see
the page....But when somebody else on the network try to run this url ,
he is not able to open this html page....I dont know what to do with
this ????

also http://<IPaddressof mypcopens "Under Construction" error page on
my pc...But accessing this url from some other pc displays the "Page
cannot be displayed" error page on my pc.
Aug 21 '06 #3
hi
being able to browse the network shares on a server is a different matter to
browsing HTTP on the same server.
there must be something in between that is blocking HTTP traffic to the
server. windows firewall, hardware firewall, zone-alarm or other such
software, anti-virus etc.

good luck on the other newsgroups.
tim.
Aug 21 '06 #4

"Tim_Mac" <ti********@com munity.nospamwr ote in message
news:e2******** ********@TK2MSF TNGP05.phx.gbl. ..
hi
being able to browse the network shares on a server is a different matter to
browsing HTTP on the same server.
there must be something in between that is blocking HTTP traffic to the
server. windows firewall, hardware firewall, zone-alarm or other such
software, anti-virus etc.

good luck on the other newsgroups.
tim.
Sounds like a firewall in the way. Try "telnet <ip80". If you can't reach
port 80 then that's the problem.
Aug 22 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
50593
by: Alex Ang | last post by:
I have written the following VBScript program. It is stored into a file "map_drive.vbs". It successfully mapped to a network drive \\server1\data. Dim WshNetwork Set WshNetwork = WScript.CreateObject("WScript.Network") sPwd = inputbox("Enter password") WshNetwork.MapNetworkDrive "J:", "\\server1\data", false, "xyz_net\John", sPwd Msgbox "Drives has been map successful"
14
9754
by: David W. Fenton | last post by:
I'm no stranger to this error message, but I have a client who is experiencing it, but, fortunately, without any actual data corruption, and it's driving them made. Their inability to grasp that the cause is fundamentally a networking problem is also making me pull my hair out. Some history: The network is composed of five computers dating back to 1995, each purchased one at a time, and each having a different OS, etc. Until
1
6575
by: brian.oneil2 | last post by:
Is there a way to install this onto a network file share and allow a team to access it? I would say share a CD from a networked CD drive, but there are multiple CD's that would have to be inserted. TIA, Brian
1
2940
by: Naveen Mukkelli | last post by:
Hi, I've got 3 Network Interface Cards(NIC) in my PC. Lets say NIC1, NIC2, NIC3. I have openend network connections in control panel and renamed them to Network 1, Network 2, Network 3. I'm trying to get these names( Network 1, Network 2, Network 3) by using C#. When I tried using Win32_NetworkAdapterConfiguration class, I could get the names of the actual hardware(NIC1, NIC2, NIC3) but not the renamed names (Network 1, Network 2,...
5
3115
by: Dave Kolb | last post by:
Is there any other solution for an ASPNET application to access network resources other than running as SYSTEM, using delegation (a nightmare to get to work) or the COM+ solution? I cannot seem to impersonate a user and obtain network credentials using the DuplicateTokenEx call with appropriate parameters even though the call seems to not fail. I check my identity has changed but can only still do local commands. I would consider...
4
2484
by: Dixie | last post by:
I want to send a file to each persons home network space. I believe that when a person logs onto a network, some sort of variable is set that identifies the user. Is there any code that would allow me to transfer a text file from Access 2000 for a mailmerge to the person logged in's special network folder? I don't fully understand this, but I thought someone might know something about it? dixie.
8
3033
by: BJ | last post by:
Problem: How can I code up a client side process to detect if the network is available? Synopsis: I am writing ASP.NET input forms for a Panasonic Tuff book. The users will be walking around the plant with a wireless connection. There are some pockets of non-connectivity. I've been tasked with disabling the submit button on the form if the network is unavailable. Possible solution: I can instantiate a timed process (VB.NET 2.0
10
6170
by: gary0gilbert | last post by:
An unusual spin to this recurring disk or network error in a Terminal Server environment. Access 2000, Terminal Server 2000, file server is windows 2000. All users have a separate copy of the front end db, everyone accesses the back-end db via a network share. To preface, non Terminal Server users (4 or 5 in office) never have this problem. There are two Terminal Servers running win 2000, both basically identical. This error affects...
0
3784
by: nancylife | last post by:
When developing web report, many developers use VMware to simulate different operating systems on a same server. Then, they can realize cross-platform deployment and debug of web report. According to real application of web report, I will discuss three network setting ways of VMware with all of you. Bridge way This is the simplest way as it bridges the virtual network card to a physical network card directly. It is similar to a network...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9601
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10379
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9199
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7660
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6881
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5687
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3014
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.