fsprojects-archive / zzarchive-generator-fsharp

[ARCHIVED] Yeoman F# generator
Apache License 2.0
62 stars 27 forks source link

WebSharper client-server: Owin or not Owin? #13

Closed Tarmil closed 8 years ago

Tarmil commented 9 years ago

Here is a question regarding the use of Owin in the WebSharper templates.

Krzysztof-Cieslak commented 9 years ago

Personally, I would like to have IIS-hostable Owin based project. But that's just my personal preference. No idea which solution is most used / popular.

Tarmil commented 9 years ago

I just tried to implement it, and hit this bug. It will likely need a fix in WebSharper.Owin itself.

Tarmil commented 9 years ago

Found and fixed the bug, we'll be able to switch to Owin.Host.SystemWeb as soon as the next WS.Owin release hits nuget.

Krzysztof-Cieslak commented 9 years ago

Amazing. So update PR after new nuget is released, let me know, and then I'll merge all changes.

Krzysztof-Cieslak commented 9 years ago

@Tarmil, any progress with this? Do You have any idea when it will be released?

Tarmil commented 8 years ago

I've just come back to this, I have a version that is working except for one detail: because of this issue, it doesn't work when compiling for F# 3.1 on VS2015.