Home All Groups Group Topic Archive Search About
Author
13 Jan 2006 6:35 PM
P K
I create a CSV file after looping through a datatable.
All is fine except in the first two lines of the CSV I get this-

<!--METADATA TYPE="ASP_DEBUG_INFO"               
-->               

How could this be avoided?

Author
13 Jan 2006 10:04 PM
George Ter-Saakov
This is a debug info ASP adds when run in debug mode.
You can turn it off by going to IIS Managment console and right click on
your project folder, properties, "Virtual Directory" tab, "Configuration"
button, Debugging tab.

And uncheck Enable ASP server side debugging.

George.


Show quoteHide quote
"P K" <P*@discussions.microsoft.com> wrote in message
news:44B918E6-E6E1-4C1D-836B-65E9E4C6E6D7@microsoft.com...
>I create a CSV file after looping through a datatable.
> All is fine except in the first two lines of the CSV I get this-
>
> <!--METADATA TYPE="ASP_DEBUG_INFO"
> -->
>
> How could this be avoided?
Are all your drivers up to date? click for free checkup

Author
16 Jan 2006 3:39 PM
P K
Doing what you said  and rebuilding the application in Release mode did it.
Thanks,


Show quoteHide quote
"George Ter-Saakov" wrote:

> This is a debug info ASP adds when run in debug mode.
> You can turn it off by going to IIS Managment console and right click on
> your project folder, properties, "Virtual Directory" tab, "Configuration"
> button, Debugging tab.
>
> And uncheck Enable ASP server side debugging.
>
> George.
>
>
> "P K" <P*@discussions.microsoft.com> wrote in message
> news:44B918E6-E6E1-4C1D-836B-65E9E4C6E6D7@microsoft.com...
> >I create a CSV file after looping through a datatable.
> > All is fine except in the first two lines of the CSV I get this-
> >
> > <!--METADATA TYPE="ASP_DEBUG_INFO"
> > -->
> >
> > How could this be avoided?
>
>
>

Bookmark and Share