Sign in
Tips and tricks: ASP.NET, IIS and .NET development...
The notes I took while I solve puzzles...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET Framework
Application Pool
ASP.NET
ASP.NET 2.0
ASP.NET 4.0
Crash
Debug Diagnostic Tool
Debugging
Dump
Free
Hang
IIS 6.0
IIS 7.0
IIS 7.5
Logging
Nasıl yapılır?
Reference
Sorun Giderme
Türkçe
Tips and Tricks
Troubleshooting
Visual Studio
WinDBG
Windows 8
Yazılım Geliştrime
Archive
Archives
March 2013
(2)
January 2013
(1)
October 2012
(2)
August 2012
(1)
July 2012
(2)
June 2012
(1)
March 2012
(3)
February 2012
(4)
December 2011
(4)
October 2011
(1)
September 2011
(3)
July 2011
(3)
June 2011
(2)
May 2011
(6)
April 2011
(1)
March 2011
(2)
February 2011
(8)
January 2011
(7)
December 2010
(1)
September 2010
(1)
June 2010
(1)
May 2010
(3)
February 2010
(2)
January 2010
(3)
March 2009
(2)
February 2009
(1)
January 2009
(3)
December 2008
(3)
August 2008
(2)
June 2008
(1)
December 2007
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tips and tricks: ASP.NET, IIS and .NET development...
Collecting manual dumps using task manager: dump file is lost after you logoff your session
Posted
2 months ago
by
Ahmet Mithat Bostanci
0
Comments
Starting with Windows Vista, using the task manager to collect memory dumps has been the quickest way for most of the hang or performance problems. However there are two things to keep in mind: Respect the bitness of the process and use the correct...
Tips and tricks: ASP.NET, IIS and .NET development...
Free ebook: Programming Windows 8 Apps with HTML, CSS, and JavaScript
Posted
2 months ago
by
Ahmet Mithat Bostanci
0
Comments
Microsoft Press has published a new book for Windows 8 application programming with HTML, CSS and JavaScript. You can download the PDF version of the book free of charge. For the details please see Microsoft Press blog: Free ebook: Programming Windows...
Tips and tricks: ASP.NET, IIS and .NET development...
IIS Express 8 and large web.config files - "cannot read configuration file because it exceeds the maximum file size" error message
Posted
4 months ago
by
Ahmet Mithat Bostanci
0
Comments
Consider the following scenario: You are running IIS Express 8 to test your web application and your web application contains a web.config file which is larger than 250 KB. When you run your application under IIS Express 8, you are receiving “Cannot...
Tips and tricks: ASP.NET, IIS and .NET development...
How to get an application pool configuration with appcmd.exe
Posted
7 months ago
by
Ahmet Mithat Bostanci
1
Comments
Sometimes it is needed to dump out the configuration of an application pool in a text file. I have found the following command very useful for that: appcmd list apppool "test" /text:* Needless to say, test is the name of the application pool. The...
Tips and tricks: ASP.NET, IIS and .NET development...
Troubleshooting a 404.13 issue using IIS and Failed Request Tracing logs
Posted
7 months ago
by
Ahmet Mithat Bostanci
0
Comments
Consider the following scenario: You are running an Exchange 2010 in your corporate network and you would like to have your clients running in external network (say, from home) access their e-mails in Outlook (using Outlook Anywhere). Outlook -...
Tips and tricks: ASP.NET, IIS and .NET development...
Windows Phone Dev Center
Posted
9 months ago
by
Ahmet Mithat Bostanci
0
Comments
We have launched a dedicated web site for Windows Phone developers. Do not forget to visit the site for the updates frequently if you are Windows Phone developer. Windows Phone Dev Center http://dev.windowsphone.com/en-us/home -- AMB
Tips and tricks: ASP.NET, IIS and .NET development...
Easiest way to generate MachineKey
Posted
9 months ago
by
Ahmet Mithat Bostanci
1
Comments
Have you ever needed to generate a MachineKey to use in your application's configuration file or in machine.config? You may need a MachineKey in several scenarios. One of them is the scenario where you deploy your application in a web farm. One another...
Tips and tricks: ASP.NET, IIS and .NET development...
New Garbage Collector enchancements in .NET 4.5 increase the performance of your application
Posted
9 months ago
by
Ahmet Mithat Bostanci
1
Comments
.NET Framework engineering team has published a great article about the new features of Garbage Collector in .NET 4.5. It is great to hear that we have Server Background GC mode finally, which increases the performance and throughput of the application...
Tips and tricks: ASP.NET, IIS and .NET development...
Free ebooks from Microsoft Press
Posted
11 months ago
by
Ahmet Mithat Bostanci
1
Comments
Here you can find very valuable resource from Microsoft Press, including Programming Windows Phone 7, by Charles Petzold . Free ebooks: Great content from Microsoft Press that won’t cost you a penny http://blogs.msdn.com/b/microsoft_press/archive...
Tips and tricks: ASP.NET, IIS and .NET development...
Launch worker process (w3wp.exe) automatically as soon as application pool starts
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
0
Comments
You can set up an application pool to start automatically but the worker process (w3wp.exe) will actually be launched once a request is made to the web site. However, in some scenarios you may want to have a worker process started automatically whenever...
Tips and tricks: ASP.NET, IIS and .NET development...
Free IIS 8.0 Express Beta is released
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
6
Comments
We have just released IIS 8.0 Express Beta. Internet Information Services (IIS) 8.0 Express Beta is a free, simple and self-contained version of IIS that is optimized for developers. IIS Express makes it easy to use the most current version of IIS...
Tips and tricks: ASP.NET, IIS and .NET development...
What’s New in IIS 8
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
0
Comments
With the release of Windows 8 Server Beta, IIS 8 is coming to the world. If you are curious about what is new in IIS 8, you can check the following article: What’s New in IIS 8 http://weblogs.asp.net/owscott/archive/2012/03/01/what-s-new-in-iis...
Tips and tricks: ASP.NET, IIS and .NET development...
Is my web site using Kerberos or NTLM authentication?
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
0
Comments
If you are not sure if Kerberos or NTLM authentication is used in your web application then you can use the script given in the following blog: http://www.ilinfo.fr/blog/post/Page-de-test-Kerberos-et-de-delegation-ASPX.aspx The blog is in French...
Tips and tricks: ASP.NET, IIS and .NET development...
Windows 8's new logo
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
0
Comments
Check out the new logo of Windows (will be introduced in Windows 8) from Windows Team's blog: Redesigning the Windows Logo http://windowsteamblog.com/windows/b/bloggingwindows/archive/2012/02/17/redesigning-the-windows-logo.aspx You can also...
Tips and tricks: ASP.NET, IIS and .NET development...
How to add notepad shortcut in "Send to" menu on Windows 7
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
9
Comments
I found adding notepad shortcut in the "Send to" menu very useful trick as I can send any file to notepad quickly as seen in the screenshot below: Follow the instructions below to add notepad shortcut in "Send to" menu: Type shell:sendto in...
Tips and tricks: ASP.NET, IIS and .NET development...
Easiest way to take your web site offline (IIS 6.0 or IIS 7.5 with .NET 4.0)
Posted
over 1 year ago
by
Ahmet Mithat Bostanci
5
Comments
If you are running your application within a .NET 4.0 application pool (IIS 7.0 or IIS 7.5) or your web site is configured as an ASP.NET 4.0 web site (IIS 6.0) and would like to show your clients an "under maintenance" page for a limited time, the easiest...
Tips and tricks: ASP.NET, IIS and .NET development...
Public webcast about latest Security Advisory bulletin (2659883 - Vulnerability in ASP.NET Could Allow Denial of Service)
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
0
Comments
Microsoft will host a webcast to address customer questions on latest published security bulletin about vulnerability in ASP.NET which could allow denial of service: Title: Information About Microsoft's December 2011 Out-of-Band Security Bulletin Release...
Tips and tricks: ASP.NET, IIS and .NET development...
Use "Stopwatch" class to calculate the execution time
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
1
Comments
Although this class is not famous, it does a great job to calculate the execution time. Usually, the execution time of a code block is calculated by setting a start and stop variable (DateTime) just before and after the code block and then calculating...
Tips and tricks: ASP.NET, IIS and .NET development...
Why does not IIS log requests immediately?
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
0
Comments
Here is a frequently asked question: why can't I see IIS logs written immediately after a request? The anwer is that the HTTP.SYS buffers the IIS logs and flushes to the disk every 60 seconds because of performance issues. If you are running IIS...
Tips and tricks: ASP.NET, IIS and .NET development...
How to configure Debug Diagnostic to capture Stack Overflow exceptions
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
0
Comments
I have just found that one of my colleauges, Spike, posted a nice blog article here explaining how to create a StackOverflowException using .NET Framework. He also explained how to find the root cause of the issue with live debugging using WinDBG. ...
Tips and tricks: ASP.NET, IIS and .NET development...
IIS 7.5 - Change in the "application pool defaults" applies to all application pools
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
0
Comments
I was helping to one of my customers where his Sharepoint web sites stopped working unexpectedly. All of the web sites were failing with HTTP 500 Internal Server Error message. When I checked the details of the error message, I have found that the issue...
Tips and tricks: ASP.NET, IIS and .NET development...
Happy birthday smiley :)
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
1
Comments
"At 11:44 a.m. on September 19, 1982, a man named Scott Fahlman posted a message to an electronic computer-science department bulletin board at Carnegie Mellon University. And with that simple action he did something wonderful: He became the individual...
Tips and tricks: ASP.NET, IIS and .NET development...
A list of Microsoft's Official Twitter Accounts
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
3
Comments
I have tried to put together Microsoft's official twitter accounts in a list below. Please let me know through comments section below if you would lke to add others to the list. Microsoft - The official Twitter page for Microsoft http://twitter.com...
Tips and tricks: ASP.NET, IIS and .NET development...
Ten watchwords for Microsoft's Windows 8 conference
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
1
Comments
An interesting blog is posted on ZDNet: Ten watchwords for Microsoft's Windows 8 conference Summary: Microsoft’s Build conference is going to be full of Windows 8 terms and technologies. Here are 10 of the related codenames and features about...
Tips and tricks: ASP.NET, IIS and .NET development...
Debug Diagnostic Tool (DebugDiag) 1.2 is released
Posted
over 2 years ago
by
Ahmet Mithat Bostanci
2
Comments
Debug Diagnostic Tool (a.k.a. "Debug Diag" or "DebugDiag") version 1.1 is one of the most popular debugging tools which helps us to collect/analyze crash or hang dumps. However most of the features of the v1.1 is not working on Windows 7 or Windows Server...
Page 1 of 4 (79 items)
1
2
3
4