rakkimk
working in iis, asp.net product support team at microsoft corporation
Sign In
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ActiveDirectoryMembershipProvider
Admin Pack
Adsutil
AJAX
ASP.NET
Debugging
HTTP 500.19
HTTPERR
IE
IE8
IIS
IIS 6.0
IIS 7
IIS7
IIS7 Tweets
ISAPI
ISAPI Filters
Logging
LogParser
Media
MembershipProvider
PDC2008
Performance
Twitter
URLScan
Visual Studio
Web
x64
Navigation
Home
Get Started
Learn
Downloads
Blogs
Forums
Archives
August 2009 (1)
July 2009 (3)
June 2009 (2)
March 2009 (4)
February 2009 (1)
January 2009 (3)
November 2008 (3)
October 2008 (6)
July 2008 (2)
June 2008 (5)
May 2008 (1)
April 2008 (4)
March 2008 (7)
February 2008 (1)
My Links
My MSDN blog
My Live Spaces
My Website
My IIS.net contributions
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:
IIS7
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:
IIS7
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...
Tags:
Debugging
Visual Studio
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