Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

IIS7 – Adding your UI extension to the IIS manager hierarchy

In the last post I was talking about writing a simple UI extension which would appear like below: How about you adding this to the IIS manager hierarchy – just below “Application Pools” and “FTP Sites”? Here is what you need to do additional to the steps
Posted by rakkim | 1 Comments
Filed under:

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. In this blog, I’m going to explain you how you could design a UI module where you can add any UI control that
Posted by rakkim | 0 Comments
Filed under:

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
Posted by rakkim | 0 Comments
Filed under:

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 when stepping through, getting "Unable to step. The operation could not be completed. A retry should be performed" After clicking OK on the dialog,
Posted by rakkim | 0 Comments
Filed under: ,

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
Posted by rakkim | 0 Comments
Filed under:
 
Page view tracker