Sign In
Mike Volodarsky's WebLog
Mike Volodarsky on web server infrastructure, IIS, ASP.NET, and other such animals
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
AppCmd
ASP.NET
COM
Configuration
Debugging
development
FastCGI
Goodies
IIS
IIS7
Integrated pipeline
ISAPI
Misc
Other
performance
PHP
RubyOnRails
server development
Tools
troubleshooting
Vista
VisualStudio
Archive
Archives
April 2008
(1)
November 2007
(2)
October 2007
(3)
September 2007
(2)
August 2007
(3)
July 2007
(4)
June 2007
(2)
May 2007
(4)
April 2007
(1)
March 2007
(2)
February 2007
(3)
January 2007
(3)
December 2006
(3)
November 2006
(5)
October 2006
(7)
September 2006
(2)
MSDN Blogs
>
Mike Volodarsky's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mike Volodarsky's WebLog
Creating portable ASP.NET applications that work on IIS 6.0, IIS 7.0 Classic, and IIS 7.0 Integrated modes
Posted
over 4 years ago
by
MSDNArchive
1
Comments
ASP.NET applications in IIS 7.0 Integrated mode requires configuration changes if they define custom modules or handlers. However, it is still possible to create portable ASP.NET applications that can function in all three environments without configuration...
Mike Volodarsky's WebLog
FastCGI RTM for IIS 6.0 is released on Download Center
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Just over a year after the we first announced the FastCGI, the final RTM version is here! Read more about it and the history of the FastCGI project at http://mvolo.com/blogs/serverside/archive/2007/11/12/FastCGI-for-IIS-6.0-is-released-on-Download...
Mike Volodarsky's WebLog
Request is not available in this context exception in Application_Start
Posted
over 5 years ago
by
MSDNArchive
1
Comments
The “Request is not available in this context” exception is one of the more common errors you may receive on when moving ASP.NET applications to Integrated mode on IIS 7.0. This exception happens in your implementation of the Application_Start method...
Mike Volodarsky's WebLog
Find your way around IIS 7 configuration sections with AppCmd
Posted
over 5 years ago
by
MSDNArchive
0
Comments
The IIS 7 configuration system contains 50+ configuration sections (100+ if you count .NET Framework configuration), 477 attributes, and 57 collections. This can make it pretty challenging to figure out exactly what IIS 7 configuration section needs to...
Mike Volodarsky's WebLog
Mike's IIS7 modules - what's coming next
Posted
over 5 years ago
by
MSDNArchive
1
Comments
During IIS7 development, I've written quite a few modules for IIS7 / ASP.NET. Some of these were for various demos, others were to help out various internal and external customers, and others just because they were fun to write. Now, I am thinking about...
Mike Volodarsky's WebLog
Fastest way to create IIS7 websites, applications, and application pools
Posted
over 5 years ago
by
MSDNArchive
1
Comments
IIS7 provides quite a few ways to create websites, applications, and application pools. You can use the GUI, but what if you need to create 10, 100, or even 10,000 websites? Read about the fastest way to create IIS7 websites in bulk at http://mvolo.com...
Mike Volodarsky's WebLog
Temporary mvolo.com outages
Posted
over 5 years ago
by
MSDNArchive
1
Comments
You may have noticed mvolo.com being unavailable at certain points over the past two days. I am in the process of moving the server across the country, and that combined with certain other toubles with the internet setup is contributing to spotty availability...
Mike Volodarsky's WebLog
New IIS7 modules, Hosting roadshow, MSDN magazine, IIS7 Resource Kit, and more
Posted
over 5 years ago
by
MSDNArchive
0
Comments
I've haven't had a chance to post much over the past few weeks - its pretty frustrating at times to look at the ever-increasing backlog of juicy IIS7 topics that I want to cover and no time to actually do them justice. I've been working on a few interesting...
Mike Volodarsky's WebLog
Developing IIS7 web server features with the .NET framework
Posted
over 5 years ago
by
MSDNArchive
0
Comments
This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features based on the .NET Framework. Learn about the options you have for your development environment, how to set up your Visual Studio...
Mike Volodarsky's WebLog
IIS Authentication plugin for the Wordpress PHP blogging engine
Posted
over 5 years ago
by
MSDNArchive
1
Comments
This weekend, I was working on an MSDN magazine article and happened to install PHP’s Wordpress blog app on IIS7. Of course, I used the latest FastCGI bits available in the box in in Windows Server 2008 Beta 3, and the latest Windows-optimized PHP 5.2...
Mike Volodarsky's WebLog
IISSCHEMA.EXE - A tool to register IIS7 configuration sections
Posted
over 5 years ago
by
MSDNArchive
0
Comments
IIS7 configuration extensibility allows you to create custom configuration sections that can be used side by side the IIS configuration sections. However, setting this up requires a few steps that may be difficult to accomplish, especially in a automated...
Mike Volodarsky's WebLog
Troubleshoot IIS7 errors like a pro
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Dealing with server errors can be frustruating. Thankfully, IIS7 comes with many improvements to help diagnose errors when they occur, and help resolve them - however, its important that you know how to property use these capabilities. This post gives...
Mike Volodarsky's WebLog
Anatomy of an IIS7 configuration path
Posted
over 5 years ago
by
MSDNArchive
0
Comments
If you have worked with IIS6 and previous versions of IIS, you are most likely familiar with the IIS metabase paths. You know, the ones that look like LM/W3SVC/1/ROOT . The concept of configuration paths changes significantly in IIS7 with the introduction...
Mike Volodarsky's WebLog
OleView freezes / hangs forever on Windows Vista
Posted
over 5 years ago
by
MSDNArchive
0
Comments
If you are working with COM and using OleView.exe on Windows Vista to view type libraries, you may notice that the tool hangs forever when trying to open a type library from a file or resource in a DLL. I've encountered this problem myself on every Vista...
Mike Volodarsky's WebLog
Creating IIS7 sites, applications, and virtual directories
Posted
over 5 years ago
by
MSDNArchive
0
Comments
In the course of IIS7 development, the team and I have answered an infinity of questions about IIS7 on any possible topic imaginable. Ironically, neither I nor anyone else I know on the team has ever answered the most basic question - what is the minimum...
Mike Volodarsky's WebLog
At last, Visual Studio patch for F5 debugging on Windows Vista has been released
Posted
over 5 years ago
by
MSDNArchive
0
Comments
A Visual Studio patch that fixes the Visual Studio F5 debugging of IIS7 applications on Windows Vista Home Premium and above has been released! This patch solves the "An authentication error occurred while communicating with the web server. Please see...
Mike Volodarsky's WebLog
Do complex IIS management tasks easily with AppCmd command piping
Posted
over 5 years ago
by
MSDNArchive
1
Comments
As much as I hate to re-post someone else's content, I've been real busy in the past few weeks and havent had a chance to post new stuff - and today I saw Kanwal's post on a very near and dear subject of mine: AppCmd command pipelining. The post covers...
Mike Volodarsky's WebLog
The latest on the FastCGI project and PHP support on IIS
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Check out the latest on the IIS FastCGI project, including the new IIS7 FastCGI in Longhorn server beta 3, the out-of-band developer update, and the new PHP 5.2.2. Read more at http://mvolo.com/blogs/serverside/archive/2007/05/29/The-latest-on-the-FastCGI...
Mike Volodarsky's WebLog
Redirect clients in your application with HttpRedirection module
Posted
over 5 years ago
by
MSDNArchive
1
Comments
In a web application, it’s often necessary to redirect clients requesting one url to another url. A while ago, I wrote a module to do basic http redirection for an ASP.NET application. The HttpRedirection module allows you to configure regular expression...
Mike Volodarsky's WebLog
Troubleshoot 503 Service Unavailable errors with start-up debugging
Posted
over 5 years ago
by
MSDNArchive
0
Comments
In a previous post titled Where did my IIS7 server go? Troubleshooting "service unavailable" errors , I covered the basic steps for dealing with 503 Service Unavailable errors on IIS7. This post dives deeper into debugging the IIS worker process to get...
Mike Volodarsky's WebLog
WCAT 6.3 web performance and scalability test tool released
Posted
over 5 years ago
by
MSDNArchive
0
Comments
The NT Performance team just publically released the latest version of WCAT (Web Capacity Analysis Tool), the web performance test tool that the IIS team and NT Performance team use to conduct internal performance and scalability testing of IIS and ASP...
Mike Volodarsky's WebLog
Longhorn Server Beta 3 with much improved IIS7 is out!
Posted
over 5 years ago
by
MSDNArchive
0
Comments
The Server Beta 3 is a key release for IIS7 - we are probably one of the few if not the only team in Windows to put so much work into the product during the Longhorn server milestone, focused on improving the production hosting features of the server...
Mike Volodarsky's WebLog
Most Important AppCmd Commands: Backing up and restoring IIS7 configuration
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Welcome to the first post of the "Most Important AppCmd Commands" series. Have you ever made some changes to a system's state, and then after everything suddenly stopped working, wondered how the hell you are going to get back to a working state? Well...
Mike Volodarsky's WebLog
Most Important AppCmd Commands
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Usually, a day doesnt go by that I dont get a collegue or a partner team in Microsoft asking how to do something or other about AppCmd.exe, the unified command line management tool for the IIS7 server. For a while, I've been thinking about blogging...
Mike Volodarsky's WebLog
10 steps to get Ruby on Rails running on Windows with IIS FastCGI
Posted
over 5 years ago
by
MSDNArchive
0
Comments
Since the original tech preview release of FastCGI last year, we've been seeing a lot of requests for getting Ruby on Rails running with our FastCGI. So, for FastCGI Tech Preview 2, I spent some time researching what it would take to enable Ruby on Rails...
Page 1 of 2 (47 items)
1
2