dcinzona
855d183be3
Fixes #5935 Updates Azure.Storage to 5.0.2.0
2015-10-13 15:38:57 -04:00
Sebastien Ros
62136eb59f
Updating to Azure SDK 2.7
2015-09-30 15:50:05 -07:00
Jack Cheng
a01d219607
[ Fixes #5530 ] YSOD instead of the set up page in Azure.
2015-07-19 09:23:18 -07:00
Gustavo Tandeciarz
e021218b3c
Updated bindings in azure cloud service web.config
...
Updated bindings for system.web.http and system.net.http.formatting to 5.2.3
2015-06-30 19:48:05 -04:00
Gustavo Tandeciarz
38705580c8
Update web.config MVC bindings
...
Updated from 5.2.0.0 to 5.2.3
2015-06-30 14:48:02 -04:00
Daniel Stolt
12a95c0335
Fixed missing assembly binding redirects for Azure Storage.
2015-05-02 22:48:23 +02:00
Daniel Stolt
8b1f00e31c
Disabled ASP.NET OutputCacheModule in Web.config.
2015-04-10 22:35:47 +02:00
Sipke Schoorstra
cdd1961a8a
Updated to Microsoft Azure SDK 2.5.
2015-01-16 00:06:27 +01:00
Daniel Stolt
004caf387f
Added missing projects to Orchard.Azure.sln. Retargeted Orchard.Azure.Web.csproj to .NET Framework 4.5.1.
2014-11-17 02:46:39 +01:00
Sebastien Ros
6e3d4abb2b
Upgrading Azure solution references
2014-08-15 14:50:31 -07:00
Daniel Stolt
6c5c8d2ab8
Synchronized Web.config namespace imports between Orchard.Web and Orchard.Azure.Web. Added missing view-level using statement in Orchard.Azure.MediaServices.
2014-03-25 11:24:34 +01:00
Daniel Stolt
871e5c9021
Moved some dependencies to the root "lib" folder and updated Web.config in Orchard.Web and Orchard.Azure.Web.
2014-03-22 17:21:16 +01:00
Sebastien Ros
57d0dde156
Upgrading to ASP.NET MVC 5.1
2014-01-21 18:12:22 -08:00
Daniel Stolt
dd3a75b120
Added removal of 30 minute transaction timeout for debugging purposes to the release-mode Web.config transforms. Cleaned up the formatting of Web.config files.
2013-12-09 20:20:49 +01:00
Erik Oppedijk
cd270493d1
Azure web.config cleanup
2013-12-04 11:56:00 -08:00
Sebastien Ros
6c0b85ad74
Merge branch 'master' into 1.x
...
Conflicts:
ClickToBuildAzurePackage.cmd
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
src/Orchard.Web/Modules/SysCache/Web.config
src/Orchard.Web/Orchard.Web.csproj
2013-11-11 18:11:53 -08:00
Daniel Stolt
3e20412ef0
Updating to Windows Azure SDK 2.2.
2013-10-28 22:18:46 +01:00
Erik Oppedijk
7f9f3f47fc
updated dll to mvc5
2013-10-24 22:01:00 +02:00
Sebastien Ros
f6f6a56c24
Merge branch 'feature/fw45' into 1.x
...
Conflicts:
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/App.config
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/Orchard.Autoroute.Specs.csproj
src/Orchard.Web/Modules/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Azure/Web.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/App.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/Orchard.Fields.Specs.csproj
src/Orchard.Web/Modules/Orchard.OutputCache/Scripts/Web.config
src/Orchard.Web/Modules/Orchard.Taxonomies/Styles/Web.config
src/Orchard.Web/Orchard.Web.csproj
src/Orchard.Web/Web.config
2013-10-11 16:40:44 -07:00
Daniel Stolt
94d433daee
Changed customErrors to Off in Web.config files and set RemoteOnly in config transform instead (for Release configuration).
2013-09-03 10:54:20 -07:00
Daniel Stolt
eac7d6290e
Removed incorrect comment in Web.config in Orchard.Azure.Web.
2013-08-30 12:14:09 -07:00
Daniel Stolt
0d8a0bfb10
Corrected errors in Web.config.
2013-08-30 12:13:48 -07:00
Daniel Stolt
ca34a462b6
Enabled caching by default in Orchard.Azure.Web cloud service role.
...
Enabled session state cache provider by default in Orchard.Azure.Wew.
Moved all string constants into Constants class.
Got rid of unused implicit module feature of Orchard.Azure.
Added missing settings banner.
Split Orchard.StorageConnectionString role configuration setting up into two separate settings for Media and Settings respectively.
Renamed startup task.
Removed hard coded connection string and container name from AzureFileSystem, making it truly reusable.
2013-08-30 12:13:28 -07:00
Daniel Stolt
d0fe93fa66
Removed Orchard.WarmupStarter from Web.config in Orchard.Azure.Web.
2013-08-30 12:13:21 -07:00
Daniel Stolt
92f8d0df80
Added module Orchard.Azure. Added Azure Cache providers to it.
...
Deleted old module Orchard.AzureBlobStorage.
Moved all Azure code into Orchard.Azure module, deleting the old Orchard.Azure project.
Cleaned up Web.config and Config\* files in Orchard.Web and Orchard.Azure.Web.
2013-08-30 12:13:17 -07:00
Erik Oppedijk
8e84bd57e7
Upgrade projects and web.config to 4.5 FW
2013-08-23 15:16:14 +02:00
Erik Oppedijk
4b59c3be2f
azure web.config
2013-08-15 17:14:41 -07:00
DanielStolt
e094066194
Upgrading Orchard.Azure to Windows Azure SDK 2.1. Implementing dynamic inclusion of theme and module content via role content folders. Moving Orchard.Azure.Web startup task to Orchard.Azure.CloudService.
2013-08-15 14:34:35 -07:00
Sebastien Ros
8dc40af2d3
Upgrading Azure solutions to SDK 2.0
...
--HG--
branch : 1.x
extra : rebase_source : 9268657065fe85a15a09c4cab0b5edbacee0e6a1
2013-06-07 16:04:44 -07:00
TheMonarch
fd5dee70c0
#19119 : Latest 1.x gives errors when deployed to Azure (as cloud service)
...
- Added assembly binding redirects and configSection for MVC4 assemblies.
- Added reference to Newtonsoft.Json.dll in Orchard.Azure.Web.csproj
Work Item: 19119
--HG--
branch : 1.x
2012-10-10 11:49:09 -04:00
Sebastien Ros
b3b178bdf1
#18784 : Upgrading to Windows Azure SDK 1.7
...
Work Item: 18784
--HG--
branch : 1.x
2012-07-05 10:16:49 -07:00
Sebastien Ros
a1b0ce3909
Implementing log for Azure
...
--HG--
branch : 1.x
2011-07-15 11:18:35 -07:00
Sebastien Ros
564036994d
Applying Default.aspx changes on Azure
...
--HG--
branch : dev
2010-12-13 12:55:59 -08:00
Sebastien Ros
7ed0836f7e
Updating Azure project with SDK v1.3
...
Reflecting changes from Orchard project
--HG--
branch : dev
2010-12-07 21:38:28 -08:00
Sebastien Ros
40b89a2567
Adding the new Scripting module to Azure solution, and defining an auto generated MachineKey
...
--HG--
branch : dev
2010-11-29 17:35:48 -08:00
Sebastien Ros
1d5f47b776
Cleaning and syncrhonizing the web.config files in Azure and Orchard.Web
...
--HG--
branch : dev
2010-11-12 15:23:40 -08:00
Sébastien Ros
bc0c5e611b
Append authentication patch to Azure
...
--HG--
branch : dev
2010-10-16 18:55:14 -07:00
Sebastien Ros
2211deb116
Working on Azure
...
--HG--
branch : dev
2010-10-11 18:04:41 -07:00
Sebastien Ros
494b7f1d78
Removed secutiry patch and updated Azure project
...
--HG--
branch : dev
2010-10-01 18:54:19 -07:00
Sebastien Ros
847c6df8c8
Merge
...
--HG--
branch : dev
2010-09-21 15:04:31 -07:00
Sebastien Ros
e0c1500db2
Adapted <handlers /> section for IIS7.0
2010-09-21 14:30:52 -07:00
Sebastien Ros
8e9314686e
Merge
...
--HG--
branch : dev
2010-09-21 11:50:39 -07:00
Sebastien Ros
7ba469cd9a
Security patch for MSA 2416728
2010-09-20 16:50:12 -07:00
Nathan Heskew
70453d012b
Merge
...
--HG--
branch : dev
2010-09-02 21:29:10 -07:00
Sebastien Ros
1154e0cf88
Updated Web.Config and build scripts to have a default machine key for development, and removing it for builds
...
--HG--
branch : dev
2010-09-02 15:33:18 -07:00
Nathan Heskew
8f5a0c45a2
Bunch of web.config and .csproj cleanup
...
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Sebastien Ros
ef02c6d66d
Corrected Azure project
...
- Removes automatically teh system.extensions tags which prevents MVC from working on Azure
- Updated web.config with Orchard.Web's one
- Added a machineKey for server farm scenarios
--HG--
branch : dev
2010-07-07 15:01:51 -07:00
Sebastien Ros
8096a4234e
Prepared Azure projects for .NET 4.0
...
Changed Azure references to SDK 1.2
Added a hack for the ASP.NET 4 bug in HttpEncoder
Converted projects to VS10
--HG--
branch : dev
2010-06-11 14:46:18 -07:00
Sebastien Ros
728328b8ed
Updated Azure config files
...
--HG--
branch : dev
2010-05-17 15:48:44 -07:00
Sebastien Ros
7248fb6fd7
Azure packaging
...
Executing ClickToBuild.cmd generates the package for Azure including all modules available in Orchard.Web automatically
AzureSDK in requiered for this tasks. If not present, the package won't succeed, but Orchard.Web will still be built
The Orchard.Azure solution contains the required environment for implementing Azure specific providers, and unit testing
The Orchard.Azure.CloudService solution contains the CloudService enrironment to simulate Azure platform locally
--HG--
branch : dev
2010-05-07 12:41:37 -07:00