View Full Version : HTML vs. HTM
doriansmith
01-25-2006, 11:57 AM
Where I work, we were told that HTM webpages would not work under the new .NET environment. We were told that all webpages MUST have the extender of HTML or they won't work.
Is it so?
joelnet
01-26-2006, 01:07 AM
i'm not aware of any extensions not working in asp.net.
.html or .htm will both work fine.
Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET
J.Bey
04-23-2006, 08:15 AM
Yep. I agree....
.htm or .html extension both defines an electronic document as a HTML document.http://community.discountasp.net/emoticons/rolleyes.gif
J. L.
Technical Support/IT Admin/MIS Developer
Maxtop Enterprises Inc.
http://www.maxtop.ca</CODE>
edified
11-26-2006, 12:17 PM
Makes no difference. 'Course the best way to go about it is to exclude the extention entirely so that when you (and the rest of the world) changes architecture (for instance .html to .asp or .php or .xyz) your URIs remain intact. That's what the W3C recommends anyway- *sigh*
Example: edified.org/archive/illusions/chrominance (http://edified.org/archive/illusions/chrominance) is not a directory it's an executable (as in ASP).
One other method of doing this is URL rewriting which I think has been pretty well documented with ASP.net 2.0 (though I haven't searched).
Ed Palma (http://edified.org/resume) - edified.org (http://edified.org/)
Post Edited (Edified) : 11/26/2006 12:22:04 AM GMT
vBulletin® ©Jelsoft Enterprises Ltd.