Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Not sure why the message shows up in the URL "Waiting for localhost..."

Any ideas how to resolve this?
Posted
Comments
[no name] 14-Oct-15 2:41am    
Try to disable debugging first , and check is your application stop in any break point and waiting for you response.

if this not helps you then please share more detail to understand your problem
Member 11826602 14-Oct-15 12:44pm    
Yes, it is on Debug mode. How else can you run .aspx files in VS2013 besides debug mode?
[no name] 15-Oct-15 1:45am    
Put a break-point in global.asax file and browse the site. See if it hits break point or not. If it hits your breakpoint then add another breakpoint in aspx page_load method..see everything executed successfully...

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