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

Working hard to enrich millions of peoples' lives

Sponsors

News

I was
Co-Founder and CTO of Pageflakes, acquired by LiveUniverse - founded by MySpace founder.

I am
Chief Architect, SaaS Platform, British Telecom

I will be
Chief Architect, Mi...

Follow omaralzabir on Twitter

My Public Page
www.pageflakes.com/omar

View Omar AL Zabir's profile on LinkedIn

Read my blog on:

Omar AL Zabir

www.oazabir.com



Views:

Open source projects

Browse by Tags

All Tags » IIS (RSS)
Safely deploying changes to production servers
When you deploy incremental changes on a production server, which is running and live all the time, you some times see error messages like “Compiler Error Message: The Type ‘XXX’ exists in both…”. Sometimes you find Application_Start event not firing...
Posted: Feb 24 2011, 02:36 AM by oazabir | with no comments
Filed under: , ,
Dropthings now available from Microsoft/Web
Dropthings is now available on Microsoft/Web. You can now install it using the Web Platform Installer. I will soon write an article how to make an installer that can install a ASP.NET website, a SQL Server database, setup web.config files, setup directory...
Posted: Sep 29 2010, 06:13 PM by oazabir | with no comments
Filed under: , , , ,
Keep website and webservices warm with zero coding
If you want to keep your websites or webservices warm and save user from seeing the long warm up time after an application pool recycle, or IIS restart or new code deployment or even windows restart, you can use the tinyget command line tool, that comes...
99.99% available ASP.NET and SQL Server Production Architecture for SaaS
You have a hot ASP.NET+SQL Server product, growing at thousand users per day and you have hit the limit of your own garage hosting capability. Now that you have enough VC money in your pocket, you are planning to go out and host on some real hosting facility...
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 4 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 13 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