After some hours studying on 070-536, I had a short break. In this break, I discovered some new podcast sites that contain usefull information:
Hope you enjoy listening..
After some hours studying on 070-536, I had a short break. In this break, I discovered some new podcast sites that contain usefull information:
Hope you enjoy listening..
I created the video below using the site http://silverlight.live.com/
Do you want to collapse the all project in Visual Studio 2008 ? Or Open Command prompt at the path of the item in the Solution?
Install the PowerCommands 1.1
The list of the features is given in the list on this site.
After listening to Scott's podcast , I realised that SP1 whas not just fixes ! In the blog of Matthijs, also some explanation is done on SP1.
Last week I was investigating a problem on a webserver. During the travel, I found some interesting links on the internet related to IIS 6.0.
To get an overview of IIS 6.0 I suggest the Internet Information Services (IIS) 6.0 Technical Library on Technet.
Also the IIS 6.0 Resource Kit is very usefull, containing the LogParser which is handy when analysing IIS logfiles.
Here is an example of the usage of LogParser:
List all occurences of a specified URL in the iislogfile:
"C:\Program Files\IIS Resources\Log Parser\LogParser.exe" "select date,time,cs-uri-stem,c-ip from c:\ex*.log where cs-uri-stem='/yourdomain/myfile.aspx'"
Other nice links: