no web.config transformation in local Azure

If I’m not mistaken this happened after the Azure SDK 1.3 update. Web.config transformation didn’t when running your website in the local Development Fabric/Compute Emulator. Running your website outside of Azure or publishing to Azure still executed the config trasformation.

To fix this, unload your Azure project, open the project file for edit and add the tag

<packagewebrole>true</packagewebrole>

as a child of the following element:

<Project ...>
   <PropertyGroup>
      ...
      <packagewebrole>true</packagewebrole>
Advertisement
This entry was posted in Uncategorized and tagged . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s