Archives
-
IIS7 – Adding your UI extension to the IIS manager hierarchy
-
IIS7 - Writing your first custom UI module with all winform controls
You should follow this article on IIS.net to create your first “simple” IIS7 UI extension which would just display a message box when loaded.
-
IIS7 – Prevent the server sending its private IP address for a request made by HTTP/1.0 clients with no host header
Do you remember this problem earlier with IIS sending the server’s private address for a request made for a non host-header site in its headers? You were setting UseHostName or SetHostName property in the metabase to stop the server sending the private IP address. This KB article had the hotfix details, and you need to follow the more information section to be able to stop the server sending.
-
Getting "Unable to step. The operation could not be completed. A retry should be performed" while debugging in Visual Studio
Problem Description
Getting below error messages while debugging an ASP.NET website in Visual Studio 2005 SP1 -
IIS7 - Command line tool (managed) to set FTP properties in Active Directory
You would have already seen this UI module of mine to set the FTP properties in Active Directory. With IISFtp.vbs not working on WS2008 or Vista, this would be very handy tool to use the FTP AD user isolation. You can very well set the required properties directly on the Active Directory schema yourself, but here is a command line utility to do this.