Sign In
Half Blood Programmer, MSFT Chapter
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
64-Bit
ASP.NET
IE
IIS
Off-topic
Archive
Archives
May 2010
(1)
April 2010
(1)
March 2010
(1)
February 2010
(1)
November 2009
(1)
October 2009
(1)
August 2009
(2)
June 2009
(4)
May 2009
(9)
April 2009
(4)
February 2009
(2)
January 2009
(1)
December 2008
(5)
November 2008
(3)
October 2008
(2)
June, 2009
MSDN Blogs
>
Half Blood Programmer, MSFT Chapter
>
June, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Half Blood Programmer, MSFT Chapter
DIY Dump Analysis, Possible?
Posted
over 3 years ago
by
lexli
0
Comments
I have been support engineer for almost a year, but I still find myself shallow in the field, as I cannot do dump analysis alone. This is an art of troubleshooting, but I bet obviously not everyone in the programming world would like to perform such a...
Half Blood Programmer, MSFT Chapter
Database for Web Applications
Posted
over 3 years ago
by
lexli
1
Comments
When you thought the whole world is using multi-core micro-processor, remember that I still have a single-core computer at home. Likewise, we still see legacy web applications who use Access as database. But it is time to upgrade to a real powerful database...
Half Blood Programmer, MSFT Chapter
IIS 7 Dot Tricks, Part II
Posted
over 3 years ago
by
lexli
0
Comments
I would like to have a secure server, so why not block all unknown file extensions? I can easily achieve that by setting allowUnlisted to false in applicationHost.config file on <system.webServer\requestFiltering\fileExtensions> tag. But why I cannot...
Half Blood Programmer, MSFT Chapter
IIS 7 Dot Tricks, Part I
Posted
over 3 years ago
by
lexli
0
Comments
Well, what if I want to serve files without extensions on IIS 7? A small test will give you a 404 error page, as this MIME type is not set up yet. So, why not go and add one rule? What! How can I add such as rule, if the file has no extension! Calm down...
Page 1 of 1 (4 items)