Leer en inglés

Compartir a través de


My ramblings on ASP.NET and IIS

If you happen to see following exception intermittently and that is corresponding to after...

Author: jaskis Date: 01/05/2010

I came across this really nice picture.   Enjoy!

Author: jaskis Date: 12/28/2009

Today I got a case where I was asked for a script to configure SMTP programmatically in IIS 7. To be...

Author: jaskis Date: 12/25/2009

Checking through the Kb article (https://support.microsoft.com/kb/274149 ) “IIS supports the use of a...

Author: jaskis Date: 12/22/2009

New issue on the block after installing KB 973917. Checking event viewer you would end up with Event...

Author: jaskis Date: 12/09/2009

Quick post on two new issue on the block related to Debugging/Breakpoint in Visual Studio 2008 After...

Author: jaskis Date: 09/21/2009

Following my previous post after uninstalling IE 8 from the my Dell Vista Laptop and restoring back...

Author: jaskis Date: 08/19/2009

On my home Vista laptop I got a weird problem with IE8 may be due to some malwares.Whenever I try to...

Author: jaskis Date: 08/17/2009

<Snip> When there is more than 1 server in web farm scenario it is an obvious choice to go for...

Author: jaskis Date: 08/12/2009

Today using Logparser for parsing the ETL file.I did spend some time on filtering it right way to...

Author: jaskis Date: 08/10/2009

<Snip> Procdump is a light weight Sysinternal's command-line utility whose primary purpose is...

Author: jaskis Date: 08/07/2009

Quickly helping  one of colleague where after restoring applicationhost.config from the back up...

Author: jaskis Date: 07/28/2009

This week I wrote new blog post on our team blog webtopics which talks about above error and reason...

Author: jaskis Date: 07/27/2009

While working with classic ASP on my Vista IIS 7 box.I encountered two different problems: Firstly...

Author: jaskis Date: 07/20/2009

This week I wrote new blog post on our team blog webtopics which talks about above error and reason...

Author: jaskis Date: 06/20/2009

Working today on my Vista when I Added New Virtual Directory from IIS manager pointing to newly...

Author: jaskis Date: 06/13/2009

While setting up repro for one of the customer on my Vista IIS 7.I ran into couple of issue(i’ll...

Author: jaskis Date: 05/16/2009

In 3 years at PSS I've worked on many issues related Dynamic Control i.e 1) Controls not able retain...

Author: jaskis Date: 05/13/2009

We can either use ADSI,WMI,JScript etc ... to query IIS 7 config like how many website, virtual...

Author: jaskis Date: 05/12/2009

Today while working on vista IIS 7 and I was trying to delete  one of module named as...

Author: jaskis Date: 05/10/2009

Helping one of mate in our team with issue where Asp.net application was failing with...

Author: jaskis Date: 05/04/2009

Let say you have generated New Certificate request(certreq.txt) from IIS manager and would like...

Author: jaskis Date: 04/22/2009

Recently worked on a problem where Asmx Post request fails with 'HTTP 400' status code under the...

Author: jaskis Date: 04/19/2009

.NET CLR Memory# Induced GC – This is the number of garbage collections that have occurred as a...

Author: jaskis Date: 03/03/2009

Recently worked on interesting case where internal IP address was revealed whenever we try to query...

Author: jaskis Date: 12/09/2008

Why you need to know this: To figure out what kind of browser(IE, Firefox, Safari) requests are...

Author: jaskis Date: 11/13/2008

Lately, have worked on issue where most of threads were hooked up same call stack .Question pop up...

Author: jaskis Date: 10/02/2008

In the changing .Net world it's difficult to keep track of version corresponding to framework ....

Author: jaskis Date: 09/02/2008

Working with JScript file on Vista box , did noticed diffrence where bWaitOnReturn property is not...

Author: jaskis Date: 08/07/2008

Recently worked on interesting issue: When checking ASP.Net 2.0 counter, start -> run ->...

Author: jaskis Date: 07/24/2008

Scenario======== We have following web form asking user to enter name and joining date In SQL...

Author: jaskis Date: 07/09/2008

Problem Description =================== AJAX Javascript call to web service fail with is ‘null or...

Author: jaskis Date: 07/04/2008

<Previous