Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,

I have run a simple page in VS 2010 but it will takes lots of time to run as well as in browser window it will get "waiting for localhost" in status bar and page does not display anything. And when we stop the application it will also takes lots of time.

please help me.
Regards,
Kunal Naik
Posted
Comments
Ankur\m/ 12-Nov-10 1:22am    
From your description, I assume you are using a ASP.NET development server to run your application. There is nothing to do with IIS here.
Try deploying the application on IIS or you can even change to project setting to process the requests through IIS and see how your application runs. If it's still slow, your application has a lot of performance improvement scope.
Hiren solanki 12-Nov-10 2:17am    
you should check DB related operations first. if they are taking more time then choose convenient option.

1 solution

use Microsoft Webmatrix.. that's more convinient... :) give yourself a try...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900