473,395 Members | 1,578 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,395 software developers and data experts.

HTML Optimization for asp.net outputs

Is there anyway to force the output HTML from asp.net to be optimized? for
example tabs removed, white space between tags remove, comments removed, etc
(to reduce output page size) frontpage 2003 has this optionin it but asp.net
outputed html does not come out optimized by defualt. thanks
Nov 18 '05 #1
2 1479
the ASP.NET runs on IIS and it is the IIS that the voyager that the customer
is using and generates the HTML for the customer's voyager detects

Regards,

Francisco Fagas

Ecuador

"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Is there anyway to force the output HTML from asp.net to be optimized? for
example tabs removed, white space between tags remove, comments removed,
etc (to reduce output page size) frontpage 2003 has this optionin it but
asp.net outputed html does not come out optimized by defualt. thanks

Nov 18 '05 #2
Hi Brian ,

As for the asp.net 's page output html, there is no bydefault optimized or
settings and each asp.net page's output html is generated when the page is
rendered. If we do need to apply our own custom optimization, we need to
use the Response Filter to hook the page's output html stream and do
customization on it, here are some articles discussing on this:

#Capturing the Output of ASP.NET Pages
#http://weblogs.asp.net/despos/archiv...01/145436.aspx

#Reduce The Size Of Your ASP.NET Output
http://www.codeproject.com/aspnet/WhitespaceFilter.asp

Hope helps. Thanks.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 18 '05 #3

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

Similar topics

5
by: Hayden Kirk | last post by:
Hey I have a class called page. This class outputs a page in html. Now I have a function called OutPutHtml This outputs html, however I want to be able to do this: outputhtml('<body>...
25
by: evanescent.lurker | last post by:
Hi there, I was wondering is there a point in optimization in code style... I have used to put parenthesis around some php keywords, but they are not needed. For example, I always use: echo(...
6
by: Peter Morris | last post by:
Is it possible to use C or C++ to create web pages? Ouputting text with HTML syntax is easy enough, but how do I make a web browser see the generated text?
12
by: Zoury | last post by:
Hi there! :O) I need to replace all the accentued character of a string by it's non-accentued-character equivalent. 1. is there a way to do so without iterating trought the entire string and...
6
by: Andre Ranieri | last post by:
I'm trying to create a login page for customers to log into our corporate website, our presidents naturally wants the user and password fields to populate from a cookie so the customer doesn't have...
18
by: pkassianidis | last post by:
Hello everybody, I am in the process of writing my very first web application in Python, and I need a way to generate dynamic HTML pages with data from a database. I have to say I am...
3
by: Amol | last post by:
I am working on an interesting graph optimization problem and I would like to have a few expert opinions for helping me with a solution. So here goes ... I have a black box with a complex...
1
by: tkpmep | last post by:
I'm trying to optimize a function using SciPy's optimize.fmin, but am clearly getting the syntax wrong, and would be grateful for some guiidance. First, here's the function def func(Y,x): """Y...
19
by: ThatsIT.net.au | last post by:
I come from a classic asp background, but have started using ASP.NET about 12 months ago, but I'm still not sure about the pros and cons of using controls v HTML spat out from code as you would in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.