Re: Compiled Web App Unavailable to Some Users

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Juan,

I think you're right...the external IP cannot be seen by the local machine
or anyone within that network, but using the internal IP, its
fine...phew!...I think this explains it, although I don't completely
understand.

So, I just have one last question: do you think (given the information) it
should be okay...I don't know of anyone else who is having trouble accessing
the app...just the users within the network.

Thanks Juan!

"Juan T. Llibre" wrote:

re:
if telnet can not connect you have a network problem (either router or proxy)

Hi, Bruce.

The problem might be as simple as the network using NAT addressing.
In that case, the external IP can't be seen by the local machine.

I.O.W., if his box has a local network address (10.0.0.x, for example)
there's no way his box can see the external IP assigned via NAT.

That's why I suggested using either localhost,
or mapping 127.0.0.1 to the domain name in the hosts file.

The machine's name would work, too, for development purposes.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"bruce barker" <nospam@xxxxxxxxxx> wrote in message news:O9k5sZRiHHA.3412@xxxxxxxxxxxxxxxxxxxxxxx
you should use a network sniffer to check if you can connect. if you don't have one, first use
telnet specifying to connect on port 80. if telnet can not connect you have a network problem
(either router or proxy). if you can connect type:

GET /default.aspx HTTP/1.1

the server shoudl respond.


-- bruce (sqlwork.com)




Justin wrote:
Hello Everyone:

I am having the most bizarre problem with my asp.net web app...this is my first web app in
asp.net and I inherited it from a programmer who quit...so, I am not completely familiar with all
the ins and outs.

The problem is that some machines can open my web app and some machines cannot...In fact, the
server, which is hosting the app and has VS.Net installed, cannot access the app via the external
IP address, but other machines can...weird, huh?

I tried pinging the IP from the server and that worked...telnet failed.

I've tried removing the Windows Security and that didn't help.

I tried including the port number in the IP Address in my browser and that failed.

I checked IIS and it is running (which, I guess is obvious b/c some users are able to see the
app).

I verified that the port 80 is open (which, again, is obvious).

I messed with different browsers (Firefox and Netscape) and still can't log in.

The error message I'm getting is "this page cannot be displayed"...I tried turning off Friendly
HTTP error messages and still get the ambiguous message.

Not sure where to start on this...I've put in about 20 hours (which is to be expected,
considering I'm new)...but, I'm close to my wits end.

Is there a way to trap the error?...Has anyone ran into this before?...Anyone have an idea?

Thanks!!!



.



Relevant Pages

  • Re: LISP for web
    ... Any large scale web app that is business critical is based on a few ... -> So you need at least two routers, two switches, two machines ... ... Load balancing is done based on content and on network traffic ...
    (comp.lang.lisp)
  • Re: Standalone VB.Net app?
    ... with local Admin privileges and elevated domain privs executes the app now, ... a network device that the average network user has read/execute privs on, ... the .Net framework on the local machine is not allowing the code ... to execute because it is not trusted. ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Network Baiscs Questions
    ... Now I can not reinstall the network. ... > Both of these machines are members of workgroup HOME, ... > experience at least the local machine shows up but I can't even see the XP. ... > SImple file sharing is enabled and MyDocuments is shared, ...
    (microsoft.public.windowsxp.basics)
  • Re: running app on network drive
    ... If fixed it by following these steps on the two machines that will be running the app. ... It was decided it should be put on the network drive. ... I copied the whole project directory to the network and intended to run it in debug mode from the network but when I go to open it I get "The project location is not fully trusted by the .NET runtime...." ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Compiled Web App Unavailable to Some Users
    ... The problem might be as simple as the network using NAT addressing. ... the external IP can't be seen by the local machine. ... The problem is that some machines can open my web app and some machines cannot...In fact, ...
    (microsoft.public.dotnet.framework.aspnet)