Localhost- page not found
The forum thread has not been reviewed by Editors yet. Readers are advised to use their best judgement before accessing this thread.
This thread will be reviewed shortly.
If you think this thread contain inappropriate content, please report to webmaster.
the problem i am facing is,This thread will be reviewed shortly.
If you think this thread contain inappropriate content, please report to webmaster.
if i am giving local host in the url i am able to access it from the localmachine but from the client side i am not able to retrive the page(page not found is displayed.)
for better understanding
if i am giving Response.redirect("http://10.90.142.20/SBMGR/Main.aspx" ) i am able to access from client as well as from local machine.
In case i give Response.redirect("http://Localhost/SBMGR/Main.aspx" ) i am not able to access the page from client side.But In local system it is working fine.
But i want it to be Response.redirect ("http://Localhost/SBMGR/Main.aspx" ) and it should be accessable from the client side.
any suggession or idea, Please.....
