Hi,
Take a close look at your web.config file and your user.config file. Chances are you removed the opening of a comment (<!--) but didn't remove the closing of the comment (-->). You could have also put a comment inside a comment which will break things as well.
Try using an xml validator to see if that points you in the right direction. This one should do the trick.
Thanks,
Joe