Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Edited Unassigned: RouteData not available to WebHost's buffer policy...

__Scenario__:User wishes to upload large files to a Web API service. He does not want these files to be buffered, so depending on the incoming request's route data (ex: controller, action), he either...

View Article


Edited Unassigned: RouteData not available to WebHost's buffer policy...

__Scenario__:User wishes to upload large files to a Web API service. He does not want these files to be buffered, so depending on the incoming request's route data (ex: controller, action), he either...

View Article


Edited Unassigned: Razor V2 & V3-beta2 : Issue with parsing bool value in...

From Razor V2 onwards, I have noticed issue while parsing bool value with HTML tag attribute. Issue reproduced only when we are parsing bool value as HTML tag attribute. Please have a look at below...

View Article

Edited Unassigned: Razor V2 & V3-beta2 : Issue with parsing bool value in...

From Razor V2 onwards, I have noticed issue while parsing bool value with HTML tag attribute. Issue reproduced only when we are parsing bool value as HTML tag attribute. Please have a look at below...

View Article

Created Unassigned: In MVC attribute routing, ignoring route prefix fails...

__Scenario__:User likes to make the HomeController's Index as the default view when anyone visits like "http://mysite.com"__Issue__:I am receiving the following validation error for the following...

View Article


Edited Issue: Web Api attribute routing is adding NonAction decorated method...

__Scenario__:A user sometimes would like to keep some methods public in his controller but would not like it to be invoked by end users, so he decorates it with [NonAction] attribute.__Issue__:In the...

View Article

Commented Issue: Web Api attribute routing is adding NonAction decorated...

__Scenario__:A user sometimes would like to keep some methods public in his controller but would not like it to be invoked by end users, so he decorates it with [NonAction] attribute.__Issue__:In the...

View Article

Commented Issue: Web Api attribute routing is adding NonAction decorated...

__Scenario__:A user sometimes would like to keep some methods public in his controller but would not like it to be invoked by end users, so he decorates it with [NonAction] attribute.__Issue__:In the...

View Article


Edited Unassigned: In MVC attribute routing, ignoring route prefix fails when...

__Scenario__:User likes to make the HomeController's Index as the default view when anyone visits like "http://mysite.com"__Issue__:I am receiving the following validation error for the following...

View Article


Edited Unassigned: In MVC attribute routing, ignoring route prefix fails when...

__Scenario__:User likes to make the HomeController's Index as the default view when anyone visits like "http://mysite.com"__Issue__:I am receiving the following validation error for the following...

View Article

Commented Unassigned: In MVC attribute routing, ignoring route prefix fails...

__Scenario__:User likes to make the HomeController's Index as the default view when anyone visits like "http://mysite.com"__Issue__:I am receiving the following validation error for the following...

View Article

Edited Issue: In MVC attribute routing, ignoring route prefix fails when '~/'...

__Scenario__:User likes to make the HomeController's Index as the default view when anyone visits like "http://mysite.com"__Issue__:I am receiving the following validation error for the following...

View Article

Edited Task: MQ: Automate cleanup of old builds [1162]

Add a scheduled task to remove builds older than three months.

View Article


Edited Issue: Consider changing the default value for MaxExpansionDepth to be...

The default value for MaxExpansionDepth in Web API is set to 1. Although this works on most of the cases, having a default expansion value of two is much more reasonable, as it can cover scenarios like...

View Article

Closed Unassigned: Razor V2 & V3-beta2 : Issue with parsing bool value in...

From Razor V2 onwards, I have noticed issue while parsing bool value with HTML tag attribute. Issue reproduced only when we are parsing bool value as HTML tag attribute. Please have a look at below...

View Article


Edited Unassigned: Move HttpError to the System.Net.Http.Formatting.dll [1156]

So that clients that want to deserialize HttpError do not have to take a dependency on the server dll i.e System.Web.Http.dll

View Article

Edited Issue: Unbuffered input streams don't work correctly on web host [1136]

Returning false from IHostBufferPolicySelector.UseBufferedInputStream on web host breakes Web API + MVC side-by-side, at least in some scenarios.Consider an MVC controller with the following code:...

View Article


Edited Issue: RouteData not available to WebHost's buffer policy selector in...

__Scenario__:User wishes to upload large files to a Web API service. He does not want these files to be buffered, so depending on the incoming request's route data (ex: controller, action), he either...

View Article

Edited Issue: TransferEncodingChunked=true doesn't work on WebHost [1124]

When setting response.Headers.TransferEncodingChunked, the response doesn't get chunked, and a client (Fiddler) will fail trying to read the response.Repro 1: public HttpResponseMessage Get(){...

View Article

Edited Issue: Post error: Either BinaryRead, Form, Files, or InputStream was...

See full [question in Stackoverflow](http://stackoverflow.com/questions/17602845/post-error-either-binaryread-form-files-or-inputstream-was-accessed-before-t)After performing the downgrade webapi, it...

View Article
Browsing all 7215 articles
Browse latest View live