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.

Problem setting Avatar  (Mono Support )

Viewed 160445 time(s), 25 post(s) 16.06.2011 00:49:04by waterskiaddict
waterskiaddict

waterskiaddict

16.06.2011 21:01:40
It is running IIS 7
Dieser Inhalt wurde noch nicht bewertet. 
36 Reputation 10 Total posts
denis

denis

16.06.2011 21:07:05
In that case, you should look for the <handlers>...</handlers> section in your web.config. It should contain this line

<add name="Telerik_RadUploadProgressHandler_ashx" verb="*" preCondition="integratedMode" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" />

Additionally, the application pool your site is running under should be set to integrated managed pipeline mode.
Dieser Inhalt wurde noch nicht bewertet. 
7207 Reputation 956 Total posts
waterskiaddict

waterskiaddict

16.06.2011 21:18:16
I dont see a handlers section, maybe he is lying to me about the version lol... I love getting the run around.

<httpHandlers>
<remove verb="POST,GET" path="MonoSoftware.MonoX.Upload.axd" />
<add verb="POST,GET" path="MonoSoftware.MonoX.Upload.axd" type="MonoSoftware.MonoX.Upload" />
<remove verb="POST,GET" path="MonoSoftware.MonoX.GetImage.axd" />
<add verb="POST,GET" path="MonoSoftware.MonoX.GetImage.axd" type="MonoSoftware.MonoX.GetImage" />
<add verb="*" path="Thumbnailer.ashx" type="MonoSoftware.MonoX.Thumbnailer, MonoX" />
<!--Note: These Hanlders will optimize css and script content-->
<!--Note: To Enable these handlers you need to set css and js files to be parsed by aspnet_isapi.dll in IIS Application configuration-->
<!--<add verb="*" path="*.css" type="MonoSoftware.Web.WAO.Handlers.CssHandler, MonoSoftware.Web.WAO" validate="false"/>-->
<!--<add verb="*" path="*.js" type="MonoSoftware.Web.WAO.Handlers.ScriptHandler, MonoSoftware.Web.WAO" validate="false"/>-->
<add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
<add verb="*" path="SiteMap.ashx" type="MonoSoftware.MonoX.SiteMap.SiteMap, MonoX" />
<add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI" validate="false" />
<add verb="*" path="CaptchaHandler.ashx" type="MonoSoftware.Web.Controls.Captcha.CaptchaHandler, MonoSoftware.Web" />
</httpHandlers>

What are the IIS 6 items to look for?
Dieser Inhalt wurde noch nicht bewertet. 
36 Reputation 10 Total posts
denis

denis

16.06.2011 21:20:39
I believe that it runs on IIS 7, but somebody has removed a very important section from your config file and MonoX cannot work correctly because of that. Maybe your admin has played around with the IIS admin console, as all changes made in it end up written to web.config.
Dieser Inhalt wurde noch nicht bewertet. 
7207 Reputation 956 Total posts
waterskiaddict

waterskiaddict

16.06.2011 21:23:21
Is this something that can be fixed or should it just be reinstalled? This is our first test install of this software.
Dieser Inhalt wurde noch nicht bewertet. 
36 Reputation 10 Total posts
denis

denis

16.06.2011 21:48:55
Since we don't really know if there are any additional issues, it would be the best idea to reinstall the whole package. We can help you remotely if this doesn't resolve your problems.
Dieser Inhalt wurde noch nicht bewertet. 
7207 Reputation 956 Total posts
waterskiaddict

waterskiaddict

17.06.2011 00:40:36
Fresh Install - same problem

This is hosted on arvixe
Dieser Inhalt wurde noch nicht bewertet. 
36 Reputation 10 Total posts
khorvat

khorvat

17.06.2011 06:05:32
Hi,

  can  you give us an URL of the site so we can check the issue (the one on arvixe) ?

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
gagan

gagan

28.07.2011 09:52:56
Hi-As I am also having the same issue, I thought I will post in the same topic. My screenshot would have shown same as waterskiaddict, so I am not posting any snapshot.

After reading above suggestions I noticed that whole <handler> section was missing from my web.config file which I am attaching here also. But when I add that section the site becomes unusable as in it displays "A serious issue has encountered..."

I am also hosting my site on Arvixe which is Windows server based hosting.
Dieser Inhalt wurde noch nicht bewertet. 
21 Reputation 4 Total posts
denis

denis

28.07.2011 10:42:04
Could you please let us know which version is installed on your host? It can be seen in the upper right corner of the screen when you are logged in as admin. Also, did you use their preinstalled version of MonoX (which should be synced with the Microsoft Web gallery), or did you use the installation package from our site?
Dieser Inhalt wurde noch nicht bewertet. 
7207 Reputation 956 Total posts
1 2 3