Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

khorvat

Support for ASP.NET 4.0 in MonoX

09/29/2010 By khorvat 5
This content has not been rated yet. 
Bookmark and Share
The newest version of MonoX (3.2.1766.35 and above) fully supports .NET framework 4.0. 

MonoX has a preconfigured web.config for .NET 4.0 that needs to be used when you are installing MonoX on the .NET 4.0 platform. It is recommended to use this web.config before you start the MonoX installation. Note that you need to give the worker process account a write permission on the web.config to automatically setup the web application, otherwise you need to do it manually.

If you are upgrading an existing MonoX based Web application please sync the web.config files, copy the .NET 4.0 enabled web.config to the application root and then change the '<add key="InstallationDone" value="false"/>' to '<add key="InstallationDone" value="true"/>'.

The web.config file can be obtained from the following location in the installation package: "MonoX/Samples/Solution/web4.0.config".