The Websharper website has a tutorial on integrating ASP.NET with Websharper, but it is vague on certain things. I have installed the Websharper package on my ASP.NET MVC project and followed step 1 of the instructions, but I'm confused about the rest.
For step 2, where or how do I add the Websharper application that I want to integrate? Do I just add the F# source file in the scripts folder and have it automatically generate the Javascript that i need? Or do I have it compile in a separate Websharper project and add the generated Javascript into the ASP.NET MVC project?
In the title itself, it specifically says integration with ASPX pages. Does that mean this won't work with Razor web pages, which is the default for ASP.NET MVC?