Sign In
My ramblings on ASP.NET and IIS
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
.Net
500.19
503
ASP
cfg
compdyn.dll
Consumer
CRL Check
CWA
datasource
DataTables
DateTime.Adddays
Deadlock
Debugging
GC
IE 8
IIS 7
IIS 7.5
Kernel Mode Cache
Log Parser
Memory leak
MS11-100
Service Unavailable
VS 2008
web service
Archive
Archives
June 2012
(1)
May 2012
(1)
April 2012
(6)
March 2012
(7)
February 2012
(1)
January 2012
(5)
September 2010
(1)
August 2010
(2)
July 2010
(2)
May 2010
(2)
April 2010
(1)
March 2010
(1)
January 2010
(1)
December 2009
(4)
September 2009
(1)
August 2009
(5)
July 2009
(3)
June 2009
(2)
May 2009
(5)
April 2009
(3)
March 2009
(1)
December 2008
(1)
November 2008
(1)
October 2008
(1)
September 2008
(1)
August 2008
(1)
July 2008
(4)
MSDN Blogs
>
My ramblings on ASP.NET and IIS
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
My ramblings on ASP.NET and IIS
WTF: DateTime.AddDays() is not working as expected
Posted
2 days ago
by
jaskis
0
Comments
Working with following code on DateTime AddDays operation I found end result is not the addition of days!! int increment = 5; DateTime now = DateTime.Now; //Current Date now.AddDays(increment); //Increment by 5 days Console.WriteLine( "Today's date...
My ramblings on ASP.NET and IIS
MachineKeys on IIS 7.x : Inside Out
Posted
1 month ago
by
jaskis
0
Comments
Question: What are Machinekeys? On what particular keys IIS 7.x is dependent upon? Ans: IIS uses MachineKeys for encrypting data like passwords, App Pool identities which are stored in configs(applicationhost.config and web.config) By default, IIS...
My ramblings on ASP.NET and IIS
Last day @ iGTSC: Moving on ..
Posted
1 month ago
by
jaskis
0
Comments
As we all know that only TRUTH that will never change is CHANGE itself. Even a butterfly and a baby eventually leave the warmth of the safest, most comfortable and the only nurturing places they know, the cocoon and the womb respectively. Such is the...
My ramblings on ASP.NET and IIS
Beware Tracing in ASP.NET can lead to Memory leaks eventually OOM
Posted
2 months ago
by
jaskis
0
Comments
Today while helping my colleague AnilKP to debug a memory leak issue for w3wp.exe. It was the perfect example to demonstrate scenario where memory leaks were self induced . Here is the complete saga End customer complained that they had noticed worker...
My ramblings on ASP.NET and IIS
How to Disable CRL check on IIS 7.X
Posted
2 months ago
by
jaskis
0
Comments
On IIS 6 you can disable CRL check by running following command C:\Inetpub\Adminscript\cscript.exe adsutil.vbs Set W3SVC\CertCheckMode 1 but on IIS 7 we don't have metabase.xml. Now this key has been moved to Registry http://www.asprangers.com/post...
My ramblings on ASP.NET and IIS
.Net Versions Unleashed Part-2
Posted
2 months ago
by
jaskis
0
Comments
In the changing .Net world it's difficult to keep track of version corresponding to framework. Following chart would help you to keep upto date: Read More http://www.asprangers.com/post/2012/04/01/Net-Versions-Unleashed-.aspx
My ramblings on ASP.NET and IIS
Resolution for HTTP 500.19 Errors in IIS 7.X
Posted
2 months ago
by
jaskis
0
Comments
One of the most common error message on IIS 7 is 500.19. For your easy reference I’m adding scenarios and resolutions http://www.asprangers.com/post/2012/04/01/Resolution-for-HTTP-50019-Errors-in-IIS-7X.aspx
My ramblings on ASP.NET and IIS
Resources to learn MVC 3
Posted
2 months ago
by
jaskis
1
Comments
Step by Step tutorials and PluralSight Videos covering MVC 3 http://www.asprangers.com/post/2012/03/31/Resources-to-learn-MVC-3.aspx Read More
My ramblings on ASP.NET and IIS
Secret to clear the PMP Exam
Posted
2 months ago
by
jaskis
0
Comments
Recently my colleague Ravi cleared the PMP exam. Here is the secret for clearing the exam in his own words “ I cleared the PMP exam after several sleepless nights. I am sharing my experience and I hope it will help you prepare for the PMP exam...
My ramblings on ASP.NET and IIS
Look who is reserving large amount of virtual memory on 64 bit: It is . Net GC heaps
Posted
2 months ago
by
jaskis
0
Comments
On 64 bit window 2003/2008 servers as soon as you give any .Net (.aspx) resource requests you would notice w3wp.exe taking large amount of memory in form of Virtual bytes. Looking in task manager we would notice W3wp.exe Process/Commit size: 380 MB...
My ramblings on ASP.NET and IIS
IIS 7.x: When kernelCachePolicy is set to DontCache, Static content would be still cache in http.sys
Posted
2 months ago
by
jaskis
0
Comments
When setting Kernel mode cache via Output Cache module in IIS7.x , you can have any of following value set kernelCachePolicy – can be DontCache | CacheUntilChange | CacheForTimePeriod | DisableCache (only in server). If you don’t want...
My ramblings on ASP.NET and IIS
Why you should not use System.Drawing from ASP.NET applications
Posted
2 months ago
by
jaskis
1
Comments
Probably you would heard it many times and it is quite evident from the MSDN article http://msdn.microsoft.com/en-us/library/system.drawing.aspx “Classes within the System.Drawing namespace are not supported for use within a Windows or ASP.NET...
My ramblings on ASP.NET and IIS
How to change GC flavor[from Server mode to WorkStation Mode] for dllhost.exe
Posted
2 months ago
by
jaskis
0
Comments
When you have a Managed COM+ component written in C# class library and hosted on to DLLHOST.EXE By default on a multi proc box .Net would load Server Mode GC(Mscorsvr) and in case you want to change the GC flavor to Workstation Mode (Mscorwks) for some...
My ramblings on ASP.NET and IIS
Microsoft GTSC India Developers Support hiring for ASP.NET / BizTalk / SharePoint engineers
Posted
2 months ago
by
jaskis
0
Comments
Yes , We're hiring again!! http://www.asprangers.com/post/2012/03/16/GTSC-India-Developers-Support-hiring-for-ASPNET-BizTalk-SharePoint.aspx Happy Job hunting!
My ramblings on ASP.NET and IIS
ASP.Net 4.0 Performance Monitoring feature
Posted
2 months ago
by
jaskis
1
Comments
Read it here http://www.asprangers.com/post/2012/03/08/ASPNet-4-Performance-Monitoring-feature.aspx
My ramblings on ASP.NET and IIS
Windows 8 Consumer Preview and Visual Studio 11 Beta Download
Posted
3 months ago
by
jaskis
0
Comments
Read here http://www.asprangers.com/post/2012/02/29/Windows-8-Consumer-Preview-and-Visual-Studio-11-Beta-Download.aspx
My ramblings on ASP.NET and IIS
Win2003 Server is hanging intermittently due to high NPP (non paged pool) memory usage
Posted
4 months ago
by
jaskis
0
Comments
New Post explaining impact of /3gb switch http://www.asprangers.com/post/2012/01/30/Win2003-Server-is-hanging-intermittently-due-to-high-NPP-(non-paged-pool)-memory-usage.aspx
My ramblings on ASP.NET and IIS
Stream rendering failing for (PDF/Excel/Docs) after MS11-100 patch from Aspx pages
Posted
4 months ago
by
jaskis
1
Comments
New post on Stream rendering failing for PDF Excel Docs after MS11-100 patch from Aspx pages http://www.asprangers.com/post/2012/01/24/Stream-rendering-failing-for-PDF-Excel-Docs-after-MS11-100-patch-from-Aspx-pages.aspx Enjoy :)
My ramblings on ASP.NET and IIS
How to Debug Handle leak (using !htrace) in w3wp.exe
Posted
4 months ago
by
jaskis
0
Comments
How to Debug Handle leak (using !htrace) in w3wp.exe http://www.asprangers.com/post/2012/01/23/How-to-Debug-Handle-leak-(using-!htrace)-in-w3wpexe.aspx
My ramblings on ASP.NET and IIS
IIS 7x Different ways in which Kernel Mode Cache would be flushed.aspx
Posted
4 months ago
by
jaskis
0
Comments
New Post on the block http://www.asprangers.com/post/2012/01/20/IIS-7x-Different-ways-in-which-Kernel-Mode-Cache-would-be-flushed.aspx
My ramblings on ASP.NET and IIS
All about Security Advisory MS11-100
Posted
4 months ago
by
jaskis
0
Comments
Hope this helps you :) All About Security Advisory MS11-100 http://www.asprangers.com/post/2012/01/14/All-About-Security-Advisory-MS11-100.aspx Script to detect if IIS and Asp.Net is installed http://www.asprangers.com/post/2012/01/14/Script...
My ramblings on ASP.NET and IIS
Classic ASP : intermittently some ASP pages start failing with Page cannot be displayed error on browser
Posted
over 2 years ago
by
jaskis
0
Comments
Helping my colleague- Mohammed on the issue where intermittently some of the asp pages start failing with Page Cannot be Displayed error. Started looking through httperr for connection_refused error to see if its related to Non page Pool memory...
My ramblings on ASP.NET and IIS
Browsing CWA ending up with blank white page on IIS 7
Posted
over 2 years ago
by
jaskis
0
Comments
Helping one of colleague from CWA team on the issue where browsing any static content[htm/jpg] is ending with blank white screen on the browser. That prompted me to look into IIS logs . Here we saw 500 0 1346. As the next troubleshooting step we configure...
My ramblings on ASP.NET and IIS
USING ADPLUS SCRIPT TO CAPTURE MEMORY DUMP ON STACKOVERFLOW AND NullReferenceException
Posted
over 2 years ago
by
jaskis
0
Comments
It took me some time to figure out how to get appropriate dump on 64 bits boxes using adplus tool. Thought to share out it you: 1) You can use following CFG SCRIPT for capturing dumps StackOverFlow exception <ADPlus> <!-- Add log...
My ramblings on ASP.NET and IIS
Using Microsoft.web.administration to print out applications in appPool and Appdomain in worker process
Posted
over 2 years ago
by
jaskis
0
Comments
Quickly helping my collegue-Isha in getting the count of applications in the given apppool [Crude way but it works] using Microsoft.Web.Administration API Now the Default Website has 7 application spanned across different AppPools. I would like...
Page 1 of 3 (64 items)
1
2
3