Closed Tarmil closed 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.
A
./B/mywebapplication.exe
A/B/mywebdir
A/mywebdir
Actually this seems to be an issue with PhysicalFileSystem, not WebSharper.Owin.
For example with this code:
If I'm in folder
A
and I run./B/mywebapplication.exe
then the resulting web application's root folder isA/B/mywebdir
, whereas it should beA/mywebdir
.