<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>[karsten samaschke]</title><link>http://weblogs.asp.net/ksamaschke/default.aspx</link><description>ASP.NET daily. Or weekly.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Today's SPAM count</title><link>http://weblogs.asp.net/ksamaschke/archive/2005/01/29/362882.aspx</link><pubDate>Sat, 29 Jan 2005 01:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:362882</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=362882</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2005/01/29/362882.aspx#comments</comments><description>&lt;p&gt;...is 181 SPAM-mails in my inbox...&lt;/p&gt; &lt;p&gt;Man, I am really important!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=362882" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx">Opinion</category></item><item><title>Bug in CommunityServer::Forums 2.0.1 fixed</title><link>http://weblogs.asp.net/ksamaschke/archive/2005/01/26/360514.aspx</link><pubDate>Wed, 26 Jan 2005 00:09:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:360514</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=360514</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2005/01/26/360514.aspx#comments</comments><description>After playing a while with the current version of Telligent's Community Server :: Forums 2.0.1, I found a real work-around for its annoying moderation bug in the administration. The complete solution is posted here:&lt;br /&gt; &lt;a href="http://weblog.ksamaschke.de/PermaLink,guid,26003bf3-0e04-497c-bca7-290e4bd66569.aspx"&gt;&lt;br /&gt; http://weblog.ksamaschke.de/PermaLink,guid,26003bf3-0e04-497c-bca7-290e4bd66569.aspx&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; :-)&lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=360514" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>ASP.NET Forms vulnerability does not only affect Forms Authentication!</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237055.aspx</link><pubDate>Sat, 02 Oct 2004 21:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:237055</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=237055</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237055.aspx#comments</comments><description>&lt;p&gt;It gets worse and worse: As &lt;A href="http://weblogs.asp.net/lbarbieri"&gt;Lorenzo Barbieri&lt;/a&gt;&amp;nbsp;states in is weblog (&lt;A href="http://weblogs.asp.net/lbarbieri/archive/2004/10/02/237049.aspx"&gt;http://weblogs.asp.net/lbarbieri/archive/2004/10/02/237049.aspx&lt;/a&gt;), the \- and %5c-vulnerability does not only affect Forms Authentication: It also affects Windows Authentication! &lt;/p&gt; &lt;p&gt;If you secure a path - say: &lt;a href="http://localhost/site/secure/default.aspx"&gt;http://localhost/site/secure/default.aspx&lt;/a&gt; - and the client (=browser) tries to access the resource using Backslashes or (even worse) the hexadecimal representation (&lt;a href="http://localhost/site/secure\default.aspx"&gt;http://localhost/site/secure\default.aspx&lt;/a&gt;&amp;nbsp;or &lt;a href="http://localhost/site/secure%5cdefault.aspx"&gt;http://localhost/site/secure%5cdefault.aspx&lt;/a&gt;&amp;nbsp;or a mixture of it: &lt;a href="http://localhost/site/secure\%5cdefault.aspx"&gt;http://localhost/site/secure\%5cdefault.aspx&lt;/a&gt;), IIS does not reject the request, but allows you to enter the resource without any authentication. This affects every pre-Windows 2003 system without URLScan and / or IIS Lockdown tool.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;To protect yourself from this type of vulnerability, install URLScan and execute IIS Lockdown tool!&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Additional resources:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;URLScan: &lt;a href="http://www.microsoft.com/windows2000/downloads/recommended/urlscan/default.asp"&gt;http://www.microsoft.com/windows2000/downloads/recommended/urlscan/default.asp&lt;/a&gt;&lt;/li&gt; &lt;li&gt;IIS Lockdown tool: &lt;a href="http://www.microsoft.com/technet/security/tools/locktool.mspx"&gt;http://www.microsoft.com/technet/security/tools/locktool.mspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237055" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Major ASP.NET Forms Authentication vulnerability found!</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237042.aspx</link><pubDate>Sat, 02 Oct 2004 20:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:237042</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=237042</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237042.aspx#comments</comments><description>&lt;p&gt;A &lt;strong&gt;major&lt;/strong&gt; ASP.NET Forms Authentication vulnerability has been found! In short: When you secure sub-directories using Forms Authentication, you'll usually define this in your web.config. If you use IE to access a sub-directory - for example &lt;a href="http://localhost/site/secure/admin/default.aspx"&gt;http://localhost/site/secure/default.aspx&lt;/a&gt; - you'll be redirected to the&amp;nbsp;defined login page. This will also happen, when you have a typo - say: &lt;a href="http://localhost/site/secure/admin\default.aspx"&gt;http://localhost/site/secure\default.aspx&lt;/a&gt;&amp;nbsp;(note the backslash). But - and this is the bug - it wont happen with Mozilla Firefox or other browsers. When you try to access a secured directory using this browsers and the malicious url, you'll be able to access the directory. Without any Authentication. &lt;strong&gt;This is serious!&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;IE is not affected, because it rewrites the url before sending the request to the server. If you type the malicious url in a different way - say:&amp;nbsp;&lt;!--StartFragment --&gt; &lt;a href="http://localhost/site/secure%5Cdefault.aspx"&gt;http://localhost/site/secure%5Cdefault.aspx&lt;/a&gt; - it will be behave as the other browsers.&lt;/p&gt; &lt;p&gt;Affected systems: &lt;strong&gt;Every&lt;/strong&gt; Windows before Windows 2003 with an installed .NET framework. Because in IIS6 (which is shipped with Windows 2003) Microsoft has rewritten the parser responsible for doing path normalization. &lt;/p&gt; &lt;p&gt;Solution: Install &lt;a href="http://www.microsoft.com/windows2000/downloads/recommended/urlscan/default.asp"&gt;URLScan&lt;/a&gt; and run the &lt;a href="http://www.microsoft.com/technet/security/tools/locktool.mspx"&gt;IIS Lockdown Tool&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;More information:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.ntbugtraq.com/default.asp?pid=36&amp;amp;sid=1&amp;amp;A2=ind0409&amp;amp;L=ntbugtraq&amp;amp;F=P&amp;amp;S=&amp;amp;P=9884"&gt;http://www.ntbugtraq.com/default.asp?pid=36&amp;amp;sid=1&amp;amp;A2=ind0409&amp;amp;L=ntbugtraq&amp;amp;F=P&amp;amp;S=&amp;amp;P=9884&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://silverstr.ufies.org/blog/archives/000702.html"&gt;http://silverstr.ufies.org/blog/archives/000702.html&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.leastprivilege.com/PermaLink.aspx?guid=dc18954a-f2e8-4d30-b879-40df383aba4d"&gt;http://www.leastprivilege.com/PermaLink.aspx?guid=dc18954a-f2e8-4d30-b879-40df383aba4d&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://sourceforge.net/mailarchive/message.php?msg_id=9678578"&gt;http://sourceforge.net/mailarchive/message.php?msg_id=9678578&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237042" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Got my 4th MVP award!</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237040.aspx</link><pubDate>Sat, 02 Oct 2004 19:54:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:237040</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=237040</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237040.aspx#comments</comments><description>Two days ago I was informed about my fourth MVP award. I'm really proud of this and I want to thank Microsoft for this. And I will continue to do community work. This is a promise!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237040" width="1" height="1"&gt;</description></item><item><title>Having been off for nearly four months...</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237039.aspx</link><pubDate>Sat, 02 Oct 2004 19:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:237039</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=237039</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237039.aspx#comments</comments><description>&lt;p&gt;...but I was quite busy: I wrote &lt;a href="http://www.amazon.de/exec/obidos/ASIN/3827321808/aspextra-21"&gt;my very first Java book&lt;/a&gt;. And I worked a lot. And I finally bought a new laptop - it is an IBM ThinkPad R50p, which I don't want to miss anymore... :-)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237039" width="1" height="1"&gt;</description></item><item><title>Help: Looking for a quit Centrino!</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181073.aspx</link><pubDate>Mon, 12 Jul 2004 21:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:181073</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=181073</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181073.aspx#comments</comments><description>&lt;P align=left&gt;Now I need your help: I own a Dell Inspiron 8200, which is okay for my work. But there is one thing that drives me crazy: It is noisy! The cooler's always running and it is loud enough to be heard from the other side of the room. :-(&lt;/P&gt;
&lt;P align=left&gt;So, I need your recommendations for the successor of my noisy dell: It will need to have a Pentium-M-processor, the Centrino-certificate, a 1400x1050 or 1600x1200 (or something in between) 15.x" display, a seperate graphics-adaptor (ATI Rage 9x00 or some NVidia device), some 40+ gig harddisk, dvd burner&amp;nbsp;and at least 1gb of ram. And, most of all, it should be quit!&lt;/P&gt;
&lt;P align=left&gt;Until&amp;nbsp;now, I was looking at Dell's Inspiron 8600c and at IBM's ThinkPad R51.&amp;nbsp;If you know better / similiar units or if you're using one of the devices, I'd appreciate your info! :-)&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=181073" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx">Opinion</category></item><item><title>Useful article on XML-Serialization</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181068.aspx</link><pubDate>Mon, 12 Jul 2004 21:18:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:181068</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=181068</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181068.aspx#comments</comments><description>&lt;P align=left&gt;Read it once, read it twice and still find it very useful: &lt;A href="http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/"&gt;http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=181068" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Funny one: Files named incorrectly at MSDN Subscriber Downloads</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/07/174749.aspx</link><pubDate>Wed, 07 Jul 2004 04:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:174749</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=174749</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/07/174749.aspx#comments</comments><description>&lt;P align=left&gt;This mail just dropped in:&lt;/P&gt;
&lt;P align=left&gt;--- SCHNIPP ---&lt;/P&gt;
&lt;P align=left&gt;Our records indicate you recently downloaded Visual C# 2005 Express Beta 1 and/or Visual C++ 2005 Express Beta 1 from MSDN Subscriber Downloads at &lt;A href="http://msdn.microsoft.com/subscriptions/downloads"&gt;http://msdn.microsoft.com/subscriptions/downloads&lt;/A&gt;. Unfortunately these two files were incorrectly named: the Visual C# download was actually Visual C++ and vice versa. The file names have since been corrected. &lt;/P&gt;
&lt;P align=left&gt;&lt;/P&gt;
&lt;P align=left&gt;You can verify the correct files by their file size:&lt;/P&gt;
&lt;P align=left&gt;&lt;/P&gt;
&lt;P align=left&gt;Visual C++ (en_vc_2005_express_beta1.iso): 297.57 MB (312,027,136 bytes)&lt;/P&gt;
&lt;P align=left&gt;Visual C# (en_vcs_2005_express_beta1.iso): 261.03 MB (273,704,960 bytes)&lt;/P&gt;
&lt;P align=left&gt;&lt;/P&gt;
&lt;P align=left&gt;We apologize for any inconvenience this may have caused.&lt;/P&gt;
&lt;P align=left&gt;--- SCHNAPP ---&lt;/P&gt;
&lt;P align=left&gt;And I was wondering about the odd new C# syntax... :-)&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=174749" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx">Opinion</category></item><item><title>Is Microsoft going to drop C#?</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/05/173156.aspx</link><pubDate>Mon, 05 Jul 2004 11:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:173156</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=173156</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/05/173156.aspx#comments</comments><description>As &lt;A href="http://weblogs.asp.net/hpreishuber"&gt;Hannes Preishuber&lt;/A&gt; reports in his weblog, &lt;A href="http://weblogs.asp.net/hpreishuber/archive/2004/07/05/173067.aspx"&gt;MS is going to drop C#&lt;/A&gt;. It sounds like a joke. Or is it serious? Ask &lt;A href="http://weblogs.asp.net/preishuber"&gt;Hannes&lt;/A&gt;, if you want to know more... :-)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=173156" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/VB.NET/default.aspx">VB.NET</category><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx">Opinion</category></item><item><title>Sensational: GREECE IS EUROPEAN SOCCER CHAMPION!!!</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/04/172888.aspx</link><pubDate>Sun, 04 Jul 2004 20:40:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:172888</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=172888</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/04/172888.aspx#comments</comments><description>Great! Nobody ever imagined this! Congratulations!!!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=172888" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx">Opinion</category></item><item><title>Keep 'em free, Bill!</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/03/172137.aspx</link><pubDate>Fri, 02 Jul 2004 22:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:172137</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=172137</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/03/172137.aspx#comments</comments><description>&lt;P align=left&gt;Personally, I love the new Express products! I feel, this is something special and new in the Microsoft world. Sorry 'bout this, but in my opinion, SharpDevelop is no alternative&amp;nbsp;compared to the Express editions. And WebMatrix isn't either. &lt;/P&gt;
&lt;P align=left&gt;Because of this, here are my &lt;EM&gt;personal&lt;/EM&gt; reasons, why&amp;nbsp;Microsoft &lt;STRONG&gt;has&lt;/STRONG&gt; to&amp;nbsp;continue to give away&amp;nbsp;the Express editions for free:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;We need a free, but really powerful IDE! Imagine, you're an enthusiast or student: You would mind paying for a development environment you'd use in your spare time, wouldn't you?&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;Microsoft wants to sell Windows licenses, because this is their business. With a free and powerful IDE, developers may develop more and better&amp;nbsp;applications. The more and better applications (possible some of them for free, too) -&amp;nbsp;the more reasons for buying a license (okay, this is some sort of idealistic... ;).&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;If you're looking&amp;nbsp;at Java, they offer lots of free and powerful IDE's: Eclipse, NetBeans, etc. .NET's market share is way behind Java's, so we need to compete with them. &lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;A hobbyist&amp;nbsp;won't&amp;nbsp;be interested in&amp;nbsp;some sort of a&amp;nbsp;special "development experience", but in an affordable (free)&amp;nbsp;solution which allows&amp;nbsp;him to do the tasks&amp;nbsp;he wants to do without&amp;nbsp;annoying limitations (missing IntelliSense, missing Web-Features, etc.)&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;.NET is way behind Java in terms of market share - we need to offer better tools for lower prices to the students and the ones in the companies which decide, what framework (Java or .NET) to use. And if this wasn't possible, we need to have the better tools at the same price.&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;ASP.NET is way behind PHP in terms of market share - we need to give the&amp;nbsp;hobbyists a real alternative - by offering better tools for free.&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;ASP.NET-development without VS.NET was frustrating - give the developer a&amp;nbsp;VS.NET for free&amp;nbsp;(or an Express&amp;nbsp;edition of something) and they will use it! More users - more marketshare!&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV align=left&gt;The community wants free but powerful tools. They won't pay for their tools. That's a fact.&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=left&gt;For professionals, there won't be an alternative to VS.NET (except C#Builder or similar products)- so&amp;nbsp;keep the Express-editions free, Bill! This is exactly what the community wants and what we need.&lt;/P&gt;
&lt;P align=left&gt;Just one addition: It's not about&amp;nbsp;this horrible "everything must be free"-stuff!&amp;nbsp;I do pay for my development environment, I do pay for my virus scanner, I do pay for my software, I do pay for my music. Because I think it is worth it. But here I'm speaking about &lt;STRONG&gt;hobbyists, enthusiasts and students&lt;/STRONG&gt; - this is the audience, which isn't reachable when you charge it&lt;/P&gt;
&lt;P align=left&gt;Speaking a&amp;nbsp;German a MVP for ASP.NET, we are actually&amp;nbsp;in some sort of war&amp;nbsp;with the PHP and Java-community. And without any help by Microsoft (which should include a free but powerful IDE) we don't have a change to play equal or even win. This is a fact, too.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=172137" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx">Opinion</category></item><item><title>PHP-Plugin for VS.NET</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/02/172011.aspx</link><pubDate>Fri, 02 Jul 2004 18:37:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:172011</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=172011</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/02/172011.aspx#comments</comments><description>&lt;P align=left&gt;Yes! Here it is: &lt;A href="http://www.jcxsoftware.com/jcx.corporate6/modules/wfsection/index.php?category=11"&gt;http://www.jcxsoftware.com/jcx.corporate6/modules/wfsection/index.php?category=11&lt;/A&gt;.&amp;nbsp;And as far as I heard it: It works and it offers you IntelliSense and support for many of the PHP-features. So, if you like to program in P*P, then you should consider using it.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=172011" width="1" height="1"&gt;</description></item><item><title>Read the Readme when installing any of the Express-products using BITS</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/02/171928.aspx</link><pubDate>Fri, 02 Jul 2004 16:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:171928</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=171928</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/02/171928.aspx#comments</comments><description>&lt;P align=left&gt;To avoid any confusion whether the install is continuing or not, please read the Readme for the Installation: &lt;A href="http://lab.msdn.microsoft.com/express/readme/"&gt;http://lab.msdn.microsoft.com/express/readme/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=171928" width="1" height="1"&gt;</description></item><item><title>MSDN Universal Downloads as RSS-Feed</title><link>http://weblogs.asp.net/ksamaschke/archive/2004/07/02/171895.aspx</link><pubDate>Fri, 02 Jul 2004 16:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:171895</guid><dc:creator>xxxkarsan3020</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/ksamaschke/rsscomments.aspx?PostID=171895</wfw:commentRss><comments>http://weblogs.asp.net/ksamaschke/archive/2004/07/02/171895.aspx#comments</comments><description>&lt;P align=left&gt;Found it today, added it and will be using it: &lt;A href="http://msdn.microsoft.com/subscriptions/rss.xml"&gt;http://msdn.microsoft.com/subscriptions/rss.xml&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=171895" width="1" height="1"&gt;</description></item></channel></rss>