Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Working hard to enrich millions of peoples' lives

Sponsors

Browse by Tags

All Tags » IIS (RSS)
Best practices for creating websites in IIS 6.0
Every time I create an IIS website, I do some steps, which I consider as best practice for creating any IIS website for better performance, maintainability, and scalability. Here' re the things I do: Create a separate application pool for each web application...
10 ASP.NET Performance and Scalability Secrets
ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster....
Making best use of cache for high performance website
Use URLs consistently Browsers cache content based on the URL. When URL changes, browser fetches a new version from origin server. URL can be changed by changing the query string parameters. For example, “/default.aspx” is cached on the...
Posted: Nov 29 2007, 10:20 PM by oazabir | with 1 comment(s)
Filed under: ,
Serve extensionless URL from ASP.NET without using ISAPI module or IIS 6 Wildcard mapping
If you want to serve extensionless URL from ASP.NET 2.0 like the following: www.store.com/books www.store.com/books/asp.net2.0 www.forum.com/post/how-to-serve-extensionless-url You cannot, unless you use some third party ISAPI module or use IIS 6.0 Wildcard...
Posted: Oct 17 2007, 03:56 PM by oazabir | with 10 comment(s)
Filed under: ,
Make your website faster using Content Delivery Network
Every request from a browser goes to your server traveling through the Internet backbones that spans the world. The number of countries, continents, oceans a request has to go through to reach your server, the slower it is. For example, if you have your...
Posted: Oct 16 2007, 09:23 PM by oazabir | with 6 comment(s)
Filed under:
More Posts