Mono Support Problem setting Avatar 

166199 put(a) pogledan, 25 odgovor(a), 16.6.2011. 0:49:04 - Kreirao(la) waterskiaddict
16.6.2011. 21:01:40
36 Reputacija 10 Ukupno objava

It is running IIS 7

11
16.6.2011. 21:07:05
7207 Reputacija 956 Ukupno objava

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.

12
16.6.2011. 21:18:16
36 Reputacija 10 Ukupno objava

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?

13
16.6.2011. 21:20:39
7207 Reputacija 956 Ukupno objava

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.

14
16.6.2011. 21:23:21
36 Reputacija 10 Ukupno objava

Is this something that can be fixed or should it just be reinstalled? This is our first test install of this software.

15
16.6.2011. 21:48:55
7207 Reputacija 956 Ukupno objava

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.

16
17.6.2011. 0:40:36
36 Reputacija 10 Ukupno objava

Fresh Install - same problem

This is hosted on arvixe

17
17.6.2011. 6:05:32
15993 Reputacija 2214 Ukupno objava

Hi,

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

Regards

18
28.7.2011. 9:52:56
21 Reputacija 4 Ukupno objava

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.

19
28.7.2011. 10:42:04
7207 Reputacija 956 Ukupno objava

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?

20
1 2 3
Ovo je MonoX demo site. Posjetite Mono Software za više detalja.