I resolved the issue with public url. The WebSharper URLs are case sensitive and it was my problem. :-)
Also noticed there is a problem when publishing project. There can be any missing javascript files.

Tomas

By on 5/10/2012 1:14 AM ()

It appears the reason is confusing JQuery UI Formlets which use a black default icon style, and plain WebSharper formlets that use more color in the icons. Notice the difference between two kinds of Enhance.* combinators, in particular:

1
2
3
4
5
...
|> IntelliFactory.WebSharper.Formlet.Enhance.WithFormContainer

... 
|> IntelliFactory.WebSharper.Formlet.JQueryUI.Enhance.WithFormContainer

As discussed in private email, your IIS issue is likely to be caused by using a higher .NET target for your code (4.5) than is used on the server (Application Pool running .NET 4.0). Thanks.

By on 5/7/2012 1:01 PM ()

Hi,
I have small progress here. I found out when use Enhance.Many instead of Enhance.CustomMany with Enhance.ManyConfiguration.Default, the icons immediately appears.
But other two issues still remain, especially deployment to IIS. So any advices, please?

Thanks

By on 4/23/2012 2:19 AM ()

I would like to expose it directly as test web application, but it seems it works only on localhost. - When I try public url, I get only directory listing. Am I missing any settings here ? Where is default page set?

By on 4/17/2012 2:01 AM ()

Point 1 is ok - it is sample sitelet.
How to check point 2 (I use IIS 7) ?

By on 4/18/2012 2:36 PM ()

To avoid the directory listing you need to:

1) Provide a mapping for "/" in your sitelet (the sample templates have that)
2) Make sure that your web container doesn't override the sitelet handler by serving a directory listing instead

By on 4/18/2012 8:32 AM ()

Can you post the code and a screenshot?

By on 4/16/2012 5:17 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper