Edited Unassigned: Web API: Add RouteAttribute, remove attribute routing...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleEdited Unassigned: Add RouteAttribute, remove attribute routing properties...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleEdited Unassigned: Web API: Add RouteAttribute, remove attribute routing...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleCreated Issue: MVC: Web API: Add RouteAttribute, remove attribute routing...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleEdited Issue: Web API: Add RouteAttribute, remove attribute routing...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleEdited Issue: MVC: Add RouteAttribute, remove attribute routing properties...
Merging attribute routing with the existing HttpXxxAttributes causes a couple of issues:* When using Web API conventions you end up repeating yourself on what HTTP verb is handled by the...
View ArticleCreated Unassigned: Enable the WebSecurity.WebData project to allow for...
Hi,I am currently using the WebSecurity.WebData project to update the simple membership with users etc. The problem I am facing right now is that the WebSecurity class in the project currently just...
View ArticleCreated Unassigned: When using attribute routing, Cors policy override...
__Scenario__:User is using attribute routing and CORs together. He has a global CORS configuration and also a CORS configuration on a particular action.__Issue__: The CORS policy decorated on the...
View ArticleEdited Unassigned: When using attribute routing, Cors policy override...
__Scenario__:User is using attribute routing and CORs together. He has a global CORS configuration and also a CORS configuration on a particular action.__Issue__: The CORS policy decorated on the...
View ArticleCreated Unassigned: TargetInvocationException and MethodAccessException in...
After updating from nightly 2013 Jul 20 build to 2013 Aug 09 build from myget and I'm receiving this error upon the startup of the host:using (WebApp.Start<Startup>(serverUrl)The error...
View ArticleCommented Unassigned: TargetInvocationException and MethodAccessException in...
After updating from nightly 2013 Jul 20 build to 2013 Aug 09 build from myget and I'm receiving this error upon the startup of the host:using (WebApp.Start<Startup>(serverUrl)The error...
View ArticleEdited Unassigned: TargetInvocationException and MethodAccessException in new...
After updating from nightly 2013 Jul 20 build to 2013 Aug 09 build from myget and I'm receiving this error upon the startup of the host:using (WebApp.Start<Startup>(serverUrl)The error...
View ArticleEdited Unassigned: Enable the WebSecurity.WebData project to allow for...
Hi,I am currently using the WebSecurity.WebData project to update the simple membership with users etc. The problem I am facing right now is that the WebSecurity class in the project currently just...
View ArticleEdited Unassigned: Web Api 2 Attribute Routing - Extension Issue [1203]
I am using the new attribute routing in Web Api 2 and am having the following issue with web hostingI have set up extension mapping as...
View ArticleEdited Unassigned: HtmlHelper.AttributeEncode doesn't support IHtmlString [1202]
There's an overload for HtmlHelper.AttributeEncode(object) that converts the input to a string, and then calls HtmlAttributeEncode -- this prevents correct processing of a pre-encoded object that...
View ArticleClosed Issue: BrowserHelpers.GetOverriddenBrowser should use...
if (!String.Equals(overriddenUserAgent, httpContext.Request.UserAgent)){ overriddenBrowser = createBrowser(overriddenUserAgent);}
View ArticleCommented Unassigned: TargetInvocationException and MethodAccessException in...
After updating from nightly 2013 Jul 20 build to 2013 Aug 09 build from myget and I'm receiving this error upon the startup of the host:using (WebApp.Start<Startup>(serverUrl)The error...
View ArticleCommented Unassigned: TargetInvocationException and MethodAccessException in...
After updating from nightly 2013 Jul 20 build to 2013 Aug 09 build from myget and I'm receiving this error upon the startup of the host:using (WebApp.Start<Startup>(serverUrl)The error...
View ArticleCommented Unassigned: TargetInvocationException and MethodAccessException in...
After updating from nightly 2013 Jul 20 build to 2013 Aug 09 build from myget and I'm receiving this error upon the startup of the host:using (WebApp.Start<Startup>(serverUrl)The error...
View ArticleCommented Issue: Parse function in jquery.validate.unobtrusive.js performance...
The jquery statement$(selector).find(":input[data-val=true]").each(....) - line 173 jquery.validate.unobtrusive.js within the Parse(selector) method.Provides better performance if it is re-written as a...
View Article