All Blog Posts rss

  • IIS URL Rewrite – rewriting non-www to www

    If you’re using IIS 7.0 (or 7.5), URL Rewrite is a valuable tool, well worth installing and using. One common use of URL Rewrite is redirecting http://domain.com to http://www.domain.com.  Many people are doing this for search engine optimization...
  • ODBC Logging, IIS 7.5, SQL Server 2008

    I wrote an article in 2007 how to setup ODBC Logging on IIS 7.0. There was a post recently in the newsgroups someone wanted to setup and couldn't get it working. My article uses sql server 2005, IIS 7.0. I was able to reproduce an issue on my test server...
  • How To: Collect a Crash dump of an IIS worker process on IIS 7.0 (and above)

    11-25-2009, 9:17 AM by WebTopics to Microsoft Support Team's IIS Blog
    Web server Administrators have been using the Debug Diagnostic 1.1 to troubleshoot crash\hang issues on IIS 5 and 6. The Debug Diagnostic tool needs no introduction. It is a great tool and it provides you a lot of flexibility in collecting crash dumps...
  • IIS SEO Toolkit – Crawler Module Extensibility

    11-23-2009, 5:55 PM by CarlosAg Blog to carlosag
    Sample SEO Toolkit CrawlerModule Extensibility In this blog we are going to write an example on how to extend the SEO Toolkit functionality, so for that we are going to pretend our company has a large Web site that includes several images, and now we are interested in making sure all of them comply to a certain standard, lets say all of them should be smaller than 1024x768 pixels and that the quality of the images is no less than 16 bits per pixel. Additionally we would also like to be able to make custom queries that can later allow us to further analyze the contents of the images and filter based on directories and more. For this we will extend the SEO Toolkit crawling process to perform the additional processing for images, we will be adding...
  • IIS SEO Toolkit Extensibility

    11-23-2009, 4:46 PM by CarlosAg Blog to carlosag
    The IIS SEO Toolkit includes a lot of functionality built-in such as built-in violation rules, processing of different content types (like HTML, CSS, RSS, etc) and more, however it might not do all the things that you would need it to do, for example, it might not process a set of documents that you use, or it might not gather all the information that you are interested in while processing a document. The good news is that it includes enough extensibility to let you build on top of its rich capabilities and provide additional ones easily using .NET. There are three main extensibility points in this first release, including: Crawler Module . This extensibility point allows you to provide your own code to hook to the process of crawling a Web...
  • Slides for IIS – Web Application Gallery presentation at DevConnections

    11-23-2009, 3:55 PM by CarlosAg Blog to carlosag
    Two weeks ago I presented at DevConnections the talk "AMS10: Developing and Deploying for the Windows Web App Gallery", here are the slides. Download the Web Application Gallery Talk slides here.   A few final links: Microsoft Web Platform: http://www.microsoft.com/web/ Download Web PI: http://www.microsoft.com/web/downloads/platform.aspx Submit your Applications at: http://www.microsoft.com/web/gallery/developer.aspx
  • Lots of new software for IIS, ASP.NET, AJAX and PHP this week

    11-20-2009, 10:13 AM by bills to BillS IIS Blog
    Wow, what a week of innovation for the Microsoft Web Platform.  This week we released a ton of new software which, if you haven’t already, you’ve got to check out.  Here is a quick overview:   IIS Search Engine Optimization v1 final release...
  • Windows Cache Extension 1.0 for PHP Released

    The Microsoft Internet Information Services (IIS) team announced today the release of Windows Cache Extension 1.0 for PHP , a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. This is a production...
  • Final RTW version of WINCACHE 1.0 released

    11-19-2009, 10:19 PM by don.raman to Don Raman's Blog
    I am extremely proud to announce that we have released the final RTW version of WINCACHE 1.0. Please look at the forum announcement of the same at http://forums.iis.net/p/1162808/1925444.aspx#1925444 which contains all the details about the release. I...
  • Windows Cache Extension for PHP (aka, “WinCache”) 1.0 General Availability Today

    11-19-2009, 4:21 PM by mailant to Mai-lan's Blog
    Today we announce the general availability of the Windows Cache Extension for PHP 1.0 (affectionately known as “WinCache”), which is an open source built-for-Windows caching extension to the PHP engine. You can view, contribute and download the source...
  • WinCache Extension 1.0 for PHP – Release to Web

    11-19-2009, 2:01 PM by RuslanY Blog to Ruslan's Blog
    The Windows Cache Extension 1.0 for PHP – RTW is available for download. This is a final, production-ready release that is provided under an open source BSD license with the source code hosted and maintained on http://pecl.php.net/packages/wincache/ . Install the Windows Cache Extension 1.0 for PHP – RTW To install the Windows Cache Extension for PHP 5.2 and PHP 5.3, use the download links at the extension’s home page at http://www.iis.net/expand/WinCacheForPhp . The installation with Web Platform Installer is the easiest as it will automatically place the extension binary into proper location and will update the PHP configuration to enable the extension. Also, if you have the beta or RC release of the extension installed,...
  • IIS SEO Toolkit - New Reports (Redirects and Link Depth)

    11-18-2009, 6:33 PM by CarlosAg Blog to carlosag
    In the new version of the IIS SEO Toolkit we added two new reports that are very interesting, both from an SEO perspective as well as from user experience and site organization. These reports are located in the Links category of the reports Redirects This report shows a summary of all the redirects that were found while crawling the Web site. The first column (Linking-URL) is the URL that was visited that resulted in redirection to the Linked-URL (second column). The third column (Linking-Status code) specifies what type of redirection happened based on the HTTP status code enumeration. The most common values will be MovedPermanently/Moved which is a 301, or Found/Redirect which is a 302. The last column shows the status code for the final URL...
  • IIS SEO Toolkit - Start new analysis automatically through code

    11-18-2009, 1:00 AM by CarlosAg Blog to carlosag
    One question that I've been asked several times is: " Is it possible to schedule the IIS SEO Toolkit to run automatically every night? " . Other related questions are: " Can I automate the SEO Toolkit so that as part of my build process I'm able to catch regressions on my application? ", or " Can I run it automatically after every check-in to my source control system to ensure no links are broken? ", etc. The good news is that the answer is YES !. The bad news is that you have to write a bit of code to be able to make it work. Basically the SEO Toolkit includes a Managed code API to be able to start the analysis just like the User Interface does, and you can call it from any application you want using Managed Code...
  • IIS SEO Toolkit 1.0 Final Release Available Today

    11-17-2009, 6:06 PM by mailant to Mai-lan's Blog
    Today, IIS launched the IIS SEO Toolkit 1.0 , a free, fully supported extension to IIS7 that makes it easy for you to build and maintain Web sites optimized for search engines and site quality. In a world where thousands of new Web sites appear on the...
  • Announcing: IIS SEO Toolkit v1.0 release

    11-17-2009, 4:06 PM by CarlosAg Blog to carlosag
    Today we are announcing the final release of the IIS Search Engine Optimization (SEO) Toolkit v1.0 . This version builds upon the Beta 1 and Beta 2 versions and is 100% compatible with those versions so any report you currently have continues to work in the new version. The new version includes a set of bug fixes and new features such as: Extensibility . In this version we are opening a new set of API's to allow you to develop extensions for the crawling process, including the ability to augment the metadata in the report with your own, extend the set of tasks provided in the Site Analysis and Sitemaps User Interface and more. More on this on a upcoming post. New Reports . Based on feedback we added a Redirects summary report in the Links section...
More Posts Next page »

Popular Tags

Most Comments

Most Viewed

IIS Team Blogs

Microsoft Communities