Sign In
Rakki Muthukumar
my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADMembershipProvider
ADSUTIL
AJAX
ASP.NET
ASP.NET 4.0
C#
Debugging
FREB
IE8
IIS
IIS 5.0
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
Internet Explorer
ISAPI
ISAPI Filters
Logging
MembershipProvider
Metabase
Programming
Visual Studio
Archive
Archives
September 2011
(1)
May 2011
(1)
April 2011
(1)
March 2010
(1)
February 2010
(1)
January 2010
(1)
November 2009
(2)
August 2009
(2)
July 2009
(3)
June 2009
(3)
March 2009
(4)
February 2009
(3)
January 2009
(4)
November 2008
(4)
October 2008
(7)
August 2008
(1)
July 2008
(4)
June 2008
(5)
May 2008
(2)
April 2008
(4)
March 2008
(6)
February 2008
(2)
January 2008
(1)
November 2007
(8)
October 2007
(1)
September 2007
(1)
August 2007
(5)
July 2007
(3)
June 2007
(3)
May 2007
(7)
April 2007
(3)
March 2007
(6)
February 2007
(1)
January 2007
(3)
December 2006
(4)
November 2006
(1)
October 2006
(2)
September 2006
(2)
November, 2007
MSDN Blogs
>
Rakki Muthukumar
>
November, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rakki Muthukumar
IIS7 - UI Module for setting FTP Active Directory user isolation properties
Posted
over 5 years ago
by
RakkiMK
0
Comments
Okay, here is one more IIS7 UI module which would be used while using FTP server with Active Directory user Isolation. In IIS6.0, you had IisFTP.vbs file which you would use to set msIIS-FTPRoot and msIIS-FTPDir property for the user in Active directory...
Rakki Muthukumar
IIS7 - making Forms Authentication to work for all the requests
Posted
over 5 years ago
by
RakkiMK
0
Comments
If you were following all the news about IIS7, you would have heard that you can now plug-in ASP.NET Forms Authentication in the main integrated pipeline. Few of my colleagues, other friends tried doing this and claimed that it didn't work as expected...
Rakki Muthukumar
IIS7 - Things to remember when using Web Management Service
Posted
over 5 years ago
by
RakkiMK
1
Comments
IIS7 introduces the "Web Management Service" which lets the computer and the domain administrators to manage a web server remotely by using the IIS manager. This is also used when there are some users delegated to manage certain sites or applications...
Rakki Muthukumar
IIS7 - Few things to be known and to be remembered
Posted
over 5 years ago
by
RakkiMK
1
Comments
Thought of posting this blog entry which would give some changes that are in IIS7 compared to IIS6, and also few new stuffs introduced in IIS7. Kernel Mode SSL Now, the SSL working in the Kernel mode is going to be the default. This existed in...
Rakki Muthukumar
Visual Studio 2008 and .NET 3.5 is now available
Posted
over 5 years ago
by
RakkiMK
1
Comments
Visual Studio 2008 and .NET 3.5 has shipped. You can download the .NET 3.5 from here . You can also check out the Visual Studio 2008 Express editions here . Check out ScottGu's blog for more on this. More later.
Rakki Muthukumar
IIS7 - IISRESET UI Module for IIS7 Manager (inetmgr)
Posted
over 5 years ago
by
RakkiMK
3
Comments
In IIS7 (atleast till RC0 release), you might find no UI way to restart IIS services (IISAdmin, WAS, W3SVC). Only way is by using the command line exe - the classic IISRESET. Here is my UI module which give you a UI way to do this. This also shows...
Rakki Muthukumar
IIS7 - Backup Restore UI Module
Posted
over 5 years ago
by
RakkiMK
5
Comments
You might see that there is no UI way to take backup, restore backup. Only available way (till Windows 2008 Server RC0) is by the AppCmd tool. Below are the commands to do that: appcmd add backup "backupname" appcmd restore backup "backupname...
Rakki Muthukumar
IIS7 - Running 32-bit and 64-bit ASP.NET versions at the same time on different worker processes
Posted
over 5 years ago
by
RakkiMK
24
Comments
In IIS6, this was a pain area. On a 64-bit Windows 2003 Server, you cannot run worker processes in both 32-bit mode and as well as 64 bit mode. Either only one of them was possible. This was possible by the below Metabase Key which would be applied to...
Page 1 of 1 (8 items)