MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Installation problem  (Mono Support )

Viewed 35518 time(s), 2 post(s) 12/9/2008 6:19:59 PMby mara
mara

mara

12/9/2008 6:19:59 PM
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?
This content has not been rated yet. 
0 Reputation 1 Total posts
denis

denis

2/15/2011 12:18:20 PM
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.
This content has not been rated yet. 
7207 Reputation 956 Total posts