The page cannot be displayed
-
Hi, I developed web appln. and run the set up in two local machines. It is working successfully. I run the same setup in my server machine also. But, If I right click the page and browse it, I am getting "The page cannot be displayed". What are the problems will be there? Tnx in adv.
Balasubramanian K.
-
Hi, I developed web appln. and run the set up in two local machines. It is working successfully. I run the same setup in my server machine also. But, If I right click the page and browse it, I am getting "The page cannot be displayed". What are the problems will be there? Tnx in adv.
Balasubramanian K.
BalasubramanianK wrote:
ut, If I right click the page and browse it,
What do you mean, do you mean you cant view the webpage at all?
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
-
Hi, I developed web appln. and run the set up in two local machines. It is working successfully. I run the same setup in my server machine also. But, If I right click the page and browse it, I am getting "The page cannot be displayed". What are the problems will be there? Tnx in adv.
Balasubramanian K.
-
BalasubramanianK wrote:
ut, If I right click the page and browse it,
What do you mean, do you mean you cant view the webpage at all?
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
Yes. I cannot view my page at my server. But I can view in my system. For ex. I've run my setup in my system. I can view my page if run the following url in my machine. http://localhost/EmpDet/EmpDetails.aspx. The same, I've run the setup in my server named Server15. I cannot view my page if I run the following url in the server machine it self http://localhost/EmpDet/EmpDetails.aspx. (I run this in server machine) If I run in my local machine by using server host. I can see my page. http://server15/Empdet/EmpDetails.aspx. (I run in my local machine. And I can view my page)
Balasubramanian K.
-
I've run my setup in my system. I can view my page if run the following url in my machine. http://localhost/EmpDet/EmpDetails.aspx. The same, I've run the setup in my server named Server15. I cannot view my page if I run the following url in the server machine it self http://localhost/EmpDet/EmpDetails.aspx. (I cannot view in server machine) If I run in my local machine by using server host. I can see my page. http://server15/Empdet/EmpDetails.aspx. (I can view in local machine)
Balasubramanian K.
-
I've run my setup in my system. I can view my page if run the following url in my machine. http://localhost/EmpDet/EmpDetails.aspx. The same, I've run the setup in my server named Server15. I cannot view my page if I run the following url in the server machine it self http://localhost/EmpDet/EmpDetails.aspx. (I cannot view in server machine) If I run in my local machine by using server host. I can see my page. http://server15/Empdet/EmpDetails.aspx. (I can view in local machine)
Balasubramanian K.
This is a bit confusing. You wont be able to see it by going to localhost on your computer as the server is not local. Is it a web server'/ Are you typing in a URL?
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
-
This is a bit confusing. You wont be able to see it by going to localhost on your computer as the server is not local. Is it a web server'/ Are you typing in a URL?
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"
http://server15/Empdet/EmpDetails.aspx. (I can view in local machine. Here I am accessing my server) http://localhost/Empdet/EmpDetails.aspx (Here I can view in my local pc.) In server machine, I go to my virtual directory of IIS and in the right pan, I can have my all pages. I right click on the start page and click browse. But I am gettng "the page cannot be displayed"
Balasubramanian K.
-
http://server15/Empdet/EmpDetails.aspx. (I can view in local machine. Here I am accessing my server) http://localhost/Empdet/EmpDetails.aspx (Here I can view in my local pc.) In server machine, I go to my virtual directory of IIS and in the right pan, I can have my all pages. I right click on the start page and click browse. But I am gettng "the page cannot be displayed"
Balasubramanian K.
Right Click on your application and choose properties and make sure that Under virtual directory tab that there is an application name.
Deliver yesterday, code today, think tomorrow. "http://www.heuse.com/cphumor.htm"