Tag Archive: installing iis

In the beginning, some c/p from IIS site:

IIS Application Warm-Up for IIS 7.5 enables IT Professionals to improve the responsiveness of their Web sites by loading the Web applications before the first request arrives. By proactively loading and initializing all the dependencies such as database connections, compilation of ASP.NET code, and loading of modules, IT Professionals can ensure their Web sites are responsive at all times even if their Web sites use a custom request pipeline or if the Application Pool is recycled.

Now, ME!

At first glimse you can say : “WOW” this extension rocks!!! I dont have to wait for my application to compile! My site will load much much faster!

And, imagine, you would be completely RIGHT! This is a great extension, but ( yeah, there’s a but ), I would NEVER install this extension on a shared hosting server! Why you ask?

Biggest reason is the WASTE of resources!

By preloading some site that has 5-10 unique visitors/day ( yes there are sites like that ), you are efectively wasting resources on the server. Imagine what would happen if you had around 500-600 applications on the server, all preloaded? How much RAM would the machine need to have to keep all those applications preloaded? I guess the answer is : A LOT!

So, conclusion, when to use IIS Application Warm-Up?

Use it on your own machine! When you have a dedicated machine just for 1-2 websites.  You, and your users will benefit from preloaded applications. Everything will open more faster!

If you have a shared hosting machine, MY reccomendation is to NOT use the IIS Application Warm-Up extension!

Today, me and my collegaue managed to configure ISCSI on some backup server we had at the office. Iscsi target is based on OpenSolaris and ZFS . ZFS is a combined file system and logical volume manager designed by Sun Microsystems. The features of ZFS include support for high storage capacities, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs. ZFS is implemented as open-source software, licensed under the Common Development and Distribution License (CDDL). The ZFS name is a trade mark of Sun.

Requirements for running any OS in HyperV that will be stored on Iscsi server are:

1. Iscsi target, obviously :)

2.Iscsi initiator software ( bundled in Windows 2008 Server)

3. High speed network, atleast 1Gbit.

4. Drive that you connect to the HyperV machine MUST stay in offline mode.

5. Tons of time to configure it :)

Will you will be able to read more details about configuring OpenSolaris and ZFS on my collegaues blog : toic.org  – linux geek blog

So, like we already know, the disk on that we want to install the OS has to be offline  ( hint: disk2 ).

diskovi

hyperv

Next step is the creation of the virtual machine that will use the disk.  I have recorded that process, so you can see how simple it is :) .

All that you have to do is to install the OS…I didnt do that to the end in the video.

Tommorow we have planned to create a failover cluster with two Windows 2008 servers and see what will happen when one server suddenly get disconnected..ups :)

Bye, Alesandro

Hi, last couple of days I have setuped over 10 Windows 2008 servers for hosting services for testing or production, so I am pretty bored with repeating the same stuff all over again :) , but, here’s a recorded video tutorial of one installation process. Because the video is pretty straightforward, I’ve decided that there is no need to explain every step of the installation.

Click on the HD button and put the video into full screen mode, so you can see all the details.

In the next post, I will show you how to install Microsoft SQL server 2008 Express .

Cheers!