473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Overhead converting .htm files to .aspx

Hi, I have an old .htm site that I need to protect with Forms
Authentication.
I know that I can change the filetype of all these files to .aspx, and
this lets the Forms Authentication protect them, however I saw on
msdn.microsoft.com that this incurs some additional overhead. Does
anyone know how severe the overhead will be? I cannot find any helpful
info, and the client does not wish to have the entire site redeveloped
(the alternative).
Any help gratefully received!

Mat

Sep 13 '06 #1
3 1421
It causes the invocation of the ISAPI that handles asp.net pages for each
page request with that extension, each page will be compiled at first
request executed at request time. You wont know what the overhead will be
without measuring execution time against current delivery time.

Fish around for some performance testing tools to determine what the
difference will be.
http://aspnet.4guysfromrolla.com/articles/062304-1.aspx

Regards

John Timney (MVP)
http://www.johntimney.com
<mw****@mbasys.co.ukwrote in message
news:11**********************@e3g2000cwe.googlegro ups.com...
Hi, I have an old .htm site that I need to protect with Forms
Authentication.
I know that I can change the filetype of all these files to .aspx, and
this lets the Forms Authentication protect them, however I saw on
msdn.microsoft.com that this incurs some additional overhead. Does
anyone know how severe the overhead will be? I cannot find any helpful
info, and the client does not wish to have the entire site redeveloped
(the alternative).
Any help gratefully received!

Mat

Sep 13 '06 #2
iis is highly optimized to serve static content. using asp.net to serve
static the pages is probably an order of magnitude slower (if not more). but
it should make little difference unless you re a very high volume site.
-- bruce (sqlwork.com)
<mw****@mbasys.co.ukwrote in message
news:11**********************@e3g2000cwe.googlegro ups.com...
Hi, I have an old .htm site that I need to protect with Forms
Authentication.
I know that I can change the filetype of all these files to .aspx, and
this lets the Forms Authentication protect them, however I saw on
msdn.microsoft.com that this incurs some additional overhead. Does
anyone know how severe the overhead will be? I cannot find any helpful
info, and the client does not wish to have the entire site redeveloped
(the alternative).
Any help gratefully received!

Mat

Sep 13 '06 #3
Thanks, since it's only for an internal intranet, I think they will be
more than happy with a slight overhead, rather than the wait to have
the site redeveloped!

Mat

Sep 13 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: engwar1 | last post by:
I'm a .NET newbie and am beginning the process of converting an existing personal website to .NET from classic ASP. I'm assuming I want my aspx files in the root of my site in the same place as...
2
by: Dave | last post by:
Hi, Im considering converting a legacy application from asp to aspx (vb) - just for the purpose of learning (Im new at .net, but experienced at vbscript) What I need to get my head around, is...
4
by: jason | last post by:
i'm working on a gradual conversion of an ASP classic web site to ASP.NET. a recent body of work involves adding a new asp page to the existing site. i thought this would be a good opportunity to...
2
by: Ben Amada | last post by:
Hello, A partner is going to be creating some HTML files that I plan on converting to user controls (UC) and dynamically load at runtime. I'm guessing Visual Studio doesn't come with some...
9
by: Michael Tissington | last post by:
After converting from 6.0 to 2005 when I try to Compile my project I'm getting a LINK error Error 1 fatal error LNK1181: cannot open input file " ?/.obj" Any ideas how to fx this please ? ...
6
by: Nathan Sokalski | last post by:
I recently converted some ASP.NET 1.1 projects of mine, created with Visual Studio .NET 2003, to Web Application Projects in Visual Studio .NET 2005 so that I could use ASP.NET 2.0 (All my ASP.NET...
2
by: Les Caudle | last post by:
I've inherited a .NET 1.0 app that I'm converting to 2.0. It contains a number of .xsd files (.xsd, .xsx, .cs) which get converted to (.xsd, .xsx, .xss, .xsc, .cs, .Designer.cs). The problem...
0
by: S.Tedeschi | last post by:
Hi all, as already posted, I'm converting an app and I'm facing tons of cons. One of them is my .aspx files can be used by ComponentDesigner to load, e.g., SelectCommands' CommandText, but when...
1
by: =?Utf-8?B?SG93YXJkIFBpbnNsZXk=?= | last post by:
I'm trying to convert a Web Site to the Web Application project model and I'm running into compile errors that do not seem to be covered by the guidance I found at "Converting a Web Site Project to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.