<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Abdul Rafay's BizTalk Blog</title>
	<atom:link href="http://abdulrafaysbiztalk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abdulrafaysbiztalk.wordpress.com</link>
	<description>My experiences with BizTalk related to architecture, development and performance in my enterprise.</description>
	<lastBuildDate>Tue, 14 May 2013 05:07:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='abdulrafaysbiztalk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/277146f8ae3c992a8a4e244d4333224d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Abdul Rafay's BizTalk Blog</title>
		<link>http://abdulrafaysbiztalk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://abdulrafaysbiztalk.wordpress.com/osd.xml" title="Abdul Rafay&#039;s BizTalk Blog" />
	<atom:link rel='hub' href='http://abdulrafaysbiztalk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Publishing Windows Azure Solutions from VS2012</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2012/09/07/publishing-windows-azure-solutions-from-vs2012/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2012/09/07/publishing-windows-azure-solutions-from-vs2012/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 16:09:08 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/?p=601</guid>
		<description><![CDATA[I will publish the MVC 4 solution which we created in the previous post to the Windows Azure. You should have a Windows Azure account from http://www.windowsazure.com. Once you have got your account after entering the payment information and selecting your subscription you can see the Windows Azure portal as below. To deploy our application [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=601&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I will publish the MVC 4 solution which we created in the previous post to the Windows Azure. You should have a Windows Azure account from <a href="http://www.windowsazure.com">http://www.windowsazure.com</a>. Once you have got your account after entering the payment information and selecting your subscription you can see the Windows Azure portal as below.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/11.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="1" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/1_thumb1.png?w=644&#038;h=317" alt="1" width="644" height="317" border="0" /></a></p>
<p>To deploy our application to Windows Azure we would require the following steps.</p>
<p>1- Create a new Hosted Service.<br />
2- Create a new Storage Storage Account.<br />
3- Create and configuring management Certificates.<br />
4- Pre-publishing steps.<br />
5- Publishing the solution from Visual Studio 2012.<br />
6- Changing runtime configurations after deployment (Not mandatory for publishing)</p>
<h1>1- Create a new Hosted Service</h1>
<p>To deploy our application containing a Web and a Worker role we would need Storage Service and Hosted Service. First we would create a Hosted Service which is to host our Web and Worker role services. Click on <strong>New Hosted Service</strong> and the below popup would open. In the dialog you can choose a subscription and enter the name of your Hosted Service. Choose a URL prefix for your service I am naming it HelloWorldAzureAbdul. For the solution I am creating and affinity group which is going to have my Hosted Service in the East Asia Data Center region.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/21.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="2" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/2_thumb1.png?w=644&#038;h=345" alt="2" width="644" height="345" border="0" /></a>  <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/31.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="3" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3_thumb1.png?w=644&#038;h=345" alt="3" width="644" height="345" border="0" /></a></p>
<p>Choose Do not deploy and click OK. You can see in the Hosted Services we have a Hosted Service called &#8220;HelloWorldAzureAbdul” which we created.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/41.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="4" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/4_thumb1.png?w=644&#038;h=345" alt="4" width="644" height="345" border="0" /></a>  <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/51.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="5" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/5_thumb1.png?w=644&#038;h=345" alt="5" width="644" height="345" border="0" /></a></p>
<h1>2- Create a new Storage Storage Account</h1>
<p>To create a new storage account go to “<strong>Storage Accounts</strong>” and then on the top click “<strong>New Storage Account</strong>”. In the dialog give choose a subscription and enter the URL. I will enter the same URL <strong>helloworldazureabdul</strong> and choose the affinity group which was created in Step 1. Click OK and then you can see that the new Storage Account is created.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/storageacctcropped.png"><img class="alignnone size-medium wp-image-609" title="StorageAcctCropped" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/storageacctcropped.png?w=644" alt="" width="644" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/storageaffililationcropped.png"><img class="alignnone size-full wp-image-608" title="StorageAffililationCropped" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/storageaffililationcropped.png?w=630&#038;h=282" alt="" width="630" height="282" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/32.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="3" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3_thumb2.png?w=644&#038;h=345" alt="3" width="644" height="345" border="0" /></a></p>
<h1>3- Create and configuring management Certificates.</h1>
<p>To enable Visual Studio deploy the solution to my Windows Azure solutions we need to configure the management certificates so that I can enable my account to accept deployment from my machine which has the SSL certificate. In Visual Studio go to the Server Explorer (CTRL+W, L) where you can see the Windows Azure Compute and Windows Azure Storage Node which is installed by the Windows Azure SDK.</p>
<p>Right Click “Windows Azure Compute” and Click “Add Deployment Environment”.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/6.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="6" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/6_thumb.png?w=644&#038;h=349" alt="6" width="644" height="349" border="0" /></a></p>
<p>Since I don’t have any existing deployment environment Click “Manage”. In the Authentication Settings dialog click “New” which would ask you to create a new certificate on your local machine.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/71.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="7" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/7_thumb1.png?w=309&#038;h=165" alt="7" width="309" height="165" border="0" /></a>  <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/81.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="8" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/8_thumb1.png?w=310&#038;h=168" alt="8" width="310" height="168" border="0" /></a></p>
<p>Enter a friendly name of the certificate, I would name it “HelloWorldAzureAbdulCert” and then click OK. You can enter the name of these credentials I would name them “HelloWorldAzureAbdulAccount”. In the second textbox you need to enter your subscription ID which you can get from the portal.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/91.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="9" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/9_thumb1.png?w=305&#038;h=165" alt="9" width="305" height="165" border="0" /></a>  <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/151.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="15" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/15_thumb1.png?w=313&#038;h=168" alt="15" width="313" height="168" border="0" /></a></p>
<p>In the above dialog click “Copy the full path” of the certificate you created. Click OK and you will be able to see the Account with the Solution Environment.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/16.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="16" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/16_thumb.png?w=644&#038;h=343" alt="16" width="644" height="343" border="0" /></a></p>
<p>In the management portal go to Management Certificates and select your subscription. Then on the top click “Add Certificate”.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/111.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="11" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/11_thumb.png?w=644&#038;h=313" alt="11" width="644" height="313" border="0" /></a></p>
<p>Click Browse to upload the certificate from your local PC. Since we already copied the full path of the certificate created we can just paste it and click Open.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/121.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="12" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/12_thumb.png?w=644&#038;h=313" alt="12" width="644" height="313" border="0" /></a></p>
<p>Click Ok and then in the portal you will be able to see the uploaded certificate.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/131.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="13" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/13_thumb1.png?w=289&#038;h=144" alt="13" width="289" height="144" border="0" /></a>  <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/14.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="14" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/14_thumb.png?w=332&#038;h=165" alt="14" width="332" height="165" border="0" /></a></p>
<h1>4- Pre-publishing steps</h1>
<p>Before publishing the application to the cloud we need to make sure about the dependencies that are locally present on the machine but they won’t be available in the cloud. We need to check for the referenced assemblies connection strings and application configurations. If there are any third party assemblies or your local project assemblies so set the Copy Local property of the assemblies to True.</p>
<p>If you look at the worker and web role settings in the Windows Azure project it is having connection strings being used by diagnostics so you can uncheck the option to remove these diagnostic connection strings so that there are no dependencies.</p>
<h1>5- Publishing from Visual Studio 2012</h1>
<p>Now that everything is set up we can publish the solution to the cloud from VS. Right click the Windows Azure project and then click Publish. It will open the Windows Azure publish wizard in the first step Choose the subscription.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/20.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="20" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/20_thumb.png?w=644&#038;h=344" alt="20" width="644" height="344" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/211.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="21" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/21_thumb.png?w=644&#038;h=343" alt="21" width="644" height="343" border="0" /></a></p>
<p>Click Next and in the Common Settings tab choose the cloud service solution, choose the staging/production environment. In the Advanced Settings tab label the deployment and select the Storage Account. Click next to finish the publishing steps and go to the summary page.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/221.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="22" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/22_thumb.png?w=644&#038;h=344" alt="22" width="644" height="344" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/23.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="23" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/23_thumb.png?w=644&#038;h=346" alt="23" width="644" height="346" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/24.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="24" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/24_thumb.png?w=644&#038;h=345" alt="24" width="644" height="345" border="0" /></a></p>
<p>The deployment will start and the deployment progress can be seen in the Windows Azure Activity log window in Visual Studio.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/27.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="27" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/27_thumb.png?w=644&#038;h=344" alt="27" width="644" height="344" border="0" /></a></p>
<p>After sometime you can notice in the Server Explorer that the Web and Worker role VM’s are created in the staging environment of the deployment but will be in the stopped state.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/28.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="28" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/28_thumb.png?w=644&#038;h=349" alt="28" width="644" height="349" border="0" /></a></p>
<p>In the Server Explorer after some time it can be noticed that the VM’s are starting.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/29.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="29" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/29_thumb.png?w=644&#038;h=349" alt="29" width="644" height="349" border="0" /></a></p>
<p>Once the deployment is completed the status will be updated to completed and the Website URL with a GUID will be created.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/321.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="32" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/32_thumb.png?w=644&#038;h=349" alt="32" width="644" height="349" border="0" /></a></p>
<p>You can then go the the website URL generated and see the application. In the portal you can see that the solution is deployed.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/33.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="33" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/33_thumb.png?w=644&#038;h=345" alt="33" width="644" height="345" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/34.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="34" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/34_thumb.png?w=644&#038;h=345" alt="34" width="644" height="345" border="0" /></a></p>
<h1>6- Changing runtime configurations after deployment.</h1>
<p>In the previous post we added a configuration key “Message” so that it can be changed after deployment into the cloud and re-deployment can be avoided. We can change the configuration from the portal, Select the Deployment and then click Configure in the top menu. A dialog having the configuration XML will appear in which the Message value can be changed.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/36.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="36" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/36_thumb.png?w=644&#038;h=345" alt="36" width="644" height="345" border="0" /></a></p>
<p>After changing the value click OK as shown below and the changes will take effect in each instance of the web role.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/37.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="37" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/37_thumb.png?w=644&#038;h=345" alt="37" width="644" height="345" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/38.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="38" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/38_thumb.png?w=644&#038;h=345" alt="38" width="644" height="345" border="0" /></a></p>
<p>You can refresh the browser where the application in the cloud was opened and see the updated message.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/39.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="39" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/39_thumb.png?w=644&#038;h=345" alt="39" width="644" height="345" border="0" /></a></p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/windows-azure/'>Windows Azure</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/601/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/601/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=601&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2012/09/07/publishing-windows-azure-solutions-from-vs2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/1_thumb1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/2_thumb1.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3_thumb1.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/4_thumb1.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/5_thumb1.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/storageacctcropped.png" medium="image">
			<media:title type="html">StorageAcctCropped</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/storageaffililationcropped.png" medium="image">
			<media:title type="html">StorageAffililationCropped</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3_thumb2.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/6_thumb.png" medium="image">
			<media:title type="html">6</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/7_thumb1.png" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/8_thumb1.png" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/9_thumb1.png" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/15_thumb1.png" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/16_thumb.png" medium="image">
			<media:title type="html">16</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/11_thumb.png" medium="image">
			<media:title type="html">11</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/12_thumb.png" medium="image">
			<media:title type="html">12</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/13_thumb1.png" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/14_thumb.png" medium="image">
			<media:title type="html">14</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/20_thumb.png" medium="image">
			<media:title type="html">20</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/21_thumb.png" medium="image">
			<media:title type="html">21</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/22_thumb.png" medium="image">
			<media:title type="html">22</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/23_thumb.png" medium="image">
			<media:title type="html">23</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/24_thumb.png" medium="image">
			<media:title type="html">24</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/27_thumb.png" medium="image">
			<media:title type="html">27</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/28_thumb.png" medium="image">
			<media:title type="html">28</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/29_thumb.png" medium="image">
			<media:title type="html">29</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/32_thumb.png" medium="image">
			<media:title type="html">32</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/33_thumb.png" medium="image">
			<media:title type="html">33</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/34_thumb.png" medium="image">
			<media:title type="html">34</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/36_thumb.png" medium="image">
			<media:title type="html">36</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/37_thumb.png" medium="image">
			<media:title type="html">37</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/38_thumb.png" medium="image">
			<media:title type="html">38</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/39_thumb.png" medium="image">
			<media:title type="html">39</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating my first Hello World cloud solution</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2012/09/07/creating-my-first-hello-world-cloud-solution/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2012/09/07/creating-my-first-hello-world-cloud-solution/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 13:15:46 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[MVC 4 Cloud Solution]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/?p=530</guid>
		<description><![CDATA[I was very happy with the news that recently Windows Azure was available in my region which I was waiting for. So this would be my first cloud solution which I would deploy in the cloud. To start with I will make a simple MVC 4 application and deploy in the cloud using VS 2012. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=530&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was very happy with the news that recently Windows Azure was available in my region which I was waiting for. So this would be my first cloud solution which I would deploy in the cloud. To start with I will make a simple MVC 4 application and deploy in the cloud using VS 2012.</p>
<p>The Windows Azure SDK for .NET can be downloaded from <a href="http://www.windowsazure.com/en-us/develop/downloads/" target="_blank">here</a> for VS2012/VS2010. After installing the SDK you would get the Windows Azure tools and Emulator to develop and test cloud solutions locally. After installing the SDK you can see the cloud template under C# as shown below. You can see the cloud service by selecting framework 4.0 and then selecting “Windows Azure Cloud Service”.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="1" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/1_thumb.png?w=262&#038;h=157" alt="1" width="262" height="157" border="0" /></a>   <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="2" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/2_thumb.png?w=255&#038;h=157" alt="2" width="255" height="157" border="0" /></a></p>
<p>In the dialog box below you can select the different roles that are required for the cloud solution. In our scenario since we are making a simple MVC 4 application so a MVC 4 web role would be enough but to do more with the solution in the future I am adding a worker role. A web role is the front end of the azure service which can be assumed that it will be on a web server (IIS) in the cloud whereas a worker role can be assumed as a Windows Service which can be used for background processing.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="3" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3_thumb.png?w=332&#038;h=154" alt="3" width="332" height="154" border="0" /></a>   <a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="4" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/4_thumb.png?w=244&#038;h=155" alt="4" width="244" height="155" border="0" /></a></p>
<p>The web and worker roles will be renamed from the default and click OK. After that the template for MVC 4 application will appear and we will choose the internet application.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="5" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/5_thumb.png?w=337&#038;h=191" alt="5" width="337" height="191" border="0" /></a></p>
<p>As you can see in the solution there are three more projects along with the MVC 4 project. One is the Unit test project for the MVC. In the MVC project you can see that most of the files are the same but with one more additional file WebRole.cs. If you open this file you can see the entry point. This is the entry point which is going to start everything before the web application starts executing.</p>
<p>If you go to the worker project and open the WorkerRole.cs you can see the Run method and the OnStart method. The Run method will have the implementation of your code in which you can fire some events like call WCF service, monitor for storage etc.</p>
<p>The third Windows Azure project you can see a Web Role and a Worker Role configuration file. If you open the HelloWorldMvcWebRole file you can see the below configurations. In this configuration files we can specify how many web role instances we want in the cloud and the size of the VM. The VM size has different billing cost so we will specify the <strong>extra small</strong> VM since we don’t need much memory and processing. I will specify <strong>two instances</strong> for high availability and load balancing the web role.</p>
<p>In the settings tab I will add another configuration called <strong>“Message”</strong> in which I will specify a string value “Hello Windows Azure”. The advantage of this configuration is after deploying the solution in the cloud we can change the value and it would reflect in the application at runtime. Otherwise without configuration these changes would require redeployment in the cloud. So keeping these kind of settings in the configuration is an important decision while developing Azure solutions.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="7" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/7_thumb.png?w=644&#038;h=349" alt="7" width="644" height="349" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="8" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/8_thumb.png?w=644&#038;h=349" alt="8" width="644" height="349" border="0" /></a></p>
<p>If you open the ServiceConfiguration.Cloud.csfg file you can see all the settings in the XML format which we specified above in the interface.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/9.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="9" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/9_thumb.png?w=644&#038;h=349" alt="9" width="644" height="349" border="0" /></a></p>
<p>Now lets open the HelloWorldWorkerRole file and you will find the same GUI and configurations. Right now we are not doing any background processing so I will keep the <strong>instance count 1</strong> and the VM size as <strong>Extra Small</strong>.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/10.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="10" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/10_thumb.png?w=644&#038;h=349" alt="10" width="644" height="349" border="0" /></a></p>
<p>Now lets change some code in the <strong>Home Controller</strong> in the MVC Web role project as in the below screen and put a break point. We are just reading the “<strong>Message</strong>” configuration key from the Windows Azure project as shown in the code below. Lets hit F5 and run the project. Make sure that the “<strong>Compute Emulator</strong>” and the “<strong>Storage Emulator</strong>” which was installed with the SDK is started and the status is in the Running State in the task bar.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/13.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="13" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/13_thumb.png?w=644&#038;h=349" alt="13" width="644" height="349" border="0" /></a></p>
<p>The output can be seen on the browser and note the URL that it is running locally on the PC with the Windows Azure Emulators.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/15.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="15" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/15_thumb.png?w=644&#038;h=345" alt="15" width="644" height="345" border="0" /></a></p>
<p>You can open the Windows Azure Compute Emulator from the taskbar and see the deployment. You can see the two instances of the Web Role and one instance of the Worker Role as shown below. The Emulator runs on the local PC emulating the cloud and using the local storage. You can open the local store as shown below in the screen.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/17.png"><img style="border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" title="17" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/17_thumb.png?w=617&#038;h=463" alt="17" width="617" height="463" border="0" /></a></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/18.png"><img style="border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" title="18" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/18_thumb.png?w=617&#038;h=348" alt="18" width="617" height="348" border="0" /></a></p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/windows-azure/'>Windows Azure</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/mvc-4-cloud-solution/'>MVC 4 Cloud Solution</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=530&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2012/09/07/creating-my-first-hello-world-cloud-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/1_thumb.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/2_thumb.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/3_thumb.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/4_thumb.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/5_thumb.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/7_thumb.png" medium="image">
			<media:title type="html">7</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/8_thumb.png" medium="image">
			<media:title type="html">8</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/9_thumb.png" medium="image">
			<media:title type="html">9</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/10_thumb.png" medium="image">
			<media:title type="html">10</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/13_thumb.png" medium="image">
			<media:title type="html">13</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/15_thumb.png" medium="image">
			<media:title type="html">15</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/17_thumb.png" medium="image">
			<media:title type="html">17</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/09/18_thumb.png" medium="image">
			<media:title type="html">18</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk 2010 Cookbook Released</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2012/04/09/biztalk-2010-cookbook-released/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2012/04/09/biztalk-2010-cookbook-released/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 10:12:54 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk 2010]]></category>
		<category><![CDATA[BizTalk 2010 Cookbook]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/?p=501</guid>
		<description><![CDATA[I am very happy to announce that BizTalk 2010 Cookbook written by a great MVP Steef Jan is released. He has done a marvelous job writing this book, the contents of the book can be viewed at Packt Website. The book is mainly for Developers and Administrators who can gain their knowledge in Development, Maintaining, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=501&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I am very happy to announce that <a href="http://www.packtpub.com/biztalk-server-2010-for-developers-and-administrators-cookbook/book" target="_blank">BizTalk 2010 Cookbook</a> written by a great MVP <a href="http://soa-thoughts.blogspot.com/" target="_blank">Steef Jan</a> is released.</p>
<p>He has done a marvelous job writing this book, the contents of the book can be viewed at <a href="http://www.packtpub.com/biztalk-server-2010-for-developers-and-administrators-cookbook/book" target="_blank">Packt Website</a>.</p>
<p>The book is mainly for Developers and Administrators who can gain their knowledge in Development, Maintaining, Monitoring &amp; Deployment of BizTalk Solutions. The book has step by step implementations (recipe) of BizTalk Solutions which follows industry best practices &amp; patterns.</p>
<p>I had the honor to be one of the official technical reviewer of the book along with <a href="http://biztalkmessages.vansplunteren.net/" target="_blank">Randal van Splunteren</a>, <a href="http://sandroaspbiztalkblog.wordpress.com/" target="_blank">Sandro Pereira</a> &amp; <a href="http://blog.brauwers.nl/" target="_blank">Rene Brauwers</a> </p>
<p>I have enjoyed reviewing the book specially the recipes related to Monitoring and deployment, of which most of the developers and administrators are unaware.</p>
<p>Congratulations Steef, it has been an outstanding effort from you authoring the book so well.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/04/biztalk2010cookbook.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="BizTalk2010Cookbook" border="0" alt="BizTalk2010Cookbook" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/04/biztalk2010cookbook_thumb.png?w=357&#038;h=438" width="357" height="438" /></a></p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk-2010/'>BizTalk 2010</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-2010-cookbook/'>BizTalk 2010 Cookbook</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/501/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/501/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=501&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2012/04/09/biztalk-2010-cookbook-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/04/biztalk2010cookbook_thumb.png" medium="image">
			<media:title type="html">BizTalk2010Cookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk Server MVP 2012</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2012/01/03/biztalk-server-mvp-2012/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2012/01/03/biztalk-server-mvp-2012/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 18:49:22 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[MVP 2012]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/?p=494</guid>
		<description><![CDATA[So another year starts with a great news from Microsoft. I would like to thank Microsoft, my fellow MVPs, my MVP Lead-Ruari Plint, community members and my wife. Thank you all for your support without you people this would not be possible. Hope this year brings the same success to me as the previous years. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=494&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>So another year starts with a great news from Microsoft. I would like to thank Microsoft, my fellow MVPs, my MVP Lead-Ruari Plint, community members and my wife. Thank you all for your support without you people this would not be possible.</p>
<p>Hope this year brings the same success to me as the previous years. Happy New Year to everyone.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2012/01/mvp_horizontal_fullcolor.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="MVP_Horizontal_FullColor" src="http://abdulrafaysbiztalk.files.wordpress.com/2012/01/mvp_horizontal_fullcolor_thumb.png?w=244&#038;h=101" alt="MVP_Horizontal_FullColor" width="244" height="101" border="0" /></a></p>
<p>I used to wait for the news on the new year but this time I was really busy and my family reminded me of the award renewal date. So today I just checked my inbox for the email from Microsoft.</p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk/'>BizTalk</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/mvp-2012/'>MVP 2012</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/494/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/494/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=494&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2012/01/03/biztalk-server-mvp-2012/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2012/01/mvp_horizontal_fullcolor_thumb.png" medium="image">
			<media:title type="html">MVP_Horizontal_FullColor</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk 2010 Web Console</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2011/10/01/biztalk-2010-web-console/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2011/10/01/biztalk-2010-web-console/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 22:57:05 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk Web Console]]></category>
		<category><![CDATA[BizTalk 2009 Web Console]]></category>
		<category><![CDATA[BizTalk 2010 Web Console]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/2011/10/01/biztalk-2010-web-console/</guid>
		<description><![CDATA[I am very glad to announce the BizTalk Web Console version which is published on codeplex (http://btswebconsole.codeplex.com/) for public now. The demand for the web version of the BizTalk Administration console has been around by the community so I decided to develop it. Project Description BizTalk 2010 Web Console allows administrators/operators to perform operations below [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=487&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I am very glad to announce the BizTalk Web Console version which is published on codeplex (<a title="http://btswebconsole.codeplex.com/" href="http://btswebconsole.codeplex.com/">http://btswebconsole.codeplex.com/</a>) for public now.</p>
<p>The demand for the web version of the BizTalk Administration console has been around by the community so I decided to develop it. </p>
<p><strong>Project Description</strong>     <br />BizTalk 2010 Web Console allows administrators/operators to perform operations below from the browser.</p>
<ul>
<li>Stop/Start/Restart Host Instances </li>
<li>View Status of Service Instances by applying queries to the group. </li>
<li>Stop/Start/Unenlist Orchestrations, Send Ports and Send Port Group </li>
<li>Stop/Start Receive Locations </li>
</ul>
<ul>It works on Single/Multi-Server environment and has been tested on BizTalk Server 2009 and BizTalk Server 2010.</ul>
<ul>To deploy the application check the <a href="http://btswebconsole.codeplex.com/documentation" target="_blank">release notes</a> on codeplex.</ul>
<p><strong>Demo </strong></p>
<p><img src="http://abdulrafaysbiztalk.files.wordpress.com/2011/10/demo1.jpg?w=630" /></p>
<p>&#160;</p>
<p><img src="http://abdulrafaysbiztalk.files.wordpress.com/2011/10/demo2.jpg?w=630" /></p>
<p><img src="http://abdulrafaysbiztalk.files.wordpress.com/2011/10/demo3.jpg?w=630" /></p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk-web-console/'>BizTalk Web Console</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-2009-web-console/'>BizTalk 2009 Web Console</a>, <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-2010-web-console/'>BizTalk 2010 Web Console</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=487&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2011/10/01/biztalk-2010-web-console/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/10/demo1.jpg" medium="image" />

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/10/demo2.jpg" medium="image" />

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/10/demo3.jpg" medium="image" />
	</item>
		<item>
		<title>Passed BizTalk 2010 Exam (70-595)</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2011/07/31/passed-biztalk-2010-exam-70-595/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2011/07/31/passed-biztalk-2010-exam-70-595/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 10:14:00 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk 2010]]></category>
		<category><![CDATA[BizTalk Server 2010 Exam]]></category>
		<category><![CDATA[MCTS 70-595]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/2011/07/31/passed-biztalk-2010-exam-70-595/</guid>
		<description><![CDATA[Yesterday I passed BizTalk 2010 Exam – 70-595 (TS: Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010) which was released on 30 March 2011. The questions were interesting and most of the questions were quite easy and I was able to answer them from my experience. Apart from my professional projects [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=475&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yesterday I passed BizTalk 2010 Exam – <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-595" target="_blank">70-595 (TS: Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010)</a> which was released on 30 March 2011. The questions were interesting and most of the questions were quite easy and I was able to answer them from my experience. Apart from my professional projects I have learnt a lot from participating in the MSDN forums that is why the exam questions were quite familiar.</p>
<p>Because I read the NDA I can’t tell the level of simplicity <img class="wlEmoticon wlEmoticon-smile" style="border-style:none;" src="http://abdulrafaysbiztalk.files.wordpress.com/2011/07/wlemoticon-smile.png?w=630" alt="Smile" /> Well I prepared a lot for EDI and RFID and I was a bit better than before. For the rest of the sections I didn’t had to prepare as I could answer them easily. In my opinion anyone working for 3+ years can pass the exam.</p>
<p>I have passed BizTalk 2006 and BizTalk 2006 R2 previously but they were retired on 30 June 2011.</p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk-2010/'>BizTalk 2010</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-server-2010-exam/'>BizTalk Server 2010 Exam</a>, <a href='http://abdulrafaysbiztalk.wordpress.com/tag/mcts-70-595/'>MCTS 70-595</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=475&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2011/07/31/passed-biztalk-2010-exam-70-595/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/07/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>Passed BizTalk 2006 R2 exam (70-241)</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2011/05/22/passed-biztalk-2006-r2-exam-70-241/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2011/05/22/passed-biztalk-2006-r2-exam-70-241/#comments</comments>
		<pubDate>Sun, 22 May 2011 17:21:56 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BizTalk Server 2006 R2 exam]]></category>
		<category><![CDATA[MCTS 70-241]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/2011/05/22/passed-biztalk-2006-r2-exam-70-241/</guid>
		<description><![CDATA[I know I am late (probably will be the last) in taking BizTalk 2006 R2 (70-241) exam (Released in October 2009) and will be now retired on June 30 2011 with BizTalk 2006 (70-235) which I passed in June 2008. So I am heads up with BizTalk 2010 (70-595) exam which just released on March [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=470&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I know I am late (probably will be the last) in taking <a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-241&amp;locale=en-us" target="_blank">BizTalk 2006 R2 (70-241)</a> exam (Released in October 2009) and will be now retired on June 30 2011 with <a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-235&amp;locale=en-us" target="_blank">BizTalk 2006 (70-235)</a> which I passed in June 2008. So I am heads up with <a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-595&amp;locale=en-us" target="_blank">BizTalk 2010 (70-595)</a> exam which just released on March 30 2011 and will be taking it next week. Hope to pass that too!</p>
<p>So my passion for BizTalk compelled me to register for BizTalk 2006 R2 exam with BizTalk 2010. Even though it is retiring it was worth taking BizTalk R2 because no one is perfect and I was able to discover my weakness in BizTalk extended capabilities (RFID, AS2, EDI). So when preparing for BizTalk 2010 I am focusing on EDI and RFID which also helped me in BizTalk 2006 R2 exam.</p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk/'>BizTalk</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-server-2006-r2-exam/'>BizTalk Server 2006 R2 exam</a>, <a href='http://abdulrafaysbiztalk.wordpress.com/tag/mcts-70-241/'>MCTS 70-241</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/470/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=470&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2011/05/22/passed-biztalk-2006-r2-exam-70-241/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>
	</item>
		<item>
		<title>MSDTC errors when BizTalk Cluster is destroyed</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2011/05/15/msdtc-errors-when-biztalk-cluster-is-destroyed/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2011/05/15/msdtc-errors-when-biztalk-cluster-is-destroyed/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:53:35 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk 2010]]></category>
		<category><![CDATA[BizTalk Clustering MSDTC errors]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/?p=468</guid>
		<description><![CDATA[I was working on clustering BizTalk servers in UAT, the MSDTC service was clustered as resource, ENTSSO with BizTalk host instances. I had to later on to destroy the clusters and make a new cluster with different UAT machines. I had removed the resources (MSDTC, ENTSSO), deleted clustered host instances and then evicted the machines [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=468&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was working on clustering BizTalk servers in UAT, the MSDTC service was clustered as resource, ENTSSO with BizTalk host instances. I had to later on to destroy the clusters and make a new cluster with different UAT machines. I had removed the resources (MSDTC, ENTSSO), deleted clustered host instances and then evicted the machines and then destroyed the cluster. I was sure everything is cleaned up. One more thing had to be done was to remove the DNS entry from the domain of the cluster. </p>
<p>After that I had to configure single server configuration on the destroyed cluster node. One of the Node had no issues and BizTalk was configured correctly on the other machine I was having MSDTC errors which are quite common and a lot of KB, blog posts and forum topics can be found.</p>
<p>First I tried to remove MSDTC by <a href="http://support.microsoft.com/kb/867520" target="_blank">removing registry entries</a> and then uninstalling and installing the MSDTC. By this I was able to see all the tabs instead of two in the Component Services console. Before I could see only two tabs but after deleting the keys and re-installing MSDTC I could see all the tabs (General, Options, Default Properties, Default protocols, COM Security, MSDTC). When component services management console is opened by the (<strong>dcomcnfg</strong>), I was getting the same errors by accessing the Default Protocols and MSDTC tab. Also noticed that My computer (icon was red). When I tried to open Default Properties tab I was getting the error below.</p>
<p>MSDTC Service    <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;     <br /><strong>There are no more endpoints available from the endpoint mapper.</strong></p>
<p>When I tried to open the MSDTC tab I got the error below and it was still showing MSDTC as a clustered resource. </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;    <br />Catalog Error     <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;     <br /><strong>An error occurred while processing the last operation.</strong></p>
<p><strong>Error code 8004E00F &#8211; COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator.</strong></p>
<p>When I went to the server manager I wanted to remove the Failover Cluster Manager feature and I got the error below.</p>
<p>[Window Title]    <br />Remove Features Wizard</p>
<p>[Main Instruction]    <br />Cannot remove Failover Clustering</p>
<p>[Content]    <br /><strong>This server is an active node in a failover cluster.&#160; Uninstalling the Failover Clustering feature on this node may impact the availability of clustered services and applications.&#160; It is recommended that you first evict the server from cluster membership.&#160; This can be done through the Failover Cluster Management snap-in by expanding the console tree under Nodes, selecting the node, clicking More Actions, and then clicking Evict.</strong></p>
<p>It is evident that the eviction of the node, removal of the resources and destruction of the clustered was not done cleanly. I didn’t miss anything I guess as the other node was fine after removing the DNS entry from the domain. I found Symon Perriman’s <a href="http://blogs.msdn.com/b/clustering/archive/2010/03/26/9985790.aspx" target="_blank">post</a> mentioning that all the nodes has to be online before evicting the nodes and destroying the cluster.</p>
<p>Well thanks to powershell we can force the node to be removed from the cluster.&#160; </p>
<p><strong><font size="2">cluster.exe node –NodeName /force</font></strong></p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/image_thumb.png?w=446&#038;h=223" width="446" height="223" /></a></p>
<p>&#160;</p>
<p>MSDTC is healthy again and I am able to configure BizTalk on this node. Lesson learnt!</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;margin:0;" title="image" border="0" alt="image" src="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/image_thumb1.png?w=244&#038;h=228" width="244" height="228" /></a></p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk-2010/'>BizTalk 2010</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-clustering-msdtc-errors/'>BizTalk Clustering MSDTC errors</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/468/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/468/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=468&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2011/05/15/msdtc-errors-when-biztalk-cluster-is-destroyed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Orchestration not visible in BizTalk Application</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2011/05/14/orchestration-not-visible-in-biztalk-application/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2011/05/14/orchestration-not-visible-in-biztalk-application/#comments</comments>
		<pubDate>Sat, 14 May 2011 21:18:17 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk 2010]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/2011/05/14/orchestration-not-visible-in-biztalk-application/</guid>
		<description><![CDATA[I was working on the Dev-Lab02C in BTS2010Labs. I have been using WCF-SQL adapter since BTS 2006 R2, I don’t know the exact reason why I am doing this Lab but for the sake of completion and keep me self satisfied that I don’t miss anything in BTS 2010 before the exam. I want to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=463&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was working on the Dev-Lab02C in <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=35c8fb51-a1e3-496e-841a-b48701a80c40" target="_blank">BTS2010Labs</a>. I have been using WCF-SQL adapter since BTS 2006 R2, I don’t know the exact reason why I am doing this Lab but for the sake of completion and keep me self satisfied that I don’t miss anything in BTS 2010 before the exam. I want to go through all of the labs, tutorials, documentation and videos available (won’t do that practically) <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/wlemoticon-smile.png?w=630" />.</p>
<p>Every BizTalk/.NET developer would be familiar with the Build Action property of each item in VS. With the BizTalk project the artifacts has two options <strong>BTSCompile</strong> and <strong>None </strong>(which are self explanatory). In order to use the WCF SQL adapter metadata has to be generated as I did for this lab. </p>
<p>I renamed the orchestration file and type as it was mentioned in the lab, I didn’t notice the Build Action property. I deployed the projects the orchestration was not appearing in the application. I deleted the application two times, verified the assembly was in the GAC, I checked the resources of the application it had the assembly as a resource so where was the orchestration?</p>
<p>I checked the type of the orchestration, Type modifier everything was fine. I saw the orchestration property it was set to <strong>Content</strong>. This is the first time I have seen this, I thought something new in BTS2010, I clicked the dropdown and there were only two “usual” options without Content. I tried to reproduce this again and again, now I regret that I would have taken a screenshot before changing it.</p>
<p>Well after changing it to BTSCompile I could see the orchestration in the application. Did anyone of you faced the same issue?</p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk-2010/'>BizTalk 2010</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-2010/'>BizTalk 2010</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=463&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2011/05/14/orchestration-not-visible-in-biztalk-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/05/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk Server MVP 2011</title>
		<link>http://abdulrafaysbiztalk.wordpress.com/2011/01/01/biztalk-server-mvp-2011/</link>
		<comments>http://abdulrafaysbiztalk.wordpress.com/2011/01/01/biztalk-server-mvp-2011/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 15:40:07 +0000</pubDate>
		<dc:creator>Abdul Rafay</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BizTalk MVP]]></category>
		<category><![CDATA[MVP 2011]]></category>

		<guid isPermaLink="false">https://abdulrafaysbiztalk.wordpress.com/?p=451</guid>
		<description><![CDATA[Since two years I am getting a great news of being Microsoft’s Most Valuable professional (MVP) on the new year. I thank my peers, community members, fellow MVPs, MVP Lead and Microsoft which honored me and recognized my contributions in BizTalk communities. Last year I gained knowledge, experience and more insight in BizTalk which includes [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=451&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Since two years I am getting a great news of being Microsoft’s Most Valuable professional (MVP) on the new year. I thank my peers, community members, fellow MVPs, MVP Lead and Microsoft which honored me and recognized my contributions in BizTalk communities.</p>
<p>Last year I gained knowledge, experience and more insight in BizTalk which includes SWIFT accelerator, ESB Toolkit, worked with more adapters, developed some pipelines, lots of services etc.. In the beginning of the year I worked as a sharepoint developer/administrator but BizTalk turned out to be my destiny and I got a chance in a financial institution to be with a very good BizTalk team. We delivered successful middleware projects and had effectively used the combination of BizTalk, WCF and Windows Application Fabric technologies to follow the principles of SOA. </p>
<p>Hope I have a more prosperous year and I continue to serve the BizTalk community more effectively with the best of my knowledge and experience.</p>
<p><a href="http://abdulrafaysbiztalk.files.wordpress.com/2011/01/mvp_horizontal_fullcolor.png"><img class="alignnone size-medium wp-image-453" title="MVP_Horizontal_FullColor" src="http://abdulrafaysbiztalk.files.wordpress.com/2011/01/mvp_horizontal_fullcolor.png?w=300&#038;h=121" alt="" width="300" height="121" /></a></p>
<br />Filed under: <a href='http://abdulrafaysbiztalk.wordpress.com/category/biztalk/'>BizTalk</a> Tagged: <a href='http://abdulrafaysbiztalk.wordpress.com/tag/biztalk-mvp/'>BizTalk MVP</a>, <a href='http://abdulrafaysbiztalk.wordpress.com/tag/mvp-2011/'>MVP 2011</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulrafaysbiztalk.wordpress.com/451/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulrafaysbiztalk.wordpress.com/451/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulrafaysbiztalk.wordpress.com&#038;blog=7351933&#038;post=451&#038;subd=abdulrafaysbiztalk&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://abdulrafaysbiztalk.wordpress.com/2011/01/01/biztalk-server-mvp-2011/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/308019870f24ca37b6647b4b51296895?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Abdul Rafay</media:title>
		</media:content>

		<media:content url="http://abdulrafaysbiztalk.files.wordpress.com/2011/01/mvp_horizontal_fullcolor.png?w=300" medium="image">
			<media:title type="html">MVP_Horizontal_FullColor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
