Sign In
Speaking of which...
Sample solutions from Internet development support
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
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
ASP.NET
Automation
Bugs
Debugging School
Did you know?
Encoding
Exceptions
GC
Hangs
IIS7
Legacy
Managed Heap
Misc
Off topic
OutOfMemory
Performance
PowerShell
Sample Code
Script
SessionState
Stress
Tools
Visual Studio
WinDbg
Worker Process
Archive
Archives
December 2011
(2)
September 2011
(1)
March 2011
(1)
September 2010
(1)
February 2010
(1)
November 2009
(1)
October 2009
(1)
August 2009
(1)
May 2009
(1)
March 2009
(4)
December 2008
(1)
October 2008
(3)
September 2008
(1)
August 2008
(2)
May 2008
(3)
April 2008
(2)
March 2008
(1)
February 2008
(6)
January 2008
(4)
December 2007
(2)
November 2007
(5)
September 2007
(2)
June 2007
(1)
May 2007
(2)
April 2007
(3)
March 2007
(1)
January 2007
(3)
November 2006
(3)
MSDN Blogs
>
Speaking of which...
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Speaking of which...
Changing file dates and other more uncommon properties in PowerShell
Posted
1 month ago
by
JohanSt
0
Comments
There are some file properties that aren’t too easy to change. Neither in the command line or in Windows Explorer. One that I’ve wanted to change personally quite often is the created and changed dates of a specific file, or a batch of files. Background...
Speaking of which...
System.Text.EncoderExceptionFallback
Posted
2 months ago
by
JohanSt
0
Comments
Today I found the following e-mail in my inbox: Hello According to this article, http://blogs.msdn.com/b/johan/archive/2008/01/31/using-windbg-hunting-exceptions.aspx written by you, you write that there are three "ever-present exceptions", I can see...
Speaking of which...
Changing Site Settings through code in SharePoint 2010
Posted
4 months ago
by
JohanSt
0
Comments
It’s been quite a while since I had the time to post. A customer dropped me this question today and I thought it’d be interesting to share. He wanted to change the “Allow rules to specify another site as a target location”-setting...
Speaking of which...
Problems running sos-commands
Posted
11 months ago
by
JohanSt
1
Comments
Yesterday I tried opening up a standard dump file from a 64-bit Windows 2008 Server. It opened up just fine in windbg, but when I tried executing a command I got the following: 0:000> !dumpheap -stat The garbage collector data structures are...
Speaking of which...
Updating the Smart tag panel of a WebControl requires closing and reopening the panel
Posted
over 2 years ago
by
JohanSt
0
Comments
The problem I came across the following scenario a while back: A customer was creating a custom WebControl in the Visual Web Designer. The control had a smart tag panel with an option that they wanted to behave like a radio button. I.e. The text says...
Speaking of which...
Using SSL without an Internet connection
Posted
over 2 years ago
by
JohanSt
2
Comments
Problem If you have a web application that uses SSL and this application, for some reason, is hosted on an IIS that doesn’t have Internet access you will eventually find that any call to the server over SSL will take a lot of time to reply. It doesn’t...
Speaking of which...
Make sure you have an Internet connection when using signed assemblies
Posted
over 3 years ago
by
JohanSt
1
Comments
A customer called in the other day and told me that his web application took a long time to start. My initial thought was (off course) that it was a matter of the classic slow-to start web services I’ve written about earlier. ( What to do about the slow...
Speaking of which...
Investigating Locks
Posted
over 3 years ago
by
JohanSt
2
Comments
Consider the following scenario: You have an ASP.NET application which intermittently responds sluggishly. As the problem occurs memory usage is about average, as is CPU usage, but still certain pages respond slower and slower. The machine acts just as...
Speaking of which...
Problems with Flash-content in the WebBrowser control
Posted
over 3 years ago
by
JohanSt
7
Comments
A recent case I worked on involved the following scenario. Problem description The client was building a kiosk-like application. I.e. a WinForms application with the WebBrowser control slapped onto it. The application worked fine for the most part, but...
Speaking of which...
Adding Server ROles to an IIS installation on an RODC
Posted
over 3 years ago
by
JohanSt
1
Comments
In a recent case I was involved with I stumbled upon something quite interesting. The customer had set up a brand new Windows 2008 Server running IIS, and made it into a Read Only Domain Controller (RODC). Having done this they now wanted to add the FTP...
Speaking of which...
Creating a game for the Zune
Posted
over 3 years ago
by
JohanSt
1
Comments
I've finally had the time to sit down and create a simple game for my Zune. Rather than running off and creating a complex game requiring a lot of AI, etc I wanted to create a simple application so that I could focus on the XNA-specifics. I decided to...
Speaking of which...
Internet Explorer 8 Released today
Posted
over 3 years ago
by
JohanSt
1
Comments
Today we release Internet Explorer 8. You'll be able to download it later today from http://www.microsoft.se/ie8 / Johan
Speaking of which...
Glimpsing 10 years into the future
Posted
over 3 years ago
by
JohanSt
0
Comments
Stephen Elop, the president of Microsoft's Business Division recently held a presentation where he allowed the viewers to glimpse 10 years into the future. It's amazing to look at a "real" interpretation of the future interfaces and technologies...
Speaking of which...
Running a scheduled PowerShell script on a pre-Vista OS
Posted
over 3 years ago
by
JohanSt
3
Comments
It's been fun to see the reception that PowerShell has gotten. People are using it for tons of different stuff and the ingenuity in some of the scenarios is quite impressive. There is one thing, however, that you should be aware of. PowerShell is not...
Speaking of which...
PowerShell - Managing Feature Delegation in IIS7
Posted
over 4 years ago
by
JohanSt
1
Comments
Perhaps you've read my earlier post on advanced feature delegation using PowerShell and the IIS 7.0 PowerShell Provider . This could actually be called Part II. The previous post was based on a quick question from a premier customer. He is a never-ending...
Speaking of which...
Office Automation
Posted
over 4 years ago
by
JohanSt
1
Comments
A very common scenario that keeps sprouting new heads like a hydra is Office Automation. Let me start by saying that this is not supported. There is a KB-article number 257757 discusses this, and clearly states the following: Microsoft does not currently...
Speaking of which...
PowerShell - Advanced configuration editing in IIS7
Posted
over 4 years ago
by
JohanSt
3
Comments
I've written a lot of PowerShell posts lately and here's another one. :-) I got a question from one of the account managers if it was possible to alter the FTP Authorization Rules for a specific folder on his IIS. The appcmd for the operation was appcmd...
Speaking of which...
PowerShell - Editing permissions on a file or folder
Posted
over 4 years ago
by
JohanSt
13
Comments
I got the following question from a reader the other day: I've been trying to figure out how to change permissions on a folder in PowerShell. I've looked at the Get-Acl and Set-Acl, but I can only use them to copy the settings from a pre-existing object...
Speaking of which...
PowerShell - Automatically organizing your mp3-collection
Posted
over 4 years ago
by
JohanSt
3
Comments
Is your mp3-collection perfectly sorted? I know mine wasn't. I thought I'd address that while creating a pretty good demo-script to show some basic filtering, script structures, etc. Since I also wanted the script to extract the metadata from every file...
Speaking of which...
PowerShell - An introduction, Part II
Posted
over 4 years ago
by
JohanSt
2
Comments
This is a continuation of part I . If you haven't read it I suggest at least going through the summary at the end of the post. Working with Drives In your basic command prompt you have the normal file system drives that you use to access your hard-drive...
Speaking of which...
Back in business
Posted
over 4 years ago
by
JohanSt
1
Comments
Okay, after a summer break that no doubt got a little longer than expected I am now I'm now back in the saddle again. Next post will most likely be a follow-up on the PowerShell post I wrote a while back. Stay tuned. / Johan
Speaking of which...
The first thing you should do after setting up an IIS7-server
Posted
over 4 years ago
by
JohanSt
1
Comments
As you're probably well aware IIS7 relies heavily on a master configuration file named ApplicationHost.config. Now, instead of using a history file like IIS6 did, IIS7 will check this file every 2 minutes to see if it's changed. If the file has been updated...
Speaking of which...
PowerShell – An introduction, Part I
Posted
over 4 years ago
by
JohanSt
2
Comments
Over the past months I’ve been holding a couple of workshops on PowerShell. It’s quite an interesting topic, but not something I originally thought would be suitable for this blog and its web-development theme. Still, having given this a bit more thought...
Speaking of which...
Why doesn’t the GC kick in when the worker process is inactive?
Posted
over 4 years ago
by
JohanSt
1
Comments
I got the following question in my Getting started with windbg – post and I thought it might be worth posting the replies in a separate article: Hi Johan, about those threads with an ID of XXXX, should they go away after certain amount of idle time like...
Speaking of which...
What to do about the slow startup of web services
Posted
over 4 years ago
by
JohanSt
4
Comments
Due to the architecture of web services and web applications they can be quite slow to start. For example on my Windows 2003-box the initial localhost-call to a simple “Hello World!”-web service takes approximately 8 seconds, while the next request is...
Page 1 of 3 (58 items)
1
2
3