Asp.net, Debugging, IIS

Blog by Devendra Asane

PowerShell script to migrate FTP virtual directories from Metabase.xml of IIS 6 to PowerShell commands for IIS 7.5

You have a thousands of FTP virtual directories in IIS 6. Now you would like to migrate these to IIS...

Author: Devendra.Asane Date: 10/16/2013

Adding IP address like host header in IIS 8 shows UI validation error, this worked fine in IIS 7.5 and earlier

There are situations where we have the site specified like below in several configurations, for...

Author: Devendra.Asane Date: 10/16/2013

How can I take a memory dump Orphaned worker process with Procdump but not with ADPlus as mentioned in KB828222

Say, I cannot install anything on the server at the moment but wanted to take dumps with procdump...

Author: Devendra.Asane Date: 08/01/2013

Custom developed HttpModule for URLSecurity which works fine with .Net 3.5, but fails in .Net 4.0 with error "not trusted"

You have developed custom HttpModule for URLSecurity which works fine with .Net 3.5, but fails in...

Author: Devendra.Asane Date: 05/17/2013

Where is Computer Management in Windows Server 2012 ?

I was wondering where did the Computer Management go in Windows Server 2012. In Server Manager...

Author: Devendra.Asane Date: 05/17/2013

Export All Websites from IIS6 in Package and export to IIS 7 with MSDeploy v3

Nice and simple commands To export the All Website from IIS 6 in a package: msdeploy -verb:sync...

Author: Devendra.Asane Date: 11/30/2012

How do I route specific type of request to specific server farm with ARR ?

You would like to route the particular requests to the particular farm i.e. kind of an alias created...

Author: Devendra.Asane Date: 11/26/2012

Curtain Raiser for securing IIS 6.0 from DOS (Denial of Service) Attack

The architectural changes in IIS 6.0 compare to earlier versions make IIS a more secure platform....

Author: Devendra.Asane Date: 03/14/2009

IIS 6.0 security in terms of DOS (Denial of Service) attack

The architectural changes in IIS 6.0 also make for a more secure platform. Worker processes run in...

Author: Devendra.Asane Date: 03/14/2009

How can you enable the find (inbuild) functionality in IE when you use WebBrowser control on windows form having shortcuts disabled.

a:visited, a:active, a:link { text-decoration: none; color: #007cbe;} a:visited, a:active, a:link {...

Author: Devendra.Asane Date: 03/04/2009