waiting for localhost ... but page not getting displayed

Asked By SVK N
26-Jul-10 04:58 AM
Earn up to 0 extra points for answering this tough question.

 below in the status bar i just get the msg waiting for localhost . i feel its not getting connected to local host

i have set the web applicatin thr' IIS , but seems its not getting connected
how do i check for the prblms

  re: waiting for localhost ... but page not getting displayed

Sasha Kotlo replied to SVK N
26-Jul-10 05:15 AM
Are you using Visual Studio to develop? If so there's no need to test your code through IIS at all. When your solution is open press F5 to run the solution (with debugging enabled) or CTRL + F5 to run without debugging. VS comes with its own development server which does everything for you and saves you unnecessary hustle.

Regards.

  re: waiting for localhost ... but page not getting displayed

SVK N replied to Sasha Kotlo
26-Jul-10 05:40 AM
i have published the web application fro m my development server to production server and then configured it thr' IIS
it was wrking 2 days back

wht more properites of the IIS do i need to check so that the page starts to get displayed when checked thr' IIS browse

  re: waiting for localhost ... but page not getting displayed

Mash B replied to SVK N
26-Jul-10 05:43 AM
   Is it running through Visual studio ? try debugging application step by step or grab the URL from the web address
   and paste it in another browser and check if it works .
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Mash B
26-Jul-10 05:56 AM
hello i cant debug
in   my devlopment server its wrking fine
i have 2 production server with windows 2003
in one of them its working fine after publishing , but on the other the page is not getting diso\played nor i am getting any erro msgs

just getting   waitng fr local host
  re: waiting for localhost ... but page not getting displayed
Sasha Kotlo replied to SVK N
26-Jul-10 06:07 AM
..well now i understand..a logical question for you..Why is your online application waiting for LOCALHOST?? Seems you're trying to read something from a localhost address and your online version of the application isn't on your localhost. Check the URLs you're calling in the application.

Regards.
  re: waiting for localhost ... but page not getting displayed
Mash B replied to SVK N
26-Jul-10 06:09 AM
May be some port is blocking on IIS , try changing port number on IIS ( give any number after 1024 )

Steps to follow
   1. Open Internet Service Manager or Internet Information Services (IIS) Manager.
   2. If necessary, expand the Web server that you want, and then expand Web Sites.
   3. Right-click the Web site that you want to change.
   4. Click Properties.
   5. Click the Web Site tab.
   6. Change the TCP Port Number in the TCP Port edit box (or click Advanced for multiple Port settings).
   7. Click OK to save the changes.
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Sasha Kotlo
26-Jul-10 06:10 AM
hello
its not online currently
its working in intranet
i hope i get solution to the problem
  re: waiting for localhost ... but page not getting displayed
Sasha Kotlo replied to SVK N
26-Jul-10 06:16 AM
Doesn't matter if its intranet you're still accessing localhost while (lets say the ip you use to access the app is 92.180.80.32) it should be saying Waiting for 92:180:80:32:someportnumber...

You understand me?
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Sasha Kotlo
26-Jul-10 06:29 AM
ya i do understand
but the thing is unless the site /pages start working on local hos how can it be accessed using IP
even using the IP to i get the same
nothing is displayed
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Mash B
26-Jul-10 06:30 AM
wht shld be the port no
now its 80
  re: waiting for localhost ... but page not getting displayed
Mash B replied to SVK N
26-Jul-10 06:35 AM
Give any port after 1024 , any like 4400,5469,1287 . as from 0-1024 ports are reserved for special purpose.
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Sasha Kotlo
26-Jul-10 06:38 AM
ya if i type the ip i get its waiting for th eIP , but wht next , i am not able to move ahead , just getting the waiting for the said IP, but no pages is getting displayed
  re: waiting for localhost ... but page not getting displayed
Sasha Kotlo replied to SVK N
26-Jul-10 06:48 AM
can you post the code for the particular page giving you problems?
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Sasha Kotlo
26-Jul-10 06:53 AM
its the first page itself

and it was working till 2 days back with same code

  re: waiting for localhost ... but page not getting displayed
SVK N replied to Mash B
26-Jul-10 06:56 AM
i changed the port but still i am not getting it

http://localhost:4400/CRMSMART/Login.aspx

i just get waitong for local host nothing else
  re: waiting for localhost ... but page not getting displayed
Sasha Kotlo replied to SVK N
26-Jul-10 06:57 AM
what happens if you try to open some other page? the same?
  re: waiting for localhost ... but page not getting displayed
SVK N replied to Sasha Kotlo
26-Jul-10 06:59 AM
i cant open any other page as this is the first login page without login i cant open any page
as i said nothing is displayed
it just says connecting

but not getting connected
i tried thr' IIS alos but there too it says connecting for a long time but not getting connected
Create New Account