Thanks for Albert's informative inputs.
Hi Moondaddy,
If there is no particular dynamic content generation in your web site, just
leave your website purely static, there is no need to convert them to
ASP.NET pages.... ASP.NET page just provide powerful support on
generating dynamic content, data-driven pages... And from performance
perspective, static html files has much better perofmrances since they
don't require ASP.NET runtime to process (directly served by IIS server)
and they can also be cached through http cache on clientside......
Hope helps. Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "albert braun" <
[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: Convert htm pages to aspx pages
| Date: 14 Dec 2005 22:31:12 -0800
| Organization:
http://groups.google.com
| Lines: 18
| Message-ID: <
[email protected]>
| References: <
[email protected]>
| NNTP-Posting-Host: 70.35.22.122
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1134628278 22560 127.0.0.1 (15 Dec 2005
06:31:18 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Thu, 15 Dec 2005 06:31:18 +0000 (UTC)
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe)
| Complaints-To: (e-mail address removed)
| Injection-Info: g14g2000cwa.googlegroups.com; posting-host=70.35.22.122;
| posting-account=qMcXTA0AAAAwadJ2vD7X2UDVwMpIlPhs
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.gigan
ews.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:365011
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| if you're not going to need any dynamic capabilities on those pages,
| and they already do pretty much what you want, i suggest just leaving
| them as is.
|
| i guess a broader assortment of web design tools are designed to work
| efficiently with htm pages than with aspx pages, so you have more
| flexibility if you just leave them alone until you need to make them
| dynamic.
|
| also, if you go to the (albeit small) trouble to modify them to become
| .aspx, test that they still work right, and then you never actually
| need dynamic functionality on those pages, you've just wasted your
| time/effort.
|
| just my 2 cents' worth. good luck.
|
|
|
|