<br />
<b>Warning</b>:  strpos() expects parameter 1 to be string, array given in <b>/home/theserverside/public_html/wp-includes/blocks.php</b> on line <b>20</b><br />
<?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/"
	>

<channel>
	<title>windows azure pack &#8211; The Server Side Technology</title>
	<atom:link href="https://www.theserverside.technology/tag/windows-azure-pack/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.theserverside.technology</link>
	<description>in-depth information for tech pros</description>
	<lastBuildDate>Sat, 02 Jan 2016 15:04:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>
	<item>
		<title>Come usare PHP 7 versione 32 o 64bit con i servizi di Cloud Hosting e Windows Azure Pack</title>
		<link>https://www.theserverside.technology/2015/12/29/come-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack/?pk_campaign=feed&#038;pk_kwd=come-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack</link>
					<comments>https://www.theserverside.technology/2015/12/29/come-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack/?pk_campaign=feed&#038;pk_kwd=come-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack#comments</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Tue, 29 Dec 2015 01:01:19 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[windows azure pack]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=981</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code-300x240.jpg" width="300" height="240" title="" alt="" /></div><div><p>PHP7 è stato rilasciato il 3 Dicembre di quest&#8217;anno ed il primo aggiornamento (la v7.0.1) ha seguito a ruota il 17 Dicembre. Questa versione introduce molti cambiamenti, inclusi molti miglioramenti alle prestazioni quando si effettua un confronto con PHP 5.6 (si parla di un raddoppio delle prestazioni!), una gestione migliore della memoria che porta le applicazioni a consumarne meno ed il supporto per i runtime a 64bit. Ci sono ovviamente altre novità ma questi tre miglioramenti sono già di per sé una buona ragione per passare alla nuova versione. Ci potrebbero ovviamente essere problemi che impediscono l&#8217;aggiornamento alla v7, ad esempio codice non supportato o non più raccomandato, ma se le vostre applicazioni lo consentono l&#8217;upgrade potrebbe essere consigliato per migliorare le prestazioni complessive.</p>
<p>Ci sono alcune estensioni che consentono l&#8217;installazione di PHP su Azure per iniziare ad usare da subito il nuovo framework ma queste estensioni non sono utilizzabili con Windows Azure Pack e gli hoster che ne fanno uso perché gli script di installazione hanno qualche problema, in particolare facendo riferimento al drive D: (come richiesto da Azure) invece che al drive C: (come richiesto in WAP) nel percorso virtualizzato o usando la variabile di ambiente %HOME% per essere compatibili con tutti e due gli ambienti. Questa è però una buona occasione per esplorare ancora una volta le possibilità di personalizzazione di Windows Azure Pack e configurare PHP7 da soli, una cosa molto utile per capire il funzionamento degli account WAP e poter effettuare aggiornamenti successivi senza la necessità di attendere il rilascio di un altro script. Avere a disposizione PHP7 può essere utile sia per sviluppare applicazioni che usino il nuovo framework sia per usare applicazioni compatibili come WordPress, che da qualche tempo ha effettuato un refactoring del proprio codice per renderlo compatibile con la nuova versione del framework&#8230; estensioni, plugin e temi permettendo !</p>
<p>Questo tutorial è stato provato con i servizi di Cloud Hosting di VaiSulWeb e considerato che la nostra azienda consente l&#8217;attivazione di account gratuiti per il testing e lo sviluppo, è facile iniziare a lavorare subito con framework di nuova generazione come ASP.NET 5 o PHP7. Visitate il nostro sito Web per richiedere il vostro account gratuito.</p>
Per iniziare
<p>Per iniziare servirà ovviamente scaricare PHP7 dal sito ufficiale, facendo attenzione a scaricare una distribuzione per Windows che è quella che servirà per i nostri test. Possiamo navigare quindi sul sito Web di PHP e cercare una versione contrassegnata da VC14 x64 Non-Thread-Safe (NTS), ad esempio php-7.0.1-nts-Win32-VC14-x64.zip. Quando il download terminerà, possiamo decomprimere il file ZIP e trasferire i file estratti sul nostro sito Web attraverso FTP. Inseriremo i file nella cartella /site/bin/php in modo che la struttura delle nostre cartelle sia simile a quella evidenziata di seguito:</p>
<p style="padding-left: 30px;">site/</p>
<p style="padding-left: 60px;">bin/</p>
<p style="padding-left: 90px;">php/</p>
<p style="padding-left: 120px;">dev
 ext
 [&#8230;]
php.ini
[&#8230;]
 php-cgi.exe
 [&#8230;]</p>
<p style="padding-left: 30px;">wwwroot</p>
<p>Ora che abbiamo PHP sul nostro sito Web, dobbiamo risolvere due problemi prima di poter usare il nuovo runtime: il primo è comunicare all&#8217;ambiente di hosting che vogliamo usare questa nuova versione invece che una di quelle [...]<img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2F2015%2F12%2F29%2Fcome-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dcome-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack&amp;action_name=Come%20usare%20PHP%207%20versione%2032%20o%2064bit%20con%20i%20servizi%20di%20Cloud%20Hosting%20e%20Windows%20Azure%20Pack&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" /></div>]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/2015/12/29/come-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack/?pk_campaign=feed&#038;pk_kwd=come-usare-php-7-versione-32-o-64bit-con-i-servizi-di-cloud-hosting-e-windows-azure-pack/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code.jpg" length="379749" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code-300x240.jpg" width="300" height="240" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code-300x240.jpg" width="300" height="240" />
	</item>
		<item>
		<title>How to run PHP 7 x64/x86 on Windows Azure Pack</title>
		<link>https://www.theserverside.technology/2015/12/26/how-to-run-php-7-x64-x86-on-windows-azure-pack/?pk_campaign=feed&#038;pk_kwd=how-to-run-php-7-x64-x86-on-windows-azure-pack</link>
					<comments>https://www.theserverside.technology/2015/12/26/how-to-run-php-7-x64-x86-on-windows-azure-pack/?pk_campaign=feed&#038;pk_kwd=how-to-run-php-7-x64-x86-on-windows-azure-pack#respond</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Sat, 26 Dec 2015 20:47:34 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Technologies]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[windows azure pack]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=921</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code-300x240.jpg" width="300" height="240" title="" alt="" /></div><div><p>PHP 7 has been released on December 3rd and its first update (v7.0.1) has been released on December 17th. This new version brings a lot of changes in, including major performance enhancements compared to PHP 5.6 (up to a 2x performance increase!), better (meaning reduced) memory footprint plus support for 64bit runtimes. There are of course many other enhancements but those three alone should provide a good reason to update websites to the new version. There could be problems in doing so if you are using deprecated or non-supported code but if your application followed recommendations, you should be able to upgrade to PHP7 and enjoy the enhancements.</p>
<p>There are a few handful extensions that bring PHP7 (RC and now RTW) to Azure but those extensions, while providing a good starting point, are not compatible with Windows Azure Pack because of a few hiccups in installation scripts (basically referencing D: drive, as in Azure, instead of C: as in WAP or using %HOME% environment variable to solve this problem and keep the scripts compatible with both). However, this is a good chance to explore once again the flexibility of Windows Azure Pack and configure PHP7 on our own, something useful to update/upgrade at a later time, if needed, without waiting for someone else to provide a new script for it. Having PHP 7 working could be useful to upgrade compatible applications like WordPress, which is already compatible with this new version.</p>
<p>This tutorial has been tested on VaiSulWeb Cloud Hosting services. As our company provides a free account for development and testing, it is easy to start working with PHP7 or ASP.NET 5 by the way. Head up on our website to request your free account.</p>
Getting started
<p>As a first step we need to download PHP7 from its website, taking care to download Windows binaries we need for our tests. Head to download page and look for VC14 x64 Non-Thread-Safe (NTS) distribution (php-7.0.1-nts-Win32-VC14-x64.zip) as we want to experience x64 version for our tutorial. Once downloaded, we can unZIP that file and move its contents to our site via FTP. We will upload file contents into /site/bin/php folder so our file structure will be like this:</p>
<p style="padding-left: 30px;">site/</p>
<p style="padding-left: 60px;">bin/</p>
<p style="padding-left: 90px;">php/</p>
<p style="padding-left: 120px;">dev
 ext
 [&#8230;]
php.ini
[&#8230;]
 php-cgi.exe
 [&#8230;]</p>
<p style="padding-left: 30px;">wwwroot</p>
<p>Now that we uploaded a new PHP distribution to our website, we need to solve two problems before being able to run our own PHP runtime: the first one is telling WAP that we want to use this new version in place of runtimes automatically supported by the platform (v5.3 through v5.5) as shown below:</p>
<p id="caption-attachment-933" class="wp-caption-text">PHP runtimes available through Windows Azure Pack portal</p>
<p>&#160;</p>
<p>The second problem we have is to tell PHP where to find its configuration file, the famous php.ini. When using default runtimes, Azure Pack will tell PHP where to find its configuration file but now we want to use a custom runtime so we need to find a way to point PHP to the INI file that we will upload into /site/bin/php/ folder. [...]<img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2F2015%2F12%2F26%2Fhow-to-run-php-7-x64-x86-on-windows-azure-pack%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dhow-to-run-php-7-x64-x86-on-windows-azure-pack&amp;action_name=How%20to%20run%20PHP%207%20x64%2Fx86%20on%20Windows%20Azure%20Pack&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" /></div>]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/2015/12/26/how-to-run-php-7-x64-x86-on-windows-azure-pack/?pk_campaign=feed&#038;pk_kwd=how-to-run-php-7-x64-x86-on-windows-azure-pack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code.jpg" length="379749" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code-300x240.jpg" width="300" height="240" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/12/php_code-300x240.jpg" width="300" height="240" />
	</item>
		<item>
		<title>Windows Azure Pack: how to restart an over-quota website</title>
		<link>https://www.theserverside.technology/2015/11/02/windows-azure-pack-how-to-restart-an-over-quota-website/?pk_campaign=feed&#038;pk_kwd=windows-azure-pack-how-to-restart-an-over-quota-website</link>
					<comments>https://www.theserverside.technology/2015/11/02/windows-azure-pack-how-to-restart-an-over-quota-website/?pk_campaign=feed&#038;pk_kwd=windows-azure-pack-how-to-restart-an-over-quota-website#respond</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Mon, 02 Nov 2015 23:56:37 +0000</pubDate>
				<category><![CDATA[Cloud Technologies]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[clienti]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[windows azure pack]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=849</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2015/11/http-300x225.jpg" width="300" height="225" title="" alt="" /></div><div><p>Windows Azure Pack is a great technology but sometimes Microsoft seems to be missing the complexity of providing services to hundreds if not thousands of customers, each of them with different needs. Standardization is good but it should provide enough flexibility to manage things in a reasonable way. So here&#8217;s the scenario: you deployed WAP and your customer starts to buzz into your server because how good WAP actually is. Rock solid, able to run most demanding websites. Great technology, I said.</p>
<p>However, one of your customers runs over his allotted quota of one of the seventeen metrics you can monitor for your websites. Since your customer didn&#8217;t opt for a pay-per-use billing model, you just suspend his website, like any hoster in the world would do, and your customer calls in to buy more &#8220;of that something&#8221;. He pays (if needed), if you&#8217;re like us he gets an add-on to increase his quota over a standardized plan and, after a while and a little synchying, WAP states that his account is now back in quota. End of story.</p>
<p>Well, almost! Because your customer calls in again stating that his website is still suspended while on his portal he sees no over-quota warnings and you realized that he is right: no warnings, increased quota but website still suspended. Hmmm&#8230;</p>
<p>From now on, you start a journey to understand why WAP didn&#8217;t re-enable that website. You try to update plans, subscriptions, add-ons, force subscription resynchying, force plans to update, open-up Powershell to look for a well-hidden parameter that will allow you tell WAP to re-evaluate quota and re-enable website, or (at least) a cmdlet to tell WAP to re-enable that #&#38;%$@#!$ website because I&#8217;m the one who rules here. Apparently, you discover that there isn&#8217;t anything like that: no way to re-enable a website that is over quota. So you basically look at portal where it states that counters will be reset in 29 days and you start thinking if WAP really wants to re-evaluate quota in 29 days from today. You wait in the hope that it will take a little time to start that website again but no luck. After hours, you really start to think that WAP will keep that website suspended until it will be time to reset counters, which is obviously totally unacceptable. But the most scary thing is that you cannot force it to change his mind. You&#8217;re basically powerless.</p>
<p>After a little checking, it turns out what I stated is not true for all quota items. For example, a short while after upgrading (by adding an add-on) sent bytes quota, a suspended website has been restarted by WAP itself. However, there are other counters that seem to be evaluated only when their configured period will expire, for example CPU burst and received bytes. No matter how long you wait after changing those, WAP won&#8217;t restart the affected website. I&#8217;m talking about hours here, not minutes, but I couldn&#8217;t wait days to check if it would happen after 29 days as suspected. [...]<img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2F2015%2F11%2F02%2Fwindows-azure-pack-how-to-restart-an-over-quota-website%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dwindows-azure-pack-how-to-restart-an-over-quota-website&amp;action_name=Windows%20Azure%20Pack%3A%20how%20to%20restart%20an%20over-quota%20website&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" /></div>]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/2015/11/02/windows-azure-pack-how-to-restart-an-over-quota-website/?pk_campaign=feed&#038;pk_kwd=windows-azure-pack-how-to-restart-an-over-quota-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2015/11/http.jpg" length="1323890" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/11/http-300x225.jpg" width="300" height="225" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/11/http-300x225.jpg" width="300" height="225" />
	</item>
		<item>
		<title>How to run ASP.NET beta8 on Windows Azure Pack WebSites v2</title>
		<link>https://www.theserverside.technology/2015/10/18/how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/?pk_campaign=feed&#038;pk_kwd=how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2</link>
					<comments>https://www.theserverside.technology/2015/10/18/how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/?pk_campaign=feed&#038;pk_kwd=how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2#respond</comments>
		
		<dc:creator><![CDATA[Guglielmo Mengora]]></dc:creator>
		<pubDate>Sun, 18 Oct 2015 08:43:30 +0000</pubDate>
				<category><![CDATA[Cloud Technologies]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[editor pick]]></category>
		<category><![CDATA[httpplatformhandler]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[windows azure pack]]></category>
		<guid isPermaLink="false">http://www.theserverside.technology/?p=695</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161-300x169.jpg" width="300" height="169" title="" alt="" /></div><div><p>A few days ago Microsoft released ASP.NET 5 beta8, the first feature-complete version of its flagship Web framework. A lot of expectations come with this new version, both because Microsoft decided to change ASP.NET down to its basis and because this one will be the first multi-platform release for the technology, allowing developers to run their Web or console applications on Windows, Linux and Mac OS X. However, the new version will also be the first one designed from the ground up for the cloud era and thus adopting all methodologies, technologies and conventions that emerged in past few years. As we detailed in a past article (sorry: Italian language only this time!), ASP.NET 5 will also change the way ASP.NET will be hosted on Windows because it will run through the famous HTTPPlatformHandler module that enabled Azure to run basically any runtime, including Java, Python, RoR and more. Later, that module has been channeled down to partners and Windows Azure Pack incorporated it in UR7.</p>
<p>You might be running your website or application on Windows Azure Pack and, if you do, I do really hope that you&#8217;re hosting with us at VaiSulWeb since we also have free accounts for you to try ASP.NET 5. However, even if you&#8217;re hosting at another service provider, you might be wondering if you will be able to run ASP.NET 5 starting from beta8, since this version switches to HTTPPlatformHandler. Up until beta7, hosting with Azure Pack was very easy: you only needed to publish your project to a folder and then upload that package to your WAP account. Everything was working fine since the very first second.</p>
 Spoiler: scroll down for a quick solution
<p>There&#8217;s a quick solution waiting for you at the end of this article. If you&#8217;re only interested in understanding how you can run ASP.NET 5 from beta8 using WAP, just skip this lengthy explanation and run to the end. This article will be used to as an handy excuse to showcase some nice features that Windows Azure Pack provide its users and that our company provides its customers. We will use such features to understand what&#8217;s going on with beta8 and then provide a quick solution to host it on WAP.</p>
 Publishing your beta8 to your WAP account : Redmond we have a problem&#8230;
<p>So you just started a new project based on ASP.NET 5 beta8 in Visual Studio 2015 or you just created a template project to check how things would shape up. Quick and easy. Now you would like to upload that project to your Web hosting account to check if your provider is compatible with the technology. So you just export your project&#8230;</p>
<p id="caption-attachment-707" class="wp-caption-text">Publishing your project to file system</p>
<p>&#8230; publishing to file system, the same way you did up to beta7. Then, after that operation completes, you upload your project on your WAP accounts via FTP or WebDeploy. Compilation time, just a few seconds, and then&#8230; uh ?</p>
<p>It seems that something went wrong since no shiny MVC homepage appears in your [...]<img src="https://stats1.vaisulweb.cloud/piwik.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fwww.theserverside.technology%2F2015%2F10%2F18%2Fhow-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2%2F%3Fpk_campaign%3Dfeed%26pk_kwd%3Dhow-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2&amp;action_name=How%20to%20run%20ASP.NET%20beta8%20on%20Windows%20Azure%20Pack%20WebSites%20v2&amp;urlref=https%3A%2F%2Fwww.theserverside.technology%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" /></div>]]></description>
		
					<wfw:commentRss>https://www.theserverside.technology/2015/10/18/how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/?pk_campaign=feed&#038;pk_kwd=how-to-run-asp-net-beta8-on-windows-azure-pack-websites-v2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<enclosure url="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161.jpg" length="153924" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161-300x169.jpg" width="300" height="169" medium="image" type="image/jpeg">
	<media:copyright>The Server Side Technology</media:copyright>
	<media:title></media:title>
	<media:description type="html"><![CDATA[]]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.theserverside.technology/wp-content/uploads/2015/10/wap_1161-300x169.jpg" width="300" height="169" />
	</item>
	</channel>
</rss>
