dotnet-websharper / owin

Wrappers for hosting WebSharper sitelets and remoting components in OWIN projects
Apache License 2.0
10 stars 9 forks source link

webRoot is relative to the application's location, not the working directory #8

Closed Tarmil closed 9 years ago

Tarmil commented 9 years ago

For example with this code:

app.UseSitelet("mywebdir", mySitelet)

If I'm in folder A and I run ./B/mywebapplication.exe then the resulting web application's root folder is A/B/mywebdir, whereas it should be A/mywebdir.

Tarmil commented 9 years ago

Actually this seems to be an issue with PhysicalFileSystem, not WebSharper.Owin.