This is the web.config from Syme "Expert F#", chapter 14. It worked for me - after I fixed the version number (which is output at the start of the interpeter)

<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" />
</system.web>

<system.codedom>
<compilers>
<compiler language="F#;f#;fs;fsharp"
extension=".fs"

type="Microsoft.FSharp.Compiler.CodeDom.FSharpAspNetCodeProvider,
FSharp.Compiler.CodeDom,
Version=1.9.6.2,
Culture=neutral,
PublicKeyToken=a19089b1c74d0809"/>
</compilers>
</system.codedom>
</configuration>

HTH - if not, I can send you my working solution. But I'm only just begining with this, so I can't help much beyond that.

Javaman

By on 3/23/2009 11:16 PM ()

Yeah, got that, but I still get the warnings.

Also, my State Server isn't working, F# blows up when I just try to reference base.Session.

Anyone got a sample of storing/retrieving data from Session or Application?

Thanks.

By on 3/24/2009 7:08 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