Mono Support Can't see the log fila (Closed)

Viewed 54013 time(s), 7 post(s), 10/31/2013 9:19:58 PM - by arbh89
10/31/2013 9:19:58 PM
226 Reputation 21 Total posts

Hi,

I have just install monox cms and i am trying to implement my own site, everything is running but when i get an error i can't see the description because there is not any log file in MonoX\ApplicationData\Logs  

Regards

1
11/1/2013 5:13:31 AM
1849 Reputation 181 Total posts

You need to allow write permissions to this folder.

2
11/1/2013 6:32:29 AM
15993 Reputation 2214 Total posts

You may also allow write permissions for ApplicationData & Upload folder. Write permissions should be granted to the account under which application pool is running.

Regards

3
11/1/2013 4:00:23 PM
226 Reputation 21 Total posts

I have give write permission to my apppool in ApplicatioData folder but the problem persists, just Cache folder can see and error page is telling that the error has been logged.

Regards.

4
11/4/2013 8:14:09 AM
15993 Reputation 2214 Total posts

Can you please check the EventViewer to see if there is any other error there and you can also turn off the customErrors in the web.config so we can see the exact exception that you get.

From
<customErrors mode="On" defaultRedirect="/MonoX/Pages/MonoX/Error.aspx">
To
<customErrors mode="Off" defaultRedirect="/MonoX/Pages/MonoX/Error.aspx">
Regards

5
11/4/2013 10:26:06 AM
2218 Reputation 300 Total posts

Hello,

Additionally to what Kristijan has suggested can you please also ensure that in your MonoX root directory you have the following file: web.log4net.

Regards,
Mario

6
11/4/2013 3:01:43 PM
226 Reputation 21 Total posts

Solved adding web.log4net file as Mario said.

Thanks

Regards

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