Creating CSV

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top