June 2008 - Posts

1
Comments

IIS7 – Adding your UI extension to the IIS manager hierarchy by rakkimk

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...
0
Comments

IIS7 - Writing your first custom UI module with all winform controls by rakkimk

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...
Tags:
0
Comments

IIS7 – Prevent the server sending its private IP address for a request made by HTTP/1.0 clients with no host header by rakkimk

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...
Tags:
0
Comments

Getting "Unable to step. The operation could not be completed. A retry should be performed" while debugging in Visual Studio by rakkimk

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...
0
Comments

IIS7 - Command line tool (managed) to set FTP properties in Active Directory by rakkimk

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...
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems