<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devpinoy.org/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">M3X Interface</title><subtitle type="html">a look into my developers scratchpad</subtitle><id>http://devpinoy.org/blogs/trashvin/atom.aspx</id><link rel="alternate" type="text/html" href="http://devpinoy.org/blogs/trashvin/default.aspx" /><link rel="self" type="application/atom+xml" href="http://devpinoy.org/blogs/trashvin/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2007-04-25T02:35:00Z</updated><entry><title>Automatic Properties and Object Initializers in .Net 3.5</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/05/16/automatic-properties-and-object-initializers-in-net-3-5.aspx" /><id>/blogs/trashvin/archive/2008/05/16/automatic-properties-and-object-initializers-in-net-3-5.aspx</id><published>2008-05-16T17:48:00Z</published><updated>2008-05-16T17:48:00Z</updated><content type="html">&lt;p&gt;With the release of .Net 3.5 alongside with Visual Studio 2008 , new
enhancements was again introduced . Some maybe well pronounced such as
the inclusion of WCF, WPF , LINQ in .Net 3.0 and some just came
unnoticed. If you have been accustomed of using a particular method or
technique in implementing a certain code in .Net 2.0 , because of
backward compatibility , you may not even notice that there are new
ways of implementing it in .Net 3.5.&lt;br /&gt;&lt;br /&gt;Here are two new concepts in .Net 3.5 that a developer may not notice ( at least in my opinion ) : &lt;span style="font-weight:bold;"&gt;Automatic Properties&lt;/span&gt; and O&lt;span style="font-weight:bold;"&gt;bject Initializers&lt;/span&gt;
. To illustrate these two , I am going to present the pre-.Net 3.5 way
(.Net 2.0) and the .Net 3.5 way in creating a simple class with simple
properties.&lt;/p&gt;&lt;p&gt;&lt;a href="http://trashvin.blogspot.com/2008/05/automatic-properties-and-object.html"&gt;Read More on this Article&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=24887" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="C#" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/C_2300_/default.aspx" /><category term="Visual Studio 2008" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Visual+Studio+2008/default.aspx" /></entry><entry><title>C# or VB.Net</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/16/c-or-vb-net.aspx" /><id>/blogs/trashvin/archive/2008/04/16/c-or-vb-net.aspx</id><published>2008-04-16T14:50:00Z</published><updated>2008-04-16T14:50:00Z</updated><content type="html">&lt;p&gt;im curious of what are the preferences of developers . i can recall some friends sharing their experiences on interviews answering questions like &amp;quot; why C# not VB ?&amp;quot; or vice versa . im a c# guy and i love the language . but i dont know what language do you prefer . i know they make use of the same .net framework but what are the differences , the pros and cons of using them, and project types where one language is more suited than the other .&lt;/p&gt;&lt;p&gt;&lt;a href="http://trashvin.blogspot.com/2008/04/c-or-vbnet.html"&gt;join the poll and leave a comment to support your side .&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;maraming salamat . &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=21874" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="C#" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/C_2300_/default.aspx" /><category term="VB.NET" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/VB.NET/default.aspx" /></entry><entry><title>CopySourceAsHTML for VS2008</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/12/copysourceashtml-for-vs2008.aspx" /><id>/blogs/trashvin/archive/2008/04/12/copysourceashtml-for-vs2008.aspx</id><published>2008-04-12T15:35:00Z</published><updated>2008-04-12T15:35:00Z</updated><content type="html">&lt;p&gt;For a tech blogger who wants to show off a lot of codes , the gruesome
process of Ctrl+C and Ctrl+V may not be of big help . Why? Because your
blog may not be WYSIWYG and the pasted code just mess up your post .
Then came CopySourceAsHTML for Visual Studio developers . Sleek and
handy , just copy the code from your editor and paste it to your blog
as HTML with all the CSS embedded in it to copy even the color schemes
of the editor . Cool right? Well, the installer works only for Visual
Studio 2005 !!!! And if your a developer working now on Visual Studio
2008 ( obviously I am ) , you dont have the capability to do that
easily .&lt;/p&gt;&lt;p&gt;&lt;a href="http://trashvin.blogspot.com/2008/04/copysourceashtml-for-visual-studio-2008.html"&gt;Read More on this LINK.&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=21206" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Visual Studio 2008" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Visual+Studio+2008/default.aspx" /><category term="Tools" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Tools/default.aspx" /></entry><entry><title>Sharepoint 2007 Issues , Limitations and Concerns</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/06/sharepoint-2007-issues-limitations-and-concerns.aspx" /><id>/blogs/trashvin/archive/2008/04/06/sharepoint-2007-issues-limitations-and-concerns.aspx</id><published>2008-04-06T16:23:00Z</published><updated>2008-04-06T16:23:00Z</updated><content type="html">&lt;p&gt;&amp;nbsp;On three different projects , I was exposed to a new product being
marketed by Microsft , Microsoft Office Sharepoint Server 2007 (MOSS
2007) . More particularly , I was into the Business Data Catalog
functionality where I was tasked to retrieve data from third party
software and display it on a MOSS Portal . &lt;a href="http://trashvin.blogspot.com/2008/04/sharepoint-2007-issues-limitations-and.html"&gt;&lt;u&gt;Here are some issues that I
stumbled upon...&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=20239" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Moss" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Moss/default.aspx" /></entry><entry><title>VSTO CommandBar FaceId property reference</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/06/vsto-commandbar-faceid-property-reference.aspx" /><id>/blogs/trashvin/archive/2008/04/06/vsto-commandbar-faceid-property-reference.aspx</id><published>2008-04-06T15:08:00Z</published><updated>2008-04-06T15:08:00Z</updated><content type="html">&lt;p&gt;i was working a few weeks back on an Outlook 2007 OBA application which
involved creating a custom menu to enable user interaction ( a
candidate for a post maybe later ) . one of the UI issue i have to deal
with is to assign face id prperty to the menu items to make it sexy . &lt;a href="http://trashvin.blogspot.com/2008/04/vsto-command-bar-face-id-property.html"&gt;Read this article&lt;/a&gt; . &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=20225" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="C#" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/C_2300_/default.aspx" /><category term="Visual Studio 2008" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Visual+Studio+2008/default.aspx" /><category term="VSTO" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/VSTO/default.aspx" /><category term="Outlook" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Outlook/default.aspx" /></entry><entry><title>Model View Presenter</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/03/model-view-presenter.aspx" /><id>/blogs/trashvin/archive/2008/04/03/model-view-presenter.aspx</id><published>2008-04-03T16:31:00Z</published><updated>2008-04-03T16:31:00Z</updated><content type="html">&lt;p&gt;Here is a link to an article about the model view presenter design
pattern . The article was created by one of the gurus in the field , Rod Cerrada.&lt;/p&gt;&lt;p&gt;&lt;a href="http://trashvin.blogspot.com/2008/04/model-view-presenter-from-gurus-point.html"&gt;&amp;nbsp;Read More on this Article.&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=19826" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Design Patterns" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Design+Patterns/default.aspx" /><category term="Model View Presenter" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Model+View+Presenter/default.aspx" /></entry><entry><title>Flipping on the Linux Switch</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/03/flipping-on-the-linux-switch.aspx" /><id>/blogs/trashvin/archive/2008/04/03/flipping-on-the-linux-switch.aspx</id><published>2008-04-03T16:30:00Z</published><updated>2008-04-03T16:30:00Z</updated><content type="html">&lt;p&gt;&amp;nbsp;Recently , i bumped on to a site and what struck me most is its title
&amp;quot;Flipping the Linux Switch&amp;quot; . There are two words that made be stop and
read about the article &amp;quot;Linux&amp;quot; and &amp;quot;Switch&amp;quot;. It reminded me a few years
back when i was the network administrator of a &lt;a href="http://www.uslt.edu.ph/"&gt;university&lt;/a&gt;. I was part of the team that made the &lt;a href="http://trashvin.blogspot.com/2007/12/open-source-on-cicm-schools.html"&gt;first move towards open source integration&lt;/a&gt;
not only to the university but to the whole CICM schools in the
Philippines. Most of the plans were focused on the shift from Microsoft
based computing to Linux based computing. A move that may take several
years before properly implemented. The main reason why it needs several
years of transition is its effect on the overall efficiency of the
workforce because of the sudden change in IT infrastructure. This means
long hours of trainings and orientation .&lt;/p&gt;&lt;p&gt;&lt;a href="http://trashvin.blogspot.com/2008/03/flipping-linux-switch.html"&gt;Read More of this Article&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=19825" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="LINUX" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/LINUX/default.aspx" /></entry><entry><title>Is it the right time to quit your job?</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2008/04/03/is-it-the-right-time-to-quit-your-job.aspx" /><id>/blogs/trashvin/archive/2008/04/03/is-it-the-right-time-to-quit-your-job.aspx</id><published>2008-04-03T16:22:00Z</published><updated>2008-04-03T16:22:00Z</updated><content type="html">&lt;p&gt;Everyone of us who works in a dynamic IT industry , in some way or the other , been thinking about pursuing another job in another company or may have lost interest to their current work . I myself is in the process of evaluating everything , trying to make sure that whatever I will do to my career is well planned and accounted for .&lt;/p&gt;&lt;p&gt;In relations to resign patterns , i have been in a dilemna of trying to
decide when is the best time to leave my current job . Like any
somewhat-geek would do , i called my bestfriend , Mr. Google.
Generously , like he always does ,he gave me a series of points to
ponder from different sites . Read on and ask yourself , &amp;quot;Have I seen
these signs?&amp;quot;.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;a href="http://trashvin.blogspot.com/2008/03/signs-to-look-for-when-to-leave-your.html"&gt;Read More of these artcle.&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=19824" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Jobs" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Jobs/default.aspx" /></entry><entry><title>blogging with word 2007</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/12/19/blogging-with-word-2007.aspx" /><id>/blogs/trashvin/archive/2007/12/19/blogging-with-word-2007.aspx</id><published>2007-12-19T02:17:00Z</published><updated>2007-12-19T02:17:00Z</updated><content type="html">&lt;p&gt;one nice thing I learned is that word 2007 supports blogging. two years ago I used a similar pluggin called word for bloggers and it was a great help, now it&amp;#39;s integrated to word. that&amp;#39;s good news to all you bloggers out there. creating blogs could be easier with all the features that word 2007 has to offer. i mean spelling correction , grammar stuffs and others you would like blog editors must have.&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://trashvin.blogspot.com/2007/12/word-2007-supports-blogging.html"&gt;read&amp;nbsp; more on this &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note: I havent tried hooking word 2007 with Devpinoy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=15881" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author></entry><entry><title>My "Software Development Life Cycle"</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/12/19/my-quot-software-development-life-cycle-quot.aspx" /><id>/blogs/trashvin/archive/2007/12/19/my-quot-software-development-life-cycle-quot.aspx</id><published>2007-12-19T02:14:00Z</published><updated>2007-12-19T02:14:00Z</updated><content type="html">&lt;p&gt;Sometimes we are so busy cranking codes and debugging apps that we fail to stop even just for a bit to look around us and find relationship to our works. Eversince I entered the IT industry , an 8 hour work schedule is never enough to keep track with IT changes. You study a new technology , once you&amp;#39;re done and ready to make use of it a new comes along. Isn&amp;#39;t it a tiring process? In between these infinite loops of a developers daily life, i usually stare at some of photos of my son and came up with a picture of how I look at my life now as a developer in the persona of my child . &lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://trashvin.blogspot.com/2007/12/my-software-development-life-cycle.html"&gt;Read on and take a peek at marvins software development life cycle.&lt;br /&gt;&lt;/p&gt;&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=15880" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author></entry><entry><title>renaming default namespace of a VSTO project in VS2008</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/12/19/renaming-default-namespace-of-a-vsto-project-in-vs2008.aspx" /><id>/blogs/trashvin/archive/2007/12/19/renaming-default-namespace-of-a-vsto-project-in-vs2008.aspx</id><published>2007-12-19T02:09:00Z</published><updated>2007-12-19T02:09:00Z</updated><content type="html">&lt;p&gt;So here is the scenario , you are starting a VSTO project and decided that your default namespace is ExcelAddInTesterApp . You created the project and started coding the project. After several days , your boss called and said &amp;quot;hey marvin , make use of this namespace OurCompany.ExcelAddInTesterApp , we have to add our company name to it got it?&amp;quot; . You get back to your machine thinking its just a simple property just like any project you&amp;#39;ve been working on. So you right clicked the VSTO project and hit properties . Boom! What the F@#$? The default namespace textbox is disabled!!!!&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://trashvin.blogspot.com/2007/12/renaming-default-namespaces-for-vsto.html"&gt;Read More for the solution....&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=15879" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Visual Studio 2008" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Visual+Studio+2008/default.aspx" /><category term="VSTO" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/VSTO/default.aspx" /></entry><entry><title>what do you look for in a job?</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/12/02/what-do-you-look-for-in-a-job.aspx" /><id>/blogs/trashvin/archive/2007/12/02/what-do-you-look-for-in-a-job.aspx</id><published>2007-12-02T08:07:00Z</published><updated>2007-12-02T08:07:00Z</updated><content type="html">&lt;p&gt;i just moved to a new workplace , now i have seen the difference on how the system works. the new job is good . the pay is far more than what i receive in my previous job. the projects are great and chanllenging and the athmosphere is friendly. maybe im just curious on what other pinoy developers would be considering when looking for the right job . there are 4 things that i could generally think off ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Good pay , Job security , Provides professional growth , High profile projects&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://trashvin.blogspot.com/" target="_blank"&gt;JOIN THE POLL HERE&lt;/a&gt;. you can provide new considerations, that would be much appreciated.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=15415" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Jobs" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Jobs/default.aspx" /></entry><entry><title>VSTO and VS2008 release edition</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/11/30/vsto-and-vs2008-release-edition.aspx" /><id>/blogs/trashvin/archive/2007/11/30/vsto-and-vs2008-release-edition.aspx</id><published>2007-11-30T20:17:00Z</published><updated>2007-11-30T20:17:00Z</updated><content type="html">&lt;p&gt;just last week our company already had the licensed copy of visual studio 2008. we have to use it right away to migrate some projects that we developed using the beta 2 release . the look and feel did not change a bit but i bet there are a lot of changes that are waiting to be discovered . here are some changes that we came accros when using VSTO SE with VS2008..&lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://trashvin.blogspot.com/2007/11/visual-studio-2008.html"&gt;read my post here&lt;/a&gt;...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=15387" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Visual Studio 2008" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Visual+Studio+2008/default.aspx" /></entry><entry><title>Error 213008 on ISA 2004</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/05/03/error-213008-on-isa-2004.aspx" /><id>/blogs/trashvin/archive/2007/05/03/error-213008-on-isa-2004.aspx</id><published>2007-05-03T05:16:00Z</published><updated>2007-05-03T05:16:00Z</updated><content type="html">&lt;p&gt;The worst time your system bugs down is during peak hours. We have this enrollment thing going on an out of nothing ISA suddenly stops and refuses to start. ISA plays a major role in the system, it is where the SQL , DNS, DHCP and other important services are being published , thus a system without ISA in our system simply&amp;nbsp; halts the whole system. The only thing Windows is telling me is its error 213008 , which when searched in the almighty google , the main remedy is on reinstallation. I am having some hesitations on reinstalling it at first but i have to restore everything in 30 minutes. After several reading, i backed up my configuration, placed the installation CD on the drive and did the repair. In a matter of few minutes the system is back to where it was before the problem. &lt;a class="" href="http://forums.isaserver.org/m_240002600/mpage_1/key_/tm.htm#2002011270"&gt;Here&lt;/a&gt; is a link to the forum i was reading.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=9447" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="ISA 2004" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/ISA+2004/default.aspx" /></entry><entry><title>OWA.....</title><link rel="alternate" type="text/html" href="/blogs/trashvin/archive/2007/04/25/owa.aspx" /><id>/blogs/trashvin/archive/2007/04/25/owa.aspx</id><published>2007-04-25T01:35:00Z</published><updated>2007-04-25T01:35:00Z</updated><content type="html">&lt;p&gt;New task , new problems , new solutions... Playing around our ftp site , i tried enforcing security by disabling anonymous access. Unfortunately when i tried to enable it again i have to provide the password for the account to be used. The old admin , my friend, did not inform me about it so i ended up resetting the password. The ftp went fine, but our Outlook Web Access went erratic . After some reading i came accross this article from microsoft on Exchange and OWA ( &lt;a class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=105CAF81-9A3A-469F-9014-EEDF45F8EB92&amp;amp;displaylang=en" target="_blank"&gt;read&lt;/a&gt;). In the end i fopund out that the anonymous access set in IIS for our OWA was still using the old password, changing it to the new one solved the problem....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=9283" width="1" height="1"&gt;</content><author><name>trashVin</name><uri>http://devpinoy.org/members/trashVin/default.aspx</uri></author><category term="Microsoft Outlook web Access" scheme="http://devpinoy.org/blogs/trashvin/archive/tags/Microsoft+Outlook+web+Access/default.aspx" /></entry></feed>