Questions tagged [tinyweb]

TinyWeb is an open source microweb framework for .NET.

TinyWeb is an open source microweb framework for .NET. https://github.com/martinrue/Tinyweb

4 questions
5
votes
2 answers

Can not render view in TinyWeb framework

I am trying to render a simple view with the TinyWeb framework and Spark view engine. Enviroment is Visual Studio 2011 developer preview & .net 4.5 Rendering a template with no model binding works fine. However when I bind a model then it no longer…
Cogslave
  • 2,513
  • 3
  • 25
  • 35
0
votes
1 answer

Mono Global.asax Compile Error

I am trying to get a simple web app to run on Mono and Ubuntu. I am following this tutorial http://invalidcast.com/2011/01/tinyweb-does-mono I get this compile error for my Global.asax, it compiles and runs correctly under .net on…
Cogslave
  • 2,513
  • 3
  • 25
  • 35
0
votes
1 answer

Can the TinyWeb Framework run handlers with session state off?

I am developing a simple website with the TinyWeb framework and Spark view engine. Environment is Visual Studio 2011 developer preview & .net 4.5 Everything works well until I turn off session state. When I turn session state off previously working…
Cogslave
  • 2,513
  • 3
  • 25
  • 35
0
votes
0 answers

Delete tags in custom TinyWebDB

Is it possible to delete tags in a custom TinyWebDB without having to go into the database and manually delete them? There is no block to do so, and I tried storing the tag as an empty string, but the tag doesn't go away.
John Locke
  • 185
  • 1
  • 17