wrote:
I save the ASP page as HTML upload it and vaildate it again, this time
there were errors, why can't W3C find these with I check online? |
Maybe I'm misunderstanding you, but did you just rename yourpage.asp to yourpage.html and try to validate that?
If so, then any of the ASP coding (vbscript, etc) will not function
properly with a .htm or .html extension. The .asp extension tells IIS
(or chilisoft) to preprocess the code as gullian mentioned. The server
then renders the resulting HTML code to the browser.