Very good article on how asp.net 2.0 is providing strongly typed TableAdapters and DataTables.
Building a DAL using Strongly Typed TableAdapters and DataTables in VS 2005 and ASP.NET 2.0
Thursday, April 27, 2006
M-Dollar: Microsoft's Monad becomes Windows PowerShell
M-Dollar: Microsoft's Monad becomes Windows PowerShell: "Microsoft's Monad becomes Windows PowerShell
Earlier today at the Microsoft Management Summit 2006, Microsoft Senior Vice President Bob Muglia announced that Monad, Microsoft's command line interface and language, would be renamed to Windows PowerShell. Besides the renaming, Muglia also revealed several other juicy tidbits about the tool.
As of today, Release Candidate 1 (RC1) of Windows PowerShell is available for download in both x64 and x86 versions. The documentation has been updated and is available online as well. Muglia also told the audience that Exchange 2007 and Microsoft Operations Manager would be built on top of Windows PowerShell, and future management tools would use similar architecture�a GUI with an underlying Windows PowerShell.
The Windows PowerShell blog contains a plethora of information about the product. In a post today, Jeffrey Snover made two major claims: you can count on Windows PowerShell shipping and it is 'ready for the big leagues'. In the fine print, Snover had an interesting comment on changes that have occurred in the updated API.
The names of many of the APIs have changed to refect [sic] the new name (basically you'll have to search and replace MSH with PS). We're sorry about the inconvience [sic] of this, we always expected the official name to be the Microsoft Shell or Management Shell so we felt confident that MSH was safe to use. When Marketing saw what the technology actually did and the incredibly positive reaction that customers and partners, they decided that we warrented [sic] a 'Marquee' name (I'm not making this up). Marquee names are given to those features that are going to be emphasized during the Marketing push. So here is the net of all that: the downside is that you've got to change your A"
Earlier today at the Microsoft Management Summit 2006, Microsoft Senior Vice President Bob Muglia announced that Monad, Microsoft's command line interface and language, would be renamed to Windows PowerShell. Besides the renaming, Muglia also revealed several other juicy tidbits about the tool.
As of today, Release Candidate 1 (RC1) of Windows PowerShell is available for download in both x64 and x86 versions. The documentation has been updated and is available online as well. Muglia also told the audience that Exchange 2007 and Microsoft Operations Manager would be built on top of Windows PowerShell, and future management tools would use similar architecture�a GUI with an underlying Windows PowerShell.
The Windows PowerShell blog contains a plethora of information about the product. In a post today, Jeffrey Snover made two major claims: you can count on Windows PowerShell shipping and it is 'ready for the big leagues'. In the fine print, Snover had an interesting comment on changes that have occurred in the updated API.
The names of many of the APIs have changed to refect [sic] the new name (basically you'll have to search and replace MSH with PS). We're sorry about the inconvience [sic] of this, we always expected the official name to be the Microsoft Shell or Management Shell so we felt confident that MSH was safe to use. When Marketing saw what the technology actually did and the incredibly positive reaction that customers and partners, they decided that we warrented [sic] a 'Marquee' name (I'm not making this up). Marquee names are given to those features that are going to be emphasized during the Marketing push. So here is the net of all that: the downside is that you've got to change your A"
Friday, March 17, 2006
Thursday, March 09, 2006
Intel's Ultra Mobile PC on track for Q1 release | TG Daily
Intel's Ultra Mobile PC on track for Q1 release | TG Daily: "Chicago (IL) - Intel is gearing up for the release of its handtop computer platform later in this quarter: The first 'Ultra Mobile PCs' (UMPCs) will arrive with a standby time of a week and include WWAN and GPS capability. A second batch of UMPCs will follow in the second half of this year and come with Windows Vista preinstalled, TG Daily has learned"
Monday, March 06, 2006
Microsoft Office Assistance: Using SharePoint Configuration Analyzer
Microsoft Office Assistance: Using SharePoint Configuration Analyzer: "SharePoint Configuration Analyzer is a tool that you can download from the Microsoft Download Center to analyze and report on your Microsoft Windows SharePoint Services installation and content. SharePoint Configuration Analyzer reports on a wide range of configuration errors and also copies a set of log files, configuration files, and other data to a results folder for further analysis or archiving. "
Microsoft Office Assistance: Using SharePoint Configuration Analyzer
Microsoft Office Assistance: Using SharePoint Configuration Analyzer: "SharePoint Configuration Analyzer is a tool that you can download from the Microsoft Download Center to analyze and report on your Microsoft Windows SharePoint Services installation and content. SharePoint Configuration Analyzer reports on a wide range of configuration errors and also copies a set of log files, configuration files, and other data to a results folder for further analysis or archiving. "
Thursday, March 02, 2006
ASP.NET HOW DO I Video Series

I've been using these as training it's a must see.
ASP.NET HOW DO I Video Series: Caching (Part 1)
This video is part one of a two-part series introducing the new caching features of ASP.NET 2.0. Start with a demonstration of Page Output Caching followed by an overview of the new ASP.NET 2.0 Database Caching support for SQL Server 2000 and SQL Server 2005. Topics include using the aspnet_regsql.exe utility to add SQL caching support to a SQL Server database, creating a SQL cache dependency to eliminate unnecessary connections to the database, enabling table-level caching, and enabling enhanced caching support using SQL Server 2005 Change Notifications.
ASP.NET HOW DO I Video Series: Caching (Part 2)
This video is part two of a two-part series introducing the new caching features of ASP.NET 2.0. Topics include the new Partial-Page Output Caching feature of ASP.NET 2.0 followed by an overview of the Cache API, which demonstrates how to efficiently bind a data control to an XML file.
ASP.NET HOW DO I Video Series: Create a Full-Featured Customer Login Portal
Get an overview of the major features and improvements introduced with Visual Web Developer 2005 Express Edition and ASP.NET 2.0. Follow along through the creation of a fictitious customer portal to learn about topics including Master Pages, Themes, database access, Membership, Roles, the Web Site Administration Tool, site navigation, and user profiles.
ASP.NET HOW DO I Video Series: Data
This video illustrates how simple it is to create data-driven web sites using Visual Web Developer 2005 Express Edition, ASP.NET 2.0, and SQL Server 2005 Express Edition. See the integrated data editing support provided by Visual Web Developer that simplifies database creation and population using the Database Explorer and DataSet Designer. Explore how easy it is to create a master-details view with support for filtering, sorting, paging, and editing with no code using the DropDownList, GridView, DetailsView, and ObjectDataSource controls.
ASP.NET HOW DO I Video Series: Form Building for a "Contact Us" Page
This video introduces a number of the new ASP.NET 2.0 controls for building forms to collect information from the user, validate that information, then send a confirmation e-mail message. Features covered include the Wizard control, Validation controls, and the System.Net.Mail classes for sending e-mail messages.
ASP.NET HOW DO I Video Series: Localization
This video is a tour of the web site localization support in Visual Web Developer 2005 Express Edition. Learn how to create culture-aware and locale-specific web content with ASP.NET 2.0 with no additional code. Topics include the new declarative binding syntax, page-level vs. application-level resources, and using the rich resource editor.
ASP.NET HOW DO I Video Series: Master Pages and Site Navigation
Create a Web site with a consistent layout and design across all its pages using ASP.NET 2.0 Master Pages. Become familiar with the enhanced designer support for creating and consuming Master Pages in Visual Web Developer 2005 Express Edition. See the improved Table Editor and Style Builder in action and learn how easy it is to add navigation to a Web site using the new TreeView and SiteMapPath controls.
ASP.NET HOW DO I Video Series: Membership and RolesLearn how to secure a Web site using the new Membership and Roles features of ASP.NET 2.0. Topics include user registration, password recovery, and restricting access to content with roles. Get a tour of how the Web Site Administration Tool simplifies user account administration and makes it easy to control content access permissions.
ASP.NET HOW DO I Video Series: Profiles and Themes
Discover how to create a customizable Web site using Visual Web Developer 2005 Express Edition and ASP.NET 2.0. Learn how to use Profiles to collect per-user configuration information and apply Themes to extend a consistent look-and-feel throughout the Web site.
ASP.NET HOW DO I Video Series: Tips and Tricks
This Tips & Tricks video covers many useful techniques for enhancing ASP.NET 2.0 web sites using Visual Web Developer 2005 Express Edition. Topics include encrypting sensitive information stored in web.config, maintaining the browser scroll position across postbacks, posting content to a different page, setting focus on a specific control when a page is loaded, creating a bulleted list of hyperlinks from an XML file, working with the file upload control, simplifying complex URLs using URL remapping, and using the MultiView control to switch between groups of content programmatically.
ASP.NET HOW DO I Video Series: Web Parts and Personalization
This video shows how to use the new Web Parts and Personalization features of ASP.NET 2.0 and the designer support provided by Visual Web Developer 2005 Express Edition to build customizable web pages whose content and layout can be modified by the user. See how Web Parts enable the user to add new content to a page on-the-fly and restructure the page in the browser using drag-and-drop.
Monday, February 27, 2006
Origami???
Microsoft has anonunced a mini device that people think is going to be the bomb. I wonder how it's going to look. It's a good thing I din't buy a PDA just yet since I wanted to buy for such a long time. A tablet origami is probably better than a PDA.
I went to the project site and it has a promo flash ad running telling me to wait until 3.2.06. Well mark your calendars and visit this URL
Here is a portion of the article I read at red herring
Windows Mobile? Vista?
It is unclear whether Origami will come equipped with Windows Mobile or Windows Vista. It is also unclear whether it will come with a wireless phone, a feature that would put it in competition with smartphones rather than notebooks.
“One of the keys will be the price,” said Roger Kay, president of the market intelligence firm Endpoint Technologies Associates. “If Microsoft intends to sell this device to consumers, it can’t be $1,500 like the other mini-notebooks. It has to be closer to $300. The price point will determine how quickly it takes off.”
“Microsoft has watched Apple stir the music business with the iPod, so this could be a PC that does to the mobile data market what the iPod did in the digital music market,”
I went to the project site and it has a promo flash ad running telling me to wait until 3.2.06. Well mark your calendars and visit this URL
Here is a portion of the article I read at red herring
Windows Mobile? Vista?
It is unclear whether Origami will come equipped with Windows Mobile or Windows Vista. It is also unclear whether it will come with a wireless phone, a feature that would put it in competition with smartphones rather than notebooks.
“One of the keys will be the price,” said Roger Kay, president of the market intelligence firm Endpoint Technologies Associates. “If Microsoft intends to sell this device to consumers, it can’t be $1,500 like the other mini-notebooks. It has to be closer to $300. The price point will determine how quickly it takes off.”
“Microsoft has watched Apple stir the music business with the iPod, so this could be a PC that does to the mobile data market what the iPod did in the digital music market,”
Thursday, February 23, 2006
RED HERRING | Vista Versions Leaked
RED HERRING | Vista Versions Leaked: "Vista Versions Leaked
Microsoft accidentally posts information about different Windows packages and releases �feature complete� beta version.
February 23, 2006
Microsoft has accidentally posted information about up to eight different versions of its upcoming Windows Vista operating system on a page on its web site the same week it released a �feature complete� beta test version of Vista to developers.
The Redmond software giant has since removed the page from its web site, but it listed SKUs (stock-keeping units) for a starter version, two versions aimed at home users, two versions for businesses, an �ultimate� version, and two versions without Windows Media Player, a requirement that the European Commission has been urging.
The versions include Windows Starter 2007, Windows Vista Business, Windows Vista Enterprise, Windows Vista Home Basic, Windows Vista Home Premium, and Windows Vista Ultimate, according to CNET News.com.
In addition, there will be �N� versions of Windows Vista Home Basic and Windows Vista Home. The company said the posting was for �testing purposes only� to explain why it was removed after it was spotted by web surfers."
Microsoft accidentally posts information about different Windows packages and releases �feature complete� beta version.
February 23, 2006
Microsoft has accidentally posted information about up to eight different versions of its upcoming Windows Vista operating system on a page on its web site the same week it released a �feature complete� beta test version of Vista to developers.
The Redmond software giant has since removed the page from its web site, but it listed SKUs (stock-keeping units) for a starter version, two versions aimed at home users, two versions for businesses, an �ultimate� version, and two versions without Windows Media Player, a requirement that the European Commission has been urging.
The versions include Windows Starter 2007, Windows Vista Business, Windows Vista Enterprise, Windows Vista Home Basic, Windows Vista Home Premium, and Windows Vista Ultimate, according to CNET News.com.
In addition, there will be �N� versions of Windows Vista Home Basic and Windows Vista Home. The company said the posting was for �testing purposes only� to explain why it was removed after it was spotted by web surfers."
Wednesday, February 15, 2006
Tuesday, February 14, 2006
Windows Live Expo
Garry Wiseman, product unit manager, and friends take us through a new Windows Live classified service named 'Expo.' We get a demo of this cool new service that helps you buy and sell stuff. A place for you to find things and others to find your things. You can learn more here: http://expo.live.com"
http://channel9.msdn.com/showpost.aspx?postid=162687
http://channel9.msdn.com/showpost.aspx?postid=162687
Windows Live Expo
Garry Wiseman, product unit manager, and friends take us through a new Windows Live classified service named 'Expo.' We get a demo of this cool new service that helps you buy and sell stuff. A place for you to find things and others to find your things. You can learn more here: http://expo.live.com"
http://channel9.msdn.com/showpost.aspx?postid=162687
http://channel9.msdn.com/showpost.aspx?postid=162687
Patrick Tisseghem's Blog [MVP SharePoint]
Patrick Tisseghem's Blog [MVP SharePoint]: "Context Menus in WSS 2003
Looking for a technique of providing an integrated context menu in your WSS sites? Gert van Bael has a good posting on it. Thanks Joris for the link.
"
Looking for a technique of providing an integrated context menu in your WSS sites? Gert van Bael has a good posting on it. Thanks Joris for the link.
"
Tip: Right Click => Add DLL to GAC
Jan Tielens' Bloggings [MVP]: "Tip: Right Click => Add DLL to GAC
[Via Patrick Wellink] Easier way to add a DLL to the GAC
Add following text to a .reg file, double click it, voila: you can add assemblies to the GAC with only two mouse clicks! BizTalk and SharePoint developers will love it. Check out the BIA blog post to download the .reg file in a zip.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell\gacutil\command]
@='c:\\windows\\Microsoft.NET\\Framework\\v1.1.4322\\gacutil.exe /i \'%1\''"
[Via Patrick Wellink] Easier way to add a DLL to the GAC
Add following text to a .reg file, double click it, voila: you can add assemblies to the GAC with only two mouse clicks! BizTalk and SharePoint developers will love it. Check out the BIA blog post to download the .reg file in a zip.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell\gacutil\command]
@='c:\\windows\\Microsoft.NET\\Framework\\v1.1.4322\\gacutil.exe /i \'%1\''"
Monday, February 13, 2006
Microsoft starts Blackberry rival

Microsoft and Vodafone have joined forces to launch a portable email service that intends to rival market leader Blackberry.
In addition to sending and receiving e-mails, Windows Mobile E-mail will enable users to edit Microsoft Word and Excel documents.
The service will be available in the UK, France and Germany next month.
BBC NEWS Business Microsoft starts Blackberry rival
Upcoming BizTalk Classes over the next three months
While checking out the biztalk blog I came across this posting that shows all of the upcoming biztalk classes. Take a look as it is hard to get good training in BizTalk. I remember when I was in India managing a software development project and I wanted to get my coders trained in BizTalk it was very difficult. We had guys on our team that new more than what the trainer could offer we had to look for trainers from other cities which was incredibly expensive.
Eventhough I think that BizTalk2006 is a lot more easier than it's earlier versions it is always good to have an idea of what the tool can do for you before using it. It's a shame we don't have any listed for Chicago...
you can take a look at it by going to the BizTalk Server Product Group Blog : Upcoming BizTalk Classes:
Eventhough I think that BizTalk2006 is a lot more easier than it's earlier versions it is always good to have an idea of what the tool can do for you before using it. It's a shame we don't have any listed for Chicago...
you can take a look at it by going to the BizTalk Server Product Group Blog : Upcoming BizTalk Classes:
Stock Prices Mixed on Google Report
Stock Prices Mixed on Google Report: "A downbeat report on Google Inc. pulled the Web search engine $15.67 lower to $346.94. The Barron's article said Google's stock price could be cut in half this year amid mounting competition from Microsoft Inc. and Yahoo Inc. Microsoft was off 8 cents at $26.61, and Yahoo slipped 43 cents to $32.08."
I still believe that their stock will be and should $500 in next couple of years. Their competitors are just copying what they do and taking market share. I wish google competitors were as innovative!
I still believe that their stock will be and should $500 in next couple of years. Their competitors are just copying what they do and taking market share. I wish google competitors were as innovative!
Google is the cover story for TIME
For those of you who are just getting to know google it's a good issue I recommend all of you to read this issue it has some nice stories like;Be A Google Expert
Meet The Google Guys
In Search Of The Real Google
An inside look at how success has changed Larry and Sergey's dream machine. Can they still be the good guys while running a company worth $100 billion?
By ADI IGNATIUS
Thursday, February 09, 2006
Google Gets A9 Search Chief
RED HERRING Google Gets A9 Search Chief
Here we go again Google has hired another top guy. They stole Amazons a9.com's ceo. The guy steps down from being a CEO to being a VP at google. Thats crazy but a no brainer. I mean who wouldn't want to work for a company like google.
We know they've hired the guy who created the internet, web scripting language python creator, the guy from microsoft I mean whose next? it's a bunch of nerds at google :) and they are taking over the world unless Microsoft starts giving away things for free. Don't wake up the giant.
Well I think at Microsoft they should probably come up with creative ideas at HR so these people don't get lost to competitors.
Here we go again Google has hired another top guy. They stole Amazons a9.com's ceo. The guy steps down from being a CEO to being a VP at google. Thats crazy but a no brainer. I mean who wouldn't want to work for a company like google.
We know they've hired the guy who created the internet, web scripting language python creator, the guy from microsoft I mean whose next? it's a bunch of nerds at google :) and they are taking over the world unless Microsoft starts giving away things for free. Don't wake up the giant.
Well I think at Microsoft they should probably come up with creative ideas at HR so these people don't get lost to competitors.
Chicago Summer Olympics 2016
Today while driving to work I heard it on the radio that Chicago might bid for the 2016 Olympics it was announced in July last year but I didn't know about this until this meeting.
http://www.gamesbids.com/English/bids/2016.shtml
I think it would be a great thing for the city if we do it right. We don't want to end up li
ke Athens and double the budget by setting up a new infrastructure for the event. That would be shooting ourselves in the foot. I totally think that Chicago has the necessary transportation needs CTA, OHARE, Midway for people to get around the city. And for the Olympic stadium, why do we need one anyway can't we use our current world known structures.I think we can do this with a good plan. I hope we get this thing.
GO CHICAGO!
Google Book Search
I still don't understand what the difference is between what google offers in their google book search service and a person going to a library finding what they need and making a photocopy of a page and leaving with it.
How does this violate the copyright laws? What are you afraid of? Obviously you don't care about the public rights it must be your own pockets that you are trying to fill if you don't like this service.
Anyway in December, novelist Susan Cheever, a member of the Authors Guild, published an article that is completly wrong and is misleading and as a member of the Support Book Discovery group I would like to ask this person to get her facts straight before making any acusations and publishing articles that are not true.
Please read what google team has to say by clicking here
Google Groups : Support Book Discovery
How does this violate the copyright laws? What are you afraid of? Obviously you don't care about the public rights it must be your own pockets that you are trying to fill if you don't like this service.
Anyway in December, novelist Susan Cheever, a member of the Authors Guild, published an article that is completly wrong and is misleading and as a member of the Support Book Discovery group I would like to ask this person to get her facts straight before making any acusations and publishing articles that are not true.
Please read what google team has to say by clicking here
Google Groups : Support Book Discovery
Wednesday, February 08, 2006
Get your sites ready to work with the new IE!
Read the IE Blog to see how you can use the API provided
window.external.AddSearchProvider() function on your site.
IEBlog: "In Beta 2 any site can run a simple function prompting the user to add a search provider to IE. This script call will open a dialog giving the user control over what is included in their Toolbar Search Box."
If you haven't downloaded the beta 2 I suggest you go here and check it out.
http://www.microsoft.com/windows/IE/ie7/ie7betaredirect.mspx
window.external.AddSearchProvider() function on your site.
IEBlog: "In Beta 2 any site can run a simple function prompting the user to add a search provider to IE. This script call will open a dialog giving the user control over what is included in their Toolbar Search Box."
If you haven't downloaded the beta 2 I suggest you go here and check it out.
http://www.microsoft.com/windows/IE/ie7/ie7betaredirect.mspx
NINJAM - Novel Intervallic Network Jamming Architecture for Music - Main
I came accross NINJAM when I was reading about the interview that boingboing.net had with the creator of the open source media player Songbird.
NINJAM is a program to allow people to make real music together via the Internet - now how cool is that! Every participant can hear every other participant. Each user can also tweak their personal mix to his or her liking. NINJAM is cross-platform, with clients available for Mac OS X and Windows.
Read more about NINJAM here
NINJAM - Novel Intervallic Network Jamming Architecture for Music - Main
NINJAM is a program to allow people to make real music together via the Internet - now how cool is that! Every participant can hear every other participant. Each user can also tweak their personal mix to his or her liking. NINJAM is cross-platform, with clients available for Mac OS X and Windows.
Read more about NINJAM here
NINJAM - Novel Intervallic Network Jamming Architecture for Music - Main
Super Bowl XL Commercials on Google Video
Wanna watch the Super Bowl XL commercials again but you don't have TiVo.
Well the answer is Google Video for you click here to see all of the commercials.
Super Bowl XL Commercials on Google Video: "Super Bowl XL Commercials"
Well the answer is Google Video for you click here to see all of the commercials.
Super Bowl XL Commercials on Google Video: "Super Bowl XL Commercials"
Chat while checking your gmail
Official Google Blog: "when you log into Gmail you'll find a list of your most important contacts on the left-hand side of the window, and you can chat right away with those who are online. You can also save, search for, and view your chat histories just like your Gmail messages."
How cool is that! :)
How cool is that! :)
The Microsoft® SQL Server Report Pack for Microsoft® Office SharePoint® Portal Server 2003
For those of you trying to analyze the usage of your SPS2003 Portal and you want to know say the top 20 or bottom 20 keywords used for searching and don't have the budget to get a log analyzer such as WebTrends(It works great but it's expensive :)) then I think I have the tool for you the Microsoft® SQL Server Report Pack for Microsoft® Office SharePoint® Portal Server 2003.
The Microsoft SQL Server Report Pack for Microsoft Office SharePoint Portal Server 2003 is a set of 8 Microsoft SQL Server 2000 Reporting Services reports that work with a sample database of information extracted from a SharePoint Portal Server environment.
Storage Report:Shows a listing of the virtual servers and the number of collections, sites, areas, lists, files and size. Also shows a size distribution and storage usage chart, and a top 20 sites based on size.
Storage Trend Report: Shows four charts illustrating the virtual server storage trend, site collection growth trend, area growth trend and list growth trend.
Site Trend ReportShows hit counts for virtual servers, collections, areas and lists. Also shows the top 20 sites based on hits.
Comprehensive Site Collections Report: Shows the list of site collections, who owns the collection, configurable characteristics about the owner and the date the collection was last accessed.
Detailed Site Collection Report: Shows top 20 pages accessed (based on hit count) for this site collection.
Detailed Page Report: Shows users who have access to the page, when they last accessed it, any referrer URL and number of hits. Also shows two charts illustrating user distribution and referrer distribution.
Best Bet Keyword: Shows top 20, top 10, bottom 10, or bottom 20 keywords used for searching. Also shows which keywords have best bets.
Search Terms: Shows top 20, top 10, bottom 10, or bottom 20 search terms used for searching. Also shows which search terms match a defined keyword.
You can Download the report pack from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=49159368-544B-4B09-8EED-4844B4E33D3D&displaylang=en
Also I recommend you read Thoms blog as it talks about the IIS Log Parser as well
http://blogs.msdn.com/trobbins/archive/2005/07/12/438112.aspx
The Microsoft SQL Server Report Pack for Microsoft Office SharePoint Portal Server 2003 is a set of 8 Microsoft SQL Server 2000 Reporting Services reports that work with a sample database of information extracted from a SharePoint Portal Server environment.
Storage Report:Shows a listing of the virtual servers and the number of collections, sites, areas, lists, files and size. Also shows a size distribution and storage usage chart, and a top 20 sites based on size.
Storage Trend Report: Shows four charts illustrating the virtual server storage trend, site collection growth trend, area growth trend and list growth trend.
Site Trend ReportShows hit counts for virtual servers, collections, areas and lists. Also shows the top 20 sites based on hits.
Comprehensive Site Collections Report: Shows the list of site collections, who owns the collection, configurable characteristics about the owner and the date the collection was last accessed.
Detailed Site Collection Report: Shows top 20 pages accessed (based on hit count) for this site collection.
Detailed Page Report: Shows users who have access to the page, when they last accessed it, any referrer URL and number of hits. Also shows two charts illustrating user distribution and referrer distribution.
Best Bet Keyword: Shows top 20, top 10, bottom 10, or bottom 20 keywords used for searching. Also shows which keywords have best bets.
Search Terms: Shows top 20, top 10, bottom 10, or bottom 20 search terms used for searching. Also shows which search terms match a defined keyword.
You can Download the report pack from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=49159368-544B-4B09-8EED-4844B4E33D3D&displaylang=en
Also I recommend you read Thoms blog as it talks about the IIS Log Parser as well
http://blogs.msdn.com/trobbins/archive/2005/07/12/438112.aspx
Subscribe to:
Posts (Atom)
