Hello,
I have a Website project with a lot of aspx sites. I would like to find out is there any tool that will allow me to remove all white spaces and comments from the aspx files? I don't want to do it on run-time because it's not performance optimal. I would like to do it just before deployment.
Is there any ready tool, or should I write a simple console app, that would use REGEX to eliminate the unnecessary white spaces and comments?
Regards, Adam