Hi.
I developed an asp.net web application. but my browser does not show it.
Mozilla says: "The Connection was reset"
IE says: "Internet explorer can't display the web page"
What's the problem?
Thanks :-)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Majid KamaliPosted Feb 21, 2011, 1:20 PM
Amit ChoudharyPosted Feb 21, 2011, 5:31 AM
When we run any webapplication then a development webserver starts and host the page for temporarily. I think you webserver is not installed or its services is stopped.
If you are using the Visual Studio then this server used to run the webapplication is known as Cassini Development server. find the issues regarding this.
Here are few article for similar problems:
http://www.mcse.ms/message2302693.html
Setting up the cassini server:
http://www.ultidev.com/products/Cassini/CassiniDevGuide.htm
Thanks.