Monthly Archive for October, 2008

MS Web Deployment Tool – Beta 2 Released

Microsoft has released the latest version of the new Microsoft Web Deployment Tool for Internet Information Services (IIS).

It the new wonder tool for migrating web servers and sites, in it’s current form it supports the following features:

  • Migrate entire servers or individual sites from one machine to another (IIS6 –> IIS7)
  • Sync Servers, Sites, and Applications (IIS6 –> IIS6, and IIS7 –> IIS7)
  • Create offline packages that can be used as backups, version control, and deployment units

The new release includes many new cool features, such as:

An all-new IIS Manager extension that enables you to create, and install packages from within IIS Manager.  Imagine being able to right click on your Web site, create an offline ‘package’ of the site and all of it’s configuration, dependencies, etc., and then roll it out over any number of servers, locally or remote.

Support for ‘delegated’ publishing, which enables Administrators to grant control to developers and Web site owners to do the packaging and publishing without being a machine administrator.

Support for SQL Server, enabling you to include SQL databases (Schema + Data) as part of your deployment, both live server <-> sync as well as offline packaging.

Integration with Visual Web Developer Express as part of the upcoming Visual Studio 10 release which will enable developers to create application packages at development/build time, which can then be deployed directly from within VS (one-click publishing to remote servers!) or offline as part of a staging process.

Download links:

For more information see www.iis.net.

WordPress URL Rewrite on IIS 7.0

image Found this special ISAPI “WordPress URL Rewrite”, it’s a free ISAPI application for IIS 7.0.

The features are:

  • Can run with multiple WordPress installations in an IIS Web Site (for example: / and /MyBlog/)
  • Has a configurable path Exceptions list (for example: defining /Forum as an exception would prevent any pages in this folder from being re-written)
  • Works with IIS 5.0, 5.1 and 6.0
  • Works with WordPress 2.0 or higher
  • Easy to setup, easy to maintain

It could be an alternative to Microsoft’s own URL Rewrite module, which I’ve blogged about in an earlier post.

OCS – Communicator videos

Microsoft has put online some small, but very informative videos, about how to use the Communicator client. Great for new users to the Communicator.

Subjects are:

Messaging security

This post is not directly Exchange related, but more general about one way of enhancing messaging security, so it’s actually relevant no matter what messaging platform you have.

In this post I’ll try to outline some of the hosted mail gateway security products that are available on the market. A mail gateway is generally used to relay mail in and out of the company. Mail Security gateway became popular services a few years back, by providing external scanning for spam and virus of all incoming mail traffic. Today some ome of the services listed below also has additional features, such as backup and compliance among some of the features.

Below is some of the messaging security companies that provide mail security, there’s properly a lot more, but these seems to be the most popular ones:

The last 3 are Danish companies and they all provide a hosted mail gateway solution, although SpamFighter also have the product: SpamFighter Exchange Module, a lot similar to what we know from the Microsoft product: ForeFront Server for Exchange Server.

Of course the price varies on the products and services listed above. I don’t know all the services myself.

This post was meant as inspiration and to list the options of hosted mail security solutions available. Using external mail security gateway solutions is a great way of enhancing messaging security for your company, without having the competence in-house to maintain and manage the mail security solutions and keep all the spam and virus filters up-to-date.

It’s still not best practice to always use an external mail gateway to enhance messaging security, but again depending on the organizations requirements it could be very good practice.

Pros:

  • The provider is doing filtering as their business and they are usually very good at it
  • SMTP backup, if the internal Exchange is unavailable for a period, the mail is usually kept for up to 7 days and you can pay for more
  • Usually 4-8 different scan and spam engines are used
  • All maintenance are handled externally, you pay for a service and no other costs to licenses and software maintenance
  • All spam/virus definition updates are handled externally and more frequently than a lot of the internal solutions
  • All support handled externally

Cons:

  • All support handled externally
  • “Trust the provider” – this is essential with any hosted services
  • You might loose some control of the filters, depending on the control you are used too

By using external solutions like the ones above, does not mean you can leave your internal Exchange without any antivirus and antispam software. It’s always good practice to have a two layer security strategy, combining the external solution with you existing internal solution. So there’s no savings on the cost of licenses and management of the internal solution, but security is always a cost at some point, it’s just a matter of what level you want.

When talking about TCO with hosted messaging security, it’s worth mentioning, that if you already have Exchange Enterprise CALs, Microsoft Exchange Hosted Filtering is available at no additional charge.

Cross-posted at: http://it-experts.dk/blogs/petsch/archive/2008/10/22/messaging_2D00_security.aspx

Exchange 2007 SP1 Rollup Update 4 Released

As previously written in one of my earlier posts and on msexchangeteam.com, a pre-release version of Update Rollup 4 for Exchange Server 2007 Service Pack 1 (KB952580) was inadvertently made available to Microsoft Update, the Microsoft Update Catalog, and Windows Software Update Services (WSUS) servers for download and soon after taken offline again.

Now the final release of Update Rollup 4 for Exchange Server 2007 Service Pack 1 has been released. Fixes for the following issues are included (details in KB 952580).

Direct link to download:

If you by accident have installed the pre-release version of Update Rollup 4, you should uninstall it before installing the final version. Read more on the MSExchangeTeam blog:

Experts Exchange – Free Access

Simon Buther aka Sembee has blogged about how to get free access to the Experts Exchange forums.

Experts Exchange is a large international IT community for IT professionals. To get full access to site you need to pay, but there is a option for free signup as well.

Read Simons full blog post on the free access here.

Microsoft Web Platform – beta released

Microsoft has announced and release the first beta of the Microsoft Web Platform.

The Microsoft Web Platform is a free tool that makes it simple to download and install the latest components of the Microsoft Web Platform, including the IIS7, SQL Server Express, .NET Framework and Visual Web Developer.

The Microsoft Web Platform is a reliable, high-performance web stack that is capable of hosting both ASP.NET and PHP applications on a single server, and can scale to run the largest sites on the web. The Microsoft Web Platform, including SQL Server, Visual Studio, IIS7 and the .NET Framework, is available for free, and can be obtained with the new Microsoft Web Platform Installer, a tool that both simplifies installation and keeps your server up-to-date.

More information about the Microsoft Web Platform from Carlos Blog and www.microsoft.com/web.

Download the Microsoft Web Platform Installer here.

URL Rewrite Module

As previously announced on my blog, Microsoft released a new version of the URL Rewrite Module for IIS 7.0 a few weeks ago. The new release is a Go Live release, so we are getting closer to the final release.

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 based on URL segments or request metadata

Overview of the features:

  • Rules-based URL rewriting engine
  • Regular expression pattern matching
  • Wildcard pattern matching
  • Global and distributed rewrite rules
  • Access to server variables and http headers
  • Various rule actions
  • Support for IIS kernel mode and user mode output caching
  • Lower case conversion
  • Rewrite maps
  • Failed Request Tracing support
  • Rule templates
  • UI for testing of regular expression and wildcard patterns
  • UI for managing rewrite rules and rewrite maps
  • GUI tool for importing of mod_rewrite rules

For at full list and explanation of features of URL Rewrite Module, see this post.

 

It’s available for download: