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
AJAX
ASP.NET
Debugging
IIS
IIS 6.0
IIS7
ISAPI
Logging
MembershipProvider
Visual Studio
Navigation
Home
Get Started
Learn
Downloads
Blogs
Forums
Archives
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
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:
IIS7
,
Admin Pack
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:
IIS7
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:
ASP.NET
,
AJAX
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:
IIS 6.0
,
ASP.NET
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:
IIS7
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:
IIS7
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:
IIS7
More Posts