-
Hello,
I have a base "application controller" class that is declared in another assembly with routes applied to it, and I'm attempting to overload that and host it in my WebApi project, with little l…
-
In the Web API betas I could do this:
```
[DELETE("/test/{id}")]
public void TestMe(int id)
{
}
```
The above now returns a 405 error, 'The requested resource does not support http m…
-
I like the `onRender` and `onClose` events, but sometimes I need to do some stuff before a render or before a close.
For example, I use jQuery Tipsy to show tooltips. Unfortunately, if I make a butto…
-
This is only an issue with the nightly builds of the ASP.NET Web API. However the release candidate is due soon and it'll be based on these nightly builds. I believe this has been an issue with every …
-
From the time I added custom web search, Quicksilver is slow. Normal funtctions are fine. But custom search takes a long time appear.
For example i have added a custom search for online bookstore fli…
-
Classic case is when some nuget package has both .min.js an .js files. Cassette should ignore the .min.js files.
Also must handle the .debug.js and .js option. In this case .js is the minified versio…
-
I ran into an issue that took me awhile to figure out (work around?).
Given this file structure:
```
Public
- Images
- Themes
- Scripts
- Vendor
- jQuery-1.7.1.js
- App.js
- base.css…