How to deal with the error of "The page cannot be displayed"
-
I have a web service and an web application deployed on my laptop. the webservice works fine but when open my web application It told me The page cannot be displayed, the title is "Server can not find" Any one has the solution? Thanks!
-
I have a web service and an web application deployed on my laptop. the webservice works fine but when open my web application It told me The page cannot be displayed, the title is "Server can not find" Any one has the solution? Thanks!
BTW, I use asp.net 2.0
-
BTW, I use asp.net 2.0
was that the whole error message? what could it not find? the web applications main page?
-
was that the whole error message? what could it not find? the web applications main page?
yes. seems the error is popped from IIS not the asp.net. but the most strange thing is the web service works fine. and my application works fine on my server
-
yes. seems the error is popped from IIS not the asp.net. but the most strange thing is the web service works fine. and my application works fine on my server
so are you saying the application is published to your local machines IIS and it is not working there or are you trying to access the application on the server from a local machine?
-
so are you saying the application is published to your local machines IIS and it is not working there or are you trying to access the application on the server from a local machine?
thanks for your reply. But no. I mean the code is on my local machine and I published it to my IIS but not work no matter from where to access it. If I publish it to the server. it works fine.
-
thanks for your reply. But no. I mean the code is on my local machine and I published it to my IIS but not work no matter from where to access it. If I publish it to the server. it works fine.
Right i see. Are you using Visual Studio? If so, do you get the same problem while debugging or when you try to access the site directly using a browser.
-
Right i see. Are you using Visual Studio? If so, do you get the same problem while debugging or when you try to access the site directly using a browser.
yes
-
yes
yes to what?
-
yes to what?
you ask me : Are you using Visual Studio? If so, do you get the same problem while debugging or when you try to access the site directly using a browser. Yes I am using visual studio 2005. I do get the same problem while debugging or when Itry to access the site directly using a browser.
-
you ask me : Are you using Visual Studio? If so, do you get the same problem while debugging or when you try to access the site directly using a browser. Yes I am using visual studio 2005. I do get the same problem while debugging or when Itry to access the site directly using a browser.
hmm, if you are having the same problem when debugging, the problem doesnt sound like it would be in IIS as Visual Studio uses its own web server to run on. Also as you stated the project runs fine on another machine. I would suggest clean/ rebuild project option if you havent done so already. and if this doesnt work, i would reinstall visual studio and try to rebuild and try to run the project again.
-
hmm, if you are having the same problem when debugging, the problem doesnt sound like it would be in IIS as Visual Studio uses its own web server to run on. Also as you stated the project runs fine on another machine. I would suggest clean/ rebuild project option if you havent done so already. and if this doesnt work, i would reinstall visual studio and try to rebuild and try to run the project again.
Thanks! I will try