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]
|
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 )
|
16d0b1d4-1584-4c46-9440-7c07aa123f81|1|5.0
Tags: NonPaged Pool, NPP, /3GB, Server Hang
http.sys
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]
|
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 )
|
3d6a9971-83d9-4057-aa45-66bebb27a054|4|3.8
Tags: Unable to download, Streaming, MS11-100, PDF, Excel
IE 8 | MS11-100
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]
|
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 )
|
fcd37443-c0b4-49a3-8944-195a9ddf0a46|3|4.0
Tags: handle leak, Key handle, htrace
Debugging
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]
|
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 )
|
1d6a2249-826b-48ee-8f01-3f500a1abc4a|1|5.0
Tags: Kernel Mode cache, http.sys, flush
IIS 7 | http.sys | Cache
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]
|
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 )
|
b464a6f0-3b12-4bc6-80ff-3d2af56107ce|0|.0
Tags: IIS 7, Lock violation
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]
|
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 )
|
975ebd15-a74a-429a-b62a-2f395d884524|0|.0
Tags: ASXM, Expect100Continue, Delay
.Net
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]
|
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 )
|
6e454efd-4fa3-4ce1-a5a9-9cb748ab08a2|0|.0
Tags: IIS 7, AspNetHostingPermission, Fulltrust, UNC, CASPOL, x64
Caspol
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]
|
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 )
|
9897910d-440c-4fb3-a4af-2b1ee4bda616|0|.0
Tags: Script, detect if IIS and Asp.net is installed
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]