0

Here is the detailed error:

Boom

The project works on my local computer. i am using publish to a file folder and moving the files to the server. When trying to go to the website i get the error provided in the image url.

Thanks for your help in advance

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
tada
  • 3
  • 3

1 Answers1

1

You seem to have a corrupt sitemap xml file containing null bytes. So as the error message suggests look at the first character of line 215 of your XML file in a hex editor and compare with the working version you have in your development environment in order to try to identify the differences.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928