Win2003 Server is hanging intermittently due to high NPP (non paged pool) memory usage

by jask2002 30. January 2012 06:51

With my experience, I’ve seen numerous number of scenarios for entire server hangs which is due to high Non-Paged pool memory. One thing which stands out in any of scenarios is /3GB switch enabled in c:/boot.ini file
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , ,

http.sys

Stream rendering failing for PDF/ Excel/ Docs after MS11-100 patch from Aspx pages

by jask2002 24. January 2012 06:17
Few of the users started complaining that they are not able to use download/export functionality from the Aspx pages. They are getting following error

Unable to download [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , ,

IE 8 | MS11-100

How to Debug Handle leak (using !htrace) in w3wp.exe

by jask2002 23. January 2012 07:55
What is the Handles? huh
From the application (user mode) perspective handles are the reference to the kernel mode objects(device/registry/token/event/file).It does not have the semantics of a programming reference but what it does do is allow the system resources to know what you are referring to when it is passed in an API call.They are 32 bit unsigned values that the Windows OS owns.
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

Debugging

IIS 7.x : Different ways in which Kernel Mode Cache would be flushed

by jask2002 20. January 2012 07:37
Based on my own experience following are the different ways which would trigger flushing of Kernel mode cache


1) Time to live: Set by Expire Header or Time set through cache time policy
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

IIS 7 | http.sys | Cache

IIS 7: error: lock violation on deleting Modules at Website level

by jask2002 19. January 2012 05:05
I was trying to delete one of module named as CustomErrorModule for Default Web Site and immediate I was notified with this nice error. [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: ,

ASMX POST request fails with Http 400 error when content-length size increases

by jask2002 18. January 2012 11:01
Asmx Post request fails with 'HTTP 400' status code under the following circumstances :



When the size of the string parameter passed from the client application (Content-Length)> 1024 Bytes and the file is set for either 'integrated' or 'basic' auth.



Request goes like this Client (exe) -> Web service (asmx) hosted on IIS
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net

Caspol: .Net 2.0 app failing on win 2008 x64bit when hosted on UNC path

by jask2002 18. January 2012 10:52
Helping one of mate in our team with issue where Asp.net application was failing with System.Security when contents were pointing to UNC path.We were getting following error in the browse:



Parser Error Message: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (\\abc02\myapp\web.config line 84)
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , , ,

Caspol

Script to detect if IIS and Asp.Net is installed

by jask2002 14. January 2012 14:19
With respect to MS11-100 generally people ask how to check if my servers are vulnerable or we have 1000+ servers how to detect if IIS and ASP.NET is installed. [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: ,

MS11-100

All About Security Advisory MS11-100

by jask2002 14. January 2012 13:46
Recently Microsoft released security advisory[MS11-100] affecting ASP.Net. Following post would provide you full insight into the topic. [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , ,

MS11-100

About me

Hi there,

My name is  Jas and I'm currently working with Microsoft IIS/ASP.Net Escalation services.

Tag cloud

Month List

RecentComments

Comment RSS
 

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.