March 2008 - Posts

1
Comments

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: ,
0
Comments

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

AJAX - Calling PageMethods defined on a UserControl by rakkimk

I recently worked with one of my customer, asking for help to migrate his application to AJAX.NET. He had some UserControls which had few methods which needs to be called (ScriptMethods). If you have a [ScriptMethod] defined in your user control, you...
Filed under: ,
2
Comments

IIS 6.0 - Disabling ASP.NET on all virtual directories, but one? by rakkimk

One of my customer running IIS 6.0 had this special scenario where he would like to run ASP.NET 2.0 applications only on a single virtual directory on the entire server. He would like to isolate his Virtual Directory alone to have the ScriptMaps of ASP...
Filed under: ,
7
Comments

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

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:
2
Comments

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