IISinformation.com

The ultimate IIS resource.
Welcome to IISinformation.com Sign in | Join | Help
in Search

Jimiz - All things IIS

  • Great Breakout of IIS Manager

    http://blogs.iis.net/tomwoolums/archive/2008/12/15/iis-7-0-defaults-dialog-page.aspx
  • Web Application Installer

    One great download that you can use with your new 2008 server is to use the Web Application Installer.

    It contains the main items to install for a IIS server

    http://www.microsoft.com/web/channel/products/WebApplicationInstaller.aspx

    It contains:

  • URLscan 3.1

    The IIS team has released a new version of URLscan 3.1

     

    http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1697

  • IIS Web Deployment Tool

    From the 2008 PDC the IIS team has released beta 2 of the Web Deployment tool.  This is a wonderful tool to use.  If you have an existing IIS 6.0 Server that you need to migrate to IIS 7, this is a great product to try.

     http://blogs.iis.net/msdeploy/archive/2008/10/29/the-web-deployment-tool-beta-2-is-now-available.aspx

    One of the great features is the ability to sync between server farms. I will be writing more about my experiences later in the week

  • IIS Migration

    If you are migrating from IIS6 to IIS7 on a 64 bit machine and need to use CDonts here is a great article.

    http://weblogs.asp.net/steveschofield/archive/2008/08/18/getting-cdonts-to-work-on-windows-server-2008-x64.aspx

  • IIS 6 to IIS7 migration - MSdeploy tool

    With the release of IIS7 many people are working on how to migrate from IIS6 to IIS7. 

     The pre-release version of Microsoft Web Deployment Tool (http://learn.iis.net/page.aspx/346/microsoft-web-deployment-tool/) is a grreat tool to move sites and content.

    I was able to move about 20 sites by using this tool and re-create them in IIS7.  It was a very painless process. 

    If you are starting to migrate sites I would recommend giving this a try

  • IIS 7.0 Performance

    Overall I often hear people ask (or they ask me) does IIS 7 have better performance.  So far in my experience is has shown to be more reliable , and also seems to have better performance.  I have only deployed a few sites in IIS 7 to use for comparison.

    Mike Volodarsky has a great article that discusses the performance enhancements of IIS 7.  ( Technet - Article)

    I agree with some of his assessment that not only does IIS7 have better performance but 2008 also adds to the speed and performance

  • IIS URL rewrite module

     There is a new module out for IIS 7.0  a URL rewrite module.  I have used many url rewriters in the past and cannot wait to try one that is created as a module.  IIS 7 is starting to feel a lot like apache and I have been very excited using the new features.  Here is a quick overview from Microsoft:

    The Microsoft URL Rewrite Module for IIS 7.0 provides flexible rules-based rewrite engine that can be used to perform broad spectrum of URL manipulation tasks, including, but not limited to:

    • Enabling user friendly and search engine friendly URL with dynamic web applications;
    • Rewriting URL’s based on HTTP headers and server variables;
    • Web site content handling;
    • Controlling access to web site content.

    Learn More - http://learn.iis.net/page.aspx/460/using-url-rewrite-module/

    Download your version today: x86 or x64  (remember these are CTP versions)

  • SSL Diagnostics

    A great tool to use is the SSL diagnostics.

    You not only can view Certificate information and debug but you can also generate ssl's from any site with a right click.

    http://www.microsoft.com/downloads/details.aspx?familyid=cabea1d0-5a10-41bc-83d4-06c814265282&displaylang=en

     

  • IIS Reporter - New Version

    The team at iisreporter.com is working on rolling out a new version that will work with IIS7 and IIS6.  This version will allow for monitoring remote servers and multiple servers.  http://www.iisreporter.com

     

  • Microsoft.com and IIS7

    Here is a great post that explains the top 10 items of IIS7 and how it is working with Microsoft.com

     

    http://blogs.technet.com/mscom/archive/2007/09/07/the-tasty-morsels-found-in-dogfood-mscom-ops-top-10-changes-in-iis7-0.aspx

  • IIS 7 development

    I am excited to start seeing IIS 7 in the wild.  The ability to customize and write applications for IIS 7 is great.  Mike Volodarsky has a great article on developing for IIS with .NET.

    http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx

     

  • WSS and forms based authentication

    I have been busy lately with helping clients implement MOSS and WSS 2007.  There are some key features that I really like with these products.  One in particular is the Forms Based Authentication.  This allows companies and administrators to remove the reliance on Active Directory to use MOSS or WSS.  This is especially useful for a hosting provider to allow their clients to create and manage users outside of an AD.

    Setting up forms based authentication can be difficult but is well worth it.  Once it is setup you can have an admin create users in a data store (AspMembershipProvider) very easily. 

    If you are interested in testing or implementing this I would suggest reading this article.  I have been setting up forms based authentication since the beta release and this article sums up all the steps exceptionally well.

    http://www.andrewconnell.com/blog/articles/HowToConfigPublishingSiteWithDualAuthProvidersAndAnonAccess.aspx

    Hats of to Andrew and the great work he did with the "How To"

  • RDP - Terminal Services - Remote Desktop Tricks

    I am often asked about how to remote control or use a remote windows server.  Most people know how to use Remote Desktop to connect but do not know all the features available. 

    The most common question I get is how to transfer files.  Built into The Remote desktop client is the ability to map your local drives to that server.  If you select OPTIONS | Local Resources | then select (Disk Drives).  To use the mapped drives you then select My Computer on the remote box and it will show your local drives and your machine name.  NOTE: it is not the fastest transfer method, but it does work well. 

    Another nifty hidden feature that goes along with the above Disk Drive mapping is the Printer mapping.  If the server has the drivers for your printer you can also print back to the host box. 

    A great trick for administrators is the -Console option.  This allows you to take over the logged in user session on Server.  Example, you start a session on that remote box (transferring files, or updating windows) you then travel back to your computer and want to connect back to the started session on the server.  You can send the -console option and connect as the local user on that server.  To do this, you need to find the executable: “%SystemRoot%\system32\mstsc.exe -console”.  That little trick has saved me many hours of work.  But don’t forget you are taking over a session on that box and if you did not start it, you may make some user unhappy. 

     I hope these little tricks help.  I have never really seen much on tips or tricks on how to use Remote Desktop (terminal service).  If you know of any more please send my way. 

  • Useful tools for any IIS administrator - Part 1 (online tools)

    I was recently asked what tools do I use on a regular basis.  As I thought about the question I realized that I have a heavy load of links, apps, and tools that I use frequently for administration of my sites.  I decided I would put a list of these tools together for other administrators.   My next series will contain downloadable tools

    Online tools - Tools that are available online to help with the administration of IIS and web servers.  Please add comments or additional tools that I may have missed:

    Netcraft - (www.netcraft.com) - allows you to see web server surveys and check popularity and uptime.  Very useful when checking to see your sites uptime and also other sites technology and server

    DnsStuff - (www.dnsstuff.com) - Great site for looking up your DNS information and WHOIS.  Test and configure you DNS to see if it is running and functioning.   Invaluable when setting up email systems and backup email systems.

    Domaintools – (www.domaintools.com) – See what your site has to say.  Check domain names, and information around your domain.  SEO information and keywords.

    Alexa – (www.alexa.com) – Site ranking and traffic usage.  Very good for an administrator to see what traffic and usage is in comparison to other sites.

    Google apps – (www.google.com/a) – One of the best ways to provide email for smaller clients

    Google analytics – (www.google.com/analytics) – You can’t beat the price (free) a great stats and web analytics program.

    Montastic - (www.montastic.com) – A free online tool that will monitor uptime and notify you when site is unavailable

    Google Webmaster tools – (www.google.com/webmasters/tools) – Submit your site, find out stats on when your site is crawled.

    Webmaster tools – (www.iwebtool.com/tools/) – Great listing of tools for a webmaster to use.

    Port80 Software – (www.port80software.com/tools/testyoursite.asp) – Check your site (IIS) for compression and cache.

More Posts Next page »
Powered by Community Server (Personal Edition), by Telligent Systems