I am trying to write a simple F # ASP.Net MVC application
Ive added Global.asax as follows
<%@ Application Inherits="WebApplication.Core.Global" Language="F#" %>
then in a separate reference assembly I have
namespace WebApplication.Core with a type Global() = etc
Getting "F #" is not supported.
Can't I do it?
thanks
asp.net-mvc f # global-asax
Chris mckelt
source share