Debugging problem

  • Thread starter Thread starter Roshawn Dawson
  • Start date Start date
R

Roshawn Dawson

Hi,

I'm attempting to debug an ASP.NET application on my local machine. When I press F5 and run the
application, Internet Explorer opens but doesn't display the web page (just a blank page). However,
right-clicking the page and selecting View Source reveals that the html code is actually delivered
to the browser.

I have no idea why this is happening. Can anyone out here help me?

Thanks,
Roshawn
 
Usually (but not always) if the HTML is getting delivered to the browser but
nothing is displayed, there is an error in the HTML such as an unclosed
<script> tag, etc.
Peter
 
Hi Peter,

I was unaware that erroneous HTML could cause the browser not to display a page. Unfortunately, all
my HTML code checks out perfectly. Are there any other things that may cause this?

Thanks,
Roshawn
 
Back
Top