Mono Support Installation problem 

Viewed 36721 time(s), 2 post(s), 12/9/2008 6:19:59 PM - by mara
12/9/2008 6:19:59 PM
0 Reputation 1 Total posts

Hello,
I just ran the installation package and everything went smoothly. However, when the install wizard finished DB setup and all related tasks, it returned me back to the initial screen. How can I access the default portal?

1
2/15/2011 12:18:20 PM
7207 Reputation 956 Total posts

The ASP.NET worker process probably does not have the privileges to modify the user.config file in your portal installation folder. MonoX user manual says:


By default, when ASP.NET allows anonymous access, the application runs in the context of a
special local account (this is NOT a domain account). In Windows 2000 and Windows XP, ASP.NET applications run under the account called ASPNET. In Windows Server 2003, the account is called NETWORK SERVICE. These user accounts are created during the .NET Framework installation process with a unique, strong password, and are granted only limited permissions.
MonoX installation wizard will try to set the write privileges on the folders that require it (/RssStorage, /Logs, /Cache). This process may fail due to your local security configuration; please make sure that the ASP.NET machine account has full write access on these folders (right click on a folder using Windows Explorer, Properties, Security).



You can also change the following key in the user.config file to achieve the same effect:

<add key="InstallationDone" value="true" />


The value should always be set to "true" when the installation is finished.

2
This is a demo site for MonoX. Please visit Mono Software for more info.