|
.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 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? 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? > > >
Other interesting topics
Maintaining ASP.NET Sites
Only allow enter key in MultiLine textbox Deriving from MembershipUser and ASPNET Config Tool ASP.net and thread safety Class based on singleton pattern and instance methods in that clas RollOver and onMouseOver? High memory in a ASP.NET application - how to monitor, what can cause? Strong typing for user controls question re: date format in RSS news feeds How use newest userid in auto INSERT (2.0) |
|||||||||||||||||||||||