I was facing a weird error page "page cannot be displayed" when everything is correct
in my asp.net page which is called through ajax from another html page.
But checked the page by copying the url in the browser and pasting it. even then it want working.
Then finally set that aspx page as the startup page and tried executing. it worked then.
Was struggling with this for an hour. What a shame, finally i have found out the reason that there was a space between http: and //
it was like this : http: // instead of http://
