Solved
ASP_DEBUG_INFO metafile
Posted on 2001-06-18
When I view the source on any asp page in one particular application I'm working on I see that the first several lines have this metafile inserted first which includes the term ASP_DEBUG_INFO followed by may lines of numbers. All of this is surrounded by regular html comment tags.
I didn't put this in on purpose but I'm thinking VI's debug tools did. It seems that when an error occurs in my asp pages the typical error page (the one which indicates what type of error and what line, etc.) doesn't show up. This "bugs" me since I rely heavily on the hack and detect method of debugging alot more than the debugging tools that come with VI. Probably because I am still learning those tools and am not too comfortable with them.
I want to learn how to get rid of these lines. Any help out there?