Browse by Tags

All TagsIIS7 (RSS)

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...
Filed under:

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...
Filed under:

How to configure IIS 7.0 for ODBC logging? by rakkimk

If you select Log File format as “Custom” in the IIS manager, it doesn’t give you options to configure ODBC logging in the UI. Instead, it just gives you an alert saying it cannot be configured through IIS manager which you already know...
Filed under: ,

IIS7 - Administration Pack - technical preview released by rakkimk

Here are the links to download the new IIS7 admin pack - technical preview version: Administration Pack for IIS 7.0 (x86) Administration Pack for IIS 7.0 (x64) This comes with a lot of features which would make life simpler for the web administrators...
Filed under: ,

IIS7 - Running ASP.NET 1.1 applications by rakkimk

There a lot of other articles available in iis.net which explains how to run an ASP.NET application on IIS7. Here are those steps: Download .NET Fx 1.1 from http://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&displaylang...
Filed under:

IIS7 - Making IIS7 Manager UI Extension development easier - a little VS trick by rakkimk

When I started developing IIS7 Manager UI Extension modules, it took a little longer time for me to create the entire form manually. Robert's post helped me to some extent. But, still it took a little bit of more time till I figured out this little trick...
Filed under:

IIS7 - Hosting a UNIX compiled CGI application on IIS 7.0 by rakkimk

I'm cross posting my earlier post in my MSDN blog just to let you know how interoperable IIS 7.0 is. I was working for one of our customer who wanted to host his POSIX executables over IIS 7.0 on Windows Vista. He has .dat files which were built on an...
Filed under:

IIS7 - Kernel Mode Authentication by rakkimk

One of my customer was running into a kerberos issue on IIS 7.0. While working on this issue, I remembered this kernel-mode windows authentication which would make your kerberos life easier if you are using domain user to run your AppPool as. I was trying...
Filed under:
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems