Link to home
Start Free TrialLog in
Avatar of rafaelrgl
rafaelrgl

asked on

how do i minify my asp.net pages

Hi, i need to minify my asp.net pages, whats the best way to do it? and need to minify the WebResource.axd and the ScriptResource.axd also.
I already have the gzip compression setup but need to minify now
Avatar of Stephan
Stephan
Flag of Netherlands image

You cannot do very much with html or the axd pages.
Take a look at this article to get you started focussing on other elements of your website.

http://developer.yahoo.com/performance/rules.html
Avatar of rafaelrgl
rafaelrgl

ASKER

well, i did all the others, but on google pagespeed says that i should minify the html and also minify the WebResource.axd and the ScriptResource.axd

is this normal?
Yep, Google tells everyone things like that.  Some of those things can't be done unless you control your own servers (which Google does of course).  Some can't be done on shared hosting because they will never give you access to do them.
I have an Virtual Server. if there is anything that can be done, pls let me know
Virtual Server with windows 2008 and iis
waiting on comments
Since it has been more than two weeks, you should click on "Request Attention" to get others to look at your question.
if you've minified your javascript then there is nothing more you can do
ASKER CERTIFIED SOLUTION
Avatar of Roopesh Reddy
Roopesh Reddy
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial