<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pablo Rivera</title>
    <description>The latest articles on DEV Community by Pablo Rivera (@pryelluw).</description>
    <link>https://dev.to/pryelluw</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F139070%2F852cd839-a0fa-4b34-aff5-d2186ea079b4.jpeg</url>
      <title>DEV Community: Pablo Rivera</title>
      <link>https://dev.to/pryelluw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pryelluw"/>
    <language>en</language>
    <item>
      <title>Fix for IISExpress Cannot read configuration file redirection.config issue on VMWARE.</title>
      <dc:creator>Pablo Rivera</dc:creator>
      <pubDate>Thu, 21 Feb 2019 17:16:57 +0000</pubDate>
      <link>https://dev.to/pryelluw/fix-for-iisexpress-cannot-read-configuration-file-redirectionconfig-issue-on-vmware-e38</link>
      <guid>https://dev.to/pryelluw/fix-for-iisexpress-cannot-read-configuration-file-redirectionconfig-issue-on-vmware-e38</guid>
      <description>&lt;p&gt;Issue: When trying to create a Visual Studio solution on VMWARE VM running on a Mac you get the following error: &lt;/p&gt;

&lt;p&gt;&lt;code&gt;IISExpress 8 Cannot read configuration file redirection.config&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stackoverflow.com/questions/15897726/iisexpress-8-cannot-read-configuration-file-redirection-config"&gt;This thread&lt;/a&gt; provides some insight into the issue. &lt;/p&gt;

&lt;p&gt;What's the problem?&lt;/p&gt;

&lt;p&gt;When creating a new web solution, VS checks all the IIS config files. The process fails if it can't access it.&lt;/p&gt;

&lt;p&gt;Solution:&lt;/p&gt;

&lt;p&gt;Turns out that VMWARE will map your host's &lt;code&gt;Documents&lt;/code&gt; directory to Window's &lt;code&gt;Documents&lt;/code&gt; directory. This means that VS cannot access the files.&lt;/p&gt;

&lt;p&gt;Steps:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Turn off sharing the &lt;code&gt;Documents&lt;/code&gt; directory on the host.&lt;/li&gt;
&lt;li&gt;Copy the Directory &lt;code&gt;C:\Program Files\IIS Express&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Paste it into &lt;code&gt;%userprofile%\Documents&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Restart Visual Studio.&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
