VS2010 Template for F# ASP.NET Web Application (again)

http://dl.dropbox.com/u/7392906/20100813/FSharpAspNet.zip
http://dl.dropbox.com/u/7392906/20100813/FSharpAspNetItem.zip

These are experimental ones.

Prerequisite component(s)

Usage

Put these files under the following location:

  • FSharpAspNet.zip : [User project templates location] directory
  • FSharpAspNetItem.zip : [User item templates location] directory

Note that you don't need to extract these zip files.

After do that, when you create new project on VS2010, you can find a new [F# Web Application] template under [Visual F#] category.
When you select this template to create your new project, the following projects will be added:

  • .Code

ex) 'WebApplication1' and 'WebApplication1.Code'

To add new page(s), you should do it on '.Code' project.
When you open [Add]-[New Item] dialog, you can find a new [F# Web Page] template.

Known Issue

Assume that you have 'WebApp1' and 'WebApp1.Code' projects.
To run your application, you should build 'WebApp1.Code' project prior to 'WebApp1'.
Your application won't work correctly unless you build your 'WebApp1.Code' manually.