Mono Support Monox web.config error during install (Closed)

Viewed 210798 time(s), 26 post(s), 9/5/2011 6:45:26 PM - by garyhand
9/8/2011 3:34:36 PM
161 Reputation 23 Total posts

They are looking at it at least. Hoping for a solution. Will let you know when the problem is resolved.

11
9/12/2011 9:09:05 PM
161 Reputation 23 Total posts

After I was able to complete the install, I don't know what they did but it worked, I ran into this Error 500.19. Instead of logging in as admin I clicked the link to create a new user and got the attached error. Is this an Arvixe support issue?

Gary

12
9/12/2011 9:17:27 PM
7207 Reputation 956 Total posts

Can we see your web.config? It appears that at least one handler (RadUploadProgressHandler) is for some reason added twice to it.

13
9/12/2011 9:36:57 PM
161 Reputation 23 Total posts

Here is the web.config from the Membership directory.

Gary

14
9/12/2011 9:44:37 PM
7207 Reputation 956 Total posts

There should not be a web.config file in the Membership directory of the MonoX installation at all. I didn't notice the full path initially, but something is wrong with the file/folder structure, as this seems like the copy of the web.config from the root folder . The error you are seing is caused by adding all neccessary folders in the root web.config, and trying to add them again in the web.config file in the Membership folder.
There are only two web.configs in the whole installation - one in the root, and another in the /MonoX/Admin. Could you please try to remove this one and see iff that helps?

15
9/13/2011 2:56:54 AM
161 Reputation 23 Total posts

Well it did help but now I have a new issue. This what happens after I create a new user.

Gary

16
9/13/2011 6:39:28 AM
15993 Reputation 2214 Total posts

Hi,

can you please take a look at your e-mail (SMTP) settings in the web.config as they may affect this. Can you please send us an error log from the /MonoX/ApplicationData/Logs/*.log folder so we can check the exact issue ?

SMTP settings in the web.config looks similar to this

<smtp deliveryMethod="Network" >
  <network host="mail.yourdomain.com"  />
</smtp>



Regards

17
9/13/2011 5:43:40 PM
161 Reputation 23 Total posts

Here are the logs for yesterday. The first time the error occured I though it might be the smtp config so I found the lines in the web.config and modfied them. I am still getting the same error when I try to resend the confirmation email or when I attempt to create a new user.

Gary

18
9/13/2011 8:34:37 PM
15993 Reputation 2214 Total posts

Hi,

I have reviewed the logs and it seems to me that this is SMTP related can you please send us the SMTP section from the web.config ? (Please remove and credentials you have in that section)

Regards

19
9/13/2011 8:57:00 PM
7207 Reputation 956 Total posts

Maybe it would be a good idea to temporarily give admin credentials to some of our support engineers so we could go over your settings and speed this up.

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