|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Creating CSVI 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? 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 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? Doing what you said and rebuilding the application in Release mode did it.
Thanks, Show 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? > > > |
|||||||||||||||||||||||