<?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>Marco Trova's weblog</title><link>http://weblogs.asp.net/mtrova/default.aspx</link><description>Italian .NET life</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>WSE 2.0 Routing to existing asmx web services</title><link>http://weblogs.asp.net/mtrova/archive/2004/06/07/149889.aspx</link><pubDate>Mon, 07 Jun 2004 07:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:149889</guid><dc:creator>trovam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=149889</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/06/07/149889.aspx#comments</comments><description>&lt;P&gt;Reading Steve Maine's &lt;A href="http://hyperthink.net/blog/PermaLink,guid,aafbf22d-9209-4e52-b303-0659c12934ee.aspx"&gt;routing&lt;/A&gt; &lt;A href="http://hyperthink.net/blog/PermaLink,guid,a0b40f07-63b8-4867-8d78-0867e1864cc7.aspx"&gt;adventures&lt;/A&gt;, I was thinking a way to route WS-I BP soap envelopes to standard asmx web services. &lt;/P&gt;
&lt;P&gt;Why? To expose standard WS-I ws to the internet, maintaining existing services already developed in our lan.&lt;/P&gt;
&lt;P&gt;I found two possible ways:&lt;BR&gt;- Adapt soap evelopes and forward to the asmx sevices throught SoapSender.Send() (I don' know if it is possible, due WSE 2.0 differences)&lt;BR&gt;- Using &lt;A href="http://www.gotdotnet.com/Community/UserSamples/Download.aspx?SampleGuid=E9C2F46F-449B-4344-B796-7D8B63A2F954"&gt;DynWSLib&lt;/A&gt; from &lt;A href="http://weblogs.asp.net/cweyer/archive/2003/07/07/9769.aspx"&gt;Christian Weyer&lt;/A&gt;, ie composing a dynamic soap request, with the information found in the coming soap request ( Is there a way to cache dynamic compiled proxy code generated at runtime with the CodeDom? )&lt;/P&gt;
&lt;P&gt;Wich is the best way? Is there a simpler solution?&lt;/P&gt;
&lt;P&gt;In the meanwhile I found SoapHttpRouter don't pass url parameters like the classic ?WSDL ..&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=149889" width="1" height="1"&gt;</description></item><item><title>Mozilla developers smarter than IE developers</title><link>http://weblogs.asp.net/mtrova/archive/2004/05/11/129901.aspx</link><pubDate>Tue, 11 May 2004 17:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:129901</guid><dc:creator>trovam</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=129901</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/05/11/129901.aspx#comments</comments><description>&lt;P&gt;Ian Bicking on his &lt;A href="http://blog.colorstudy.com/ianb/weblog/2004/05/11.html"&gt;blog&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The dots in usernames and passwords encoded in URLs are now escaped (so http://www.mozilla.org:roadmap.html@evilscam.net/ becomes http://www%2Emozilla%2Eorg%3Aroadmap%2Ehtml@evilscam.net/), making phishing scams easier to detect (&lt;/EM&gt;&lt;A class=reference href="http://bugzilla.mozilla.org/show_bug.cgi?id=240754"&gt;&lt;STRONG&gt;&lt;FONT color=#5e1817&gt;&lt;EM&gt;bug 240754&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;EM&gt;).&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This is a much more clever solution than simply &lt;/EM&gt;&lt;A href="http://simon.incutio.com/archive/2004/01/30/noMoreUsernames"&gt;&lt;EM&gt;removing&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; the ability to specify usernames and passwords in URLs (something which I do in fact use every so often).&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT face="Courier New" size=2&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=129901" width="1" height="1"&gt;</description></item><item><title>Execute ASP code from ASP.NET: my weird idea results</title><link>http://weblogs.asp.net/mtrova/archive/2004/04/15/113899.aspx</link><pubDate>Thu, 15 Apr 2004 15:39:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:113899</guid><dc:creator>trovam</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=113899</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/04/15/113899.aspx#comments</comments><description>&lt;P&gt;Last week I &lt;A href="http://weblogs.asp.net/mtrova/archive/2004/04/10/110800.aspx"&gt;wrote&lt;/A&gt; about my simple weird idea on executing ASP in an environment built with a VB COM object that execute a asp file through an Asp.net HttpHandler.&lt;/P&gt;
&lt;P&gt;I added the necessary basic features to execute the old-classic DNA sample application: &lt;A href="http://www.fmstocks.com/download.asp"&gt;FMStocks 2000 SP2&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The asp extension&amp;nbsp;is mapped on then aspnet_isapi.dll, a simple entry on my web.config, a simple HttpHandler&amp;nbsp;receives all requests for asp files, passing Form, QueryString, ServerVariables, Session and Cookies collections and, after the execution of ASP code, reading some of them modified by ASP execution.&lt;/P&gt;
&lt;P&gt;Most of the problems I have encountered were in parsing ASP code adapting it&amp;nbsp;to the new execution environment: some words such as Clear, End and&amp;nbsp;Write are&amp;nbsp;reserved words in VB6.&lt;/P&gt;
&lt;P&gt;I found that executing ASP code through my code is only about 5-10% slower than&amp;nbsp;in normal ASP mode, but the "Average time to last byte" was about 200% slower, due the simulated environment.&lt;/P&gt;
&lt;P&gt;I have demonstrated myself that executing and sharing state (Session and Cookies) between ASP and ASP.NET is possible,&amp;nbsp;however my solution is not ready for a production site. I did not developed all possible ASP objects nor tested the solution with a&amp;nbsp;lot of ASP applications.&lt;/P&gt;
&lt;P&gt;But I am satisfied of the work done. &lt;IMG src="http://www.dotmark.net/public/teeth_smile.gif" border=0&gt;&lt;/P&gt;
&lt;P&gt;Depending of the feedback I would like share the code..&lt;BR&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=113899" width="1" height="1"&gt;</description></item><item><title>Execute ASP code from ASP.NET: is it a weird idea?</title><link>http://weblogs.asp.net/mtrova/archive/2004/04/10/110800.aspx</link><pubDate>Sat, 10 Apr 2004 10:37:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:110800</guid><dc:creator>trovam</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=110800</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/04/10/110800.aspx#comments</comments><description>&lt;P&gt;Often we have to integrate existing work with new technologies and frameworks. We can sell a migration of a site written in ASP to ASP.NET: our customer understands only that they have a similar name but&amp;nbsp; we know that they have nothing in common. No sharing of session state, ASP.NET cannot apply his security to a resource mapped on different ISAPI (e.g. ASP pages), etc.&lt;/P&gt;
&lt;P&gt;So, reading a &lt;A href="http://http://msdn.microsoft.com/msdnmag/issues/0900/cutting/default.aspx"&gt;couple&lt;/A&gt; of &lt;A href="http://msdn.microsoft.com/msdnmag/issues/1000/cutting/default.aspx"&gt;old&lt;/A&gt; articles of &lt;A href="http://weblogs.asp.net/despos"&gt;Dino Esposito&lt;/A&gt; from MSDN Magazine 2000, it was born a little crazy idea: execute ASP code from ASP.NET. &lt;/P&gt;
&lt;P&gt;The solution consists in mapping ASP files to the aspnet_isapi.dll and writing a simple HttpHandler that executes ASP code with a simple COM object written in Visual Basic 6.0.&lt;/P&gt;
&lt;P&gt;The simplest part is executing ASP, add minimal Request and Response objects support, as just demonstrated in the Dino's articles.&lt;/P&gt;
&lt;P&gt;The hard part is to rebuild all classic ASP Objects (Request, Response, Server, etc) and fit them in the new execution environment.&lt;/P&gt;
&lt;P&gt;Is it a so weird idea? &lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=110800" width="1" height="1"&gt;</description></item><item><title>Other MS04-004 Cumulative Security Update for Internet Explorer effects..</title><link>http://weblogs.asp.net/mtrova/archive/2004/03/07/85447.aspx</link><pubDate>Sun, 07 Mar 2004 14:52:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:85447</guid><dc:creator>trovam</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=85447</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/03/07/85447.aspx#comments</comments><description>&lt;P&gt;I found that I am not the only one&amp;nbsp;with problems with this patch.&lt;/P&gt;
&lt;P&gt;Fiat, the italian motor company, has registered&amp;nbsp;a&lt;STRIKE&gt; perfectly legal&lt;/STRIKE&gt;&amp;nbsp; the &lt;A href="http://www.buy@fiat.com"&gt;www.buy@fiat.com&lt;/A&gt;&amp;nbsp;domain, to support his marketing e-commerce campain.. &lt;/P&gt;
&lt;P&gt;Now, if you point your patched Internet Explorer Browser to the&amp;nbsp;&lt;A href="http://www.buy@fiat.com"&gt;http://www.buy@fiat.com&lt;/A&gt;&amp;nbsp;address, you obtain an error.. Firefox rendering is fine.. &lt;/P&gt;
&lt;P&gt;This patch corrects some security issues, but introduces other side-effects.. &lt;/P&gt;
&lt;P&gt;The same things we will encounter on the new &lt;A href="http://msdn.microsoft.com/security/productinfo/XPSP2/default.aspx"&gt;Windows XP SP2&lt;/A&gt;..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=85447" width="1" height="1"&gt;</description></item><item><title>Internet Explorer is getting worse day by day..</title><link>http://weblogs.asp.net/mtrova/archive/2004/03/06/85175.aspx</link><pubDate>Sat, 06 Mar 2004 16:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:85175</guid><dc:creator>trovam</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=85175</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/03/06/85175.aspx#comments</comments><description>&lt;P&gt;"&lt;EM&gt;Marco, one user reports that he can't connect to our sister site with his credentials. He has just installed security patch (&lt;/EM&gt;&lt;A href="http://www.microsoft.com/technet/security/Bulletin/MS04-004.asp"&gt;&lt;EM&gt;MS04-004&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;) from Microsoft.."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The knowledgebase &lt;A href="http://support.microsoft.com/default.aspx?kbid=834489"&gt;article&lt;/A&gt; says:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;The following URL syntax is no longer supported in Internet Explorer or in Windows Explorer after you install the MS04-004 Cumulative Security Update for Internet Explorer (&lt;A href="http://support.microsoft.com/default.aspx?kbid=832894"&gt;832894&lt;/A&gt;): &lt;BR&gt;&lt;FONT face="Courier New"&gt;http(s)://username:password@server/resource.ext&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This article is intended to notify you of this change in the default behavior of Internet Explorer. If you include user information in HTTP or HTTPS URLs, Microsoft recommends that you explore the workarounds that are described in this article before you install the &lt;A href="http://support.microsoft.com/default.aspx?kbid=832894"&gt;832894&lt;/A&gt; security update. For additional information about the 832894 security update, visit the following Microsoft Web site:&lt;BR&gt;&lt;A href="http://www.microsoft.com/technet/security/Bulletin/MS04-004.asp"&gt;http://www.microsoft.com/technet/security/Bulletin/MS04-004.asp&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"&lt;EM&gt;Yes, that patch has broken our small SSL Single Sign on system!&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;Our site was designed with standards in mind (&lt;A href="http://www.faqs.org/rfcs/rfc2617.html"&gt;RFC 2617&lt;/A&gt;), to support even Netscape 4.x browsers, multiple platforms.. &lt;/P&gt;
&lt;P&gt;But now, &lt;STRONG&gt;a web site was dependent from a client behaviour&lt;/STRONG&gt;.. Wonderful, but unnatural.. &lt;/P&gt;
&lt;P&gt;Mozilla, Firefox, Opera, Netscape continue to support this standard.. (have you seen how much is fast Firefox?)&lt;/P&gt;
&lt;P&gt;IE has not been updated by ages but instead it loses features along the road: I call it a downgrade..&lt;/P&gt;
&lt;P&gt;Years of development must be re-thinked.. &lt;/P&gt;
&lt;P&gt;Any ideas on a small, simple single sign-on system?&lt;/P&gt;&lt;FONT face="Courier New" size=2&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=85175" width="1" height="1"&gt;</description></item><item><title>WD2000: The Italian Proofing Tools Make a Potentially Offensive Suggestion</title><link>http://weblogs.asp.net/mtrova/archive/2004/02/21/77548.aspx</link><pubDate>Sat, 21 Feb 2004 11:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:77548</guid><dc:creator>trovam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=77548</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/02/21/77548.aspx#comments</comments><description>&lt;P&gt;from: &lt;A href="http://support.microsoft.com/?kbid=811443"&gt;http://support.microsoft.com/?kbid=811443&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;When you are using Word 2000 with the Italian Proofing Tools, and you type the English word "cult", the grammar checker indicates that the phrase is grammatically incorrect. Word 2000 then displays the following message: &lt;BR&gt;&lt;/P&gt;
&lt;DIV class=errormsg&gt;Si consiglia di sostituire la parola selezionata perch&amp;#233; volgare, &lt;BR&gt;Sostituire cult con: &lt;BR&gt;sedere [ass]&lt;BR&gt;&lt;VAR&gt;Offensive word&lt;/VAR&gt;&lt;BR&gt;fortuna [luck]&lt;/DIV&gt;
&lt;P&gt;The suggested words contain a potentially offensive word. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BR&gt;
&lt;P&gt;ROTFL&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=77548" width="1" height="1"&gt;</description></item><item><title>RSSBandit</title><link>http://weblogs.asp.net/mtrova/archive/2004/01/11/57578.aspx</link><pubDate>Sun, 11 Jan 2004 18:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:57578</guid><dc:creator>trovam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=57578</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2004/01/11/57578.aspx#comments</comments><description>&lt;P&gt;My friend &lt;A href="http://loluyede.blogspot.com/2004_01_01_loluyede_archive.html#107381534788785285"&gt;Lawrence&lt;/A&gt; has accepted my suggestion to use RSSBandit, due its capacity to handle a lot of rss feeds. Now I can suggest an &lt;A href="http://thomasfreudenberg.com/blog/archive/2003/12/08/288.aspx"&gt;Outlook 2003 look&lt;/A&gt;, made by &lt;A href="http://thomasfreudenberg.com/blog/"&gt;Thomas Freudenberg&lt;/A&gt;.&lt;BR&gt;&lt;BR&gt;Next step for my weblog experience is to enable &lt;A href="http://geekswithblogs.net/jjulian/archive/2004/01/10/1211.aspx"&gt;Dottext.Web.HttpCompression&lt;/A&gt; for our small &lt;A href="http://blogs.dotmark.net/"&gt;italian .NET group&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=57578" width="1" height="1"&gt;</description></item><item><title>Microsoft, Security, and .NET</title><link>http://weblogs.asp.net/mtrova/archive/2003/08/23/25047.aspx</link><pubDate>Sat, 23 Aug 2003 09:33:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:25047</guid><dc:creator>trovam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=25047</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/08/23/25047.aspx#comments</comments><description>&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;.NET: The software platform that never was; the platform&lt;br /&gt;shift that never happened. Well, a little surprise awaits the&lt;br /&gt;disbelievers. Microsoft might have scaled back on its .NET&lt;br /&gt;advertising, but the company never stopped working to ensure that&lt;br /&gt;.NET, silently and behind the scenes, made its way into every&lt;br /&gt;important software project the company is creating.&lt;br /&gt;   Why? Because .NET applications and services can be secure by&lt;br /&gt;default. Unlike the Win32 code underlying the majority of today's&lt;br /&gt;Windows applications, the .NET Framework was designed correctly, with&lt;br /&gt;a security substructure that prevents the common security problems&lt;br /&gt;present in Win32 code. Not coincidentally, each major platform wave&lt;br /&gt;from Microsoft during the next several years will be accompanied by a&lt;br /&gt;new Visual Studio .NET release, giving .NET developers better tools&lt;br /&gt;and capabilities and keeping them up to speed with the best that&lt;br /&gt;Microsoft has to offer.&lt;br /&gt;   If you're a .NET developer today, you're playing a role in making&lt;br /&gt;computing more secure for all of us. Each .NET-based Web site,&lt;br /&gt;service, and application is just one more small step toward this more&lt;br /&gt;secure future. If you're a consumer, picking .NET services and&lt;br /&gt;applications over alternatives is a vote for better security going&lt;br /&gt;forward. It's a future that all of us, as Microsoft customers and&lt;br /&gt;technology consumers, should face willingly.&lt;br /&gt;&lt;br /&gt;[ Paul Thurrott, &lt;a href="mailto:thurrott@winnetmag.com"&gt;thurrott@winnetmag.com&lt;/a&gt; ]&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=25047" width="1" height="1"&gt;</description></item><item><title>Status: This behavior is by design.</title><link>http://weblogs.asp.net/mtrova/archive/2003/07/10/9923.aspx</link><pubDate>Thu, 10 Jul 2003 12:15:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9923</guid><dc:creator>trovam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=9923</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/07/10/9923.aspx#comments</comments><description>&lt;img src="http://www.dotmark.net/public/angry_smile.gif" /&gt;&lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9923" width="1" height="1"&gt;</description></item><item><title>INFO: SSAFE: Renames and Deletions Not Supported for Source Code Control Through the Visual Studio .NET IDE</title><link>http://weblogs.asp.net/mtrova/archive/2003/07/07/9774.aspx</link><pubDate>Mon, 07 Jul 2003 11:44:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9774</guid><dc:creator>trovam</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=9774</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/07/07/9774.aspx#comments</comments><description>&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;The MSSCCI interface that Visual Studio .NET uses to integrate with Microsoft Visual SourceSafe does not support renames or deletes. Renames or deletions that are made within Visual SourceSafe do not propagate to the Visual Studio .NET integrated development environment (IDE) until a Get Latest Version is performed.&lt;/p&gt;
&lt;p&gt;This is also true if an item is renamed or deleted within the Visual Studio .NET IDE. The deletion or rename does not propagate to the Visual SourceSafe database. In the case of a rename, a new file with a separate history is added to Visual SourceSafe.&lt;br /&gt;&lt;br /&gt;[&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q305516"&gt;Q305516&lt;/a&gt;]&lt;/p&gt;&lt;/blockquote&gt;It's a feature, not a bug! &lt;img src="http://www.dotmark.net/public/confused_smile.gif" /&gt;&lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9774" width="1" height="1"&gt;</description></item><item><title>ASP.NET Applications without Web Projects </title><link>http://weblogs.asp.net/mtrova/archive/2003/07/05/9729.aspx</link><pubDate>Sat, 05 Jul 2003 09:59:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9729</guid><dc:creator>trovam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=9729</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/07/05/9729.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://staff.develop.com/onion/"&gt;Fritz Onion&lt;/a&gt; has wrote a litte &lt;a href="http://staff.develop.com/onion/Samples/aspdotnet_without_web_projects.htm"&gt;article&lt;/a&gt; about not using Web projects to build asp.net applications:&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;The Web Project wizard in Visual Studio .NET is convenient for creating quick ASP.NET applications on your local machine, but in an effort to simplify your life, it also makes many decisions for you that are difficult to change if you need more flexibility. My biggest pet peeve with Web Projects is that you cannot even open a .sln file if the virtual directory mapping in IIS is not set up correctly. I also dislike the way it places .sln and .csproj | .vbproj files in a separate location from the actual source files (I understand that this is necessary to allow application creation directly on a server, but I never deploy that way).&lt;/p&gt;
&lt;p&gt;As a result, most of my web projects are created as standard class library projects. Unfortunately this means that you don't get the nice Web component wizards (like WebForms and UserControls). However, with a little tweaking, you can have it all.  I have prepared this document describing how to enable these wizards in class library projects (thanks to Dan Sullivan for pointing out how to do this), as well as how to convert existing Web Projects to class library projects and still keep the nice integrated debugging.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I usually modify .webinfo file to reflect current virtual/site settings.. &lt;img src="http://www.dotmark.net/public/wink_smile.gif" /&gt; &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9729" width="1" height="1"&gt;</description></item><item><title>Asp.net templating issues</title><link>http://weblogs.asp.net/mtrova/archive/2003/06/22/9108.aspx</link><pubDate>Sun, 22 Jun 2003 17:31:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9108</guid><dc:creator>trovam</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=9108</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/06/22/9108.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://loluyede.blogspot.com/"&gt;Lawrence&lt;/a&gt; gave me the opportunity to comment about implementing a template system in asp.net. &lt;/p&gt;
&lt;p&gt;I have evaluated a lot of template systems, from Paul Wilson's &lt;a href="http://www.aspalliance.com/PaulWilson/Articles/?id=14"&gt;MasterPages&lt;/a&gt; to commercial products like &lt;a href="http://www.xheo.com/products/webskin/"&gt;Xheo.WebSkin&lt;/a&gt;. All implemented a "static" template with custom WebControls: when page loads, it should load with that layout. &lt;/p&gt;
&lt;p&gt;But, if you want to load dinamically a WebControl with a Button and after a Button1_Click you would change the its container layout (to show a query results, for example), you can't, because &lt;font face="Courier New"&gt;Button1_Click&lt;/font&gt; fires after Page's &lt;font face="Courier New"&gt;OnInit&lt;/font&gt; event, where you call &lt;font face="Courier New"&gt;LoadControl&lt;/font&gt; and asp.net fires other necessary viewstate and postback events.. ahh, if I could temporarily change the order of these events.. ;-)&lt;/p&gt;
&lt;p&gt;Asp.net is a great programming model, but it should allow us to take place to some little hidden things.. We will wait the next version..&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9108" width="1" height="1"&gt;</description></item><item><title>Windows Server 2003 as a Workstation</title><link>http://weblogs.asp.net/mtrova/archive/2003/06/21/9072.aspx</link><pubDate>Sat, 21 Jun 2003 09:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9072</guid><dc:creator>trovam</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=9072</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/06/21/9072.aspx#comments</comments><description>&lt;p&gt;When I used Windows 2003 as my development machine I first saw a performance increment. On very system reinstall registry is not so "fat" and you don't have a lot startup programs..&lt;/p&gt;
&lt;p&gt;But &lt;a href="http://www.osnews.com"&gt;osnews.com&lt;/a&gt; in &lt;a href="http://www.osnews.com/story.php?news_id=3655"&gt;Windows Server 2003 as a Workstation: Great, But Not Unconditionally&lt;/a&gt; confirmed me with numbers and comparing with other os.&lt;/p&gt;
&lt;p&gt;A new life for my IBM T22.. ;-)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9072" width="1" height="1"&gt;</description></item><item><title>First entry</title><link>http://weblogs.asp.net/mtrova/archive/2003/06/20/9047.aspx</link><pubDate>Fri, 20 Jun 2003 14:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9047</guid><dc:creator>trovam</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/mtrova/rsscomments.aspx?PostID=9047</wfw:commentRss><comments>http://weblogs.asp.net/mtrova/archive/2003/06/20/9047.aspx#comments</comments><description>&lt;p&gt;Scott has just activate this account and I am impressed of the backend of &lt;a href="http://weblogs.asp.net"&gt;http://weblogs.asp.net&lt;/a&gt; which is better than one of &lt;a href="http://www.dotmark.net"&gt;my&lt;/a&gt; italian weblog.. ;-) &lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9047" width="1" height="1"&gt;</description></item></channel></rss>