gzip compression in asp.net beta 7
I'm working on a new test asp.net applicaiton using beta 7 - I have a basic web application started with the basic option - using MVC services (default options) and the Static Files middleware (default...
View ArticleAnyone else having problem with razor syntax and the new Visual Studio 2015 RC?
No matter what I do I can't seem to get it to recognize razor syntax in a cshtml (view). I've even tried to rest visual studio settings, but to no avail.It compiles and runs fine. But I get no...
View ArticleRequest: Improve MSDN documentation on ASP.NET Identity 3
Currently, the information available about the different types and approaches of ASP.NET Identity 2 is a mess. There is not a single comprehensive documentation available on the web. A documentation on...
View Article1.0.0-Beta7 File Upload Issue
I am not sure If I am posting this question in the right place or not...I am using the latest version of ASP.Net 5 1.0.0-Beta7 and MVC 6.0.0 Beta7. I need to upload a file and then process that file...
View Articlestatic content not available in debug mode?
I created a basic MVC 6 site using .net5 beta7. If I start my project with F5, my statics from wwwroot are not available. I would get blank page in a browser and 404 in iis express log and browser...
View Articleconversion from datetime to UnixTimeStamp issue
Hi I have a .txt file and in this i have many values separated by semicolon(;). In this file the second value is date in ["yyMMdd"] format .I am converting this Date to UnixTimestamp and writing output...
View ArticleGetting blank page instead of error
Though this seems to only affect 404 (Not found) errors. Doesn't matter if i use app.UseErrorPage() or not, still getting blank pages on 404 errors.Though "real exception" errors still generates an...
View Articledifference between asp.net identity vs session
I am using custom asp.net identity. I would like to know the difference between session and asp.identity claims?which one is better? Previously we use to save user details after login in session. with...
View ArticleGet route value in a View and in a ASP tag helper
Hello,On an ASP.NET MVC 6 project I have the following:[Route("help/how-it-works")] public IActionResult HowItWorks() { return View(); }How can I get the route, e.g. "help/how-it-works" in the View and...
View ArticleWebForms in ASP.NET 5
Whether there will be an opportunity to create the webforms applications?
View Articlesimplest ASP.NET 5 files set
With what smallest set of files and folders my application will be started? You couldn't give structure of files and folders and their contents that the site simply brought a string to the page?
View ArticleBeta5 --> Beta 7 Upgrade: what happend to FacebookAuthenticationNotifications?
Anybody knows if FacebookAuthenticationNotifications have dissapeared in Beta 7.Regards Morten
View ArticleMigrating versions in project on Visual Studio
Hi! I'm trying to migrate a hobby project of mine into a MVC 6 project with ASP.NET Core 5 from a ASP.NET 4.6.1 MVC 5, and upon doing so I get errors from IntelliSense that ASP.NET 5 Core doesn't...
View ArticleEnable SSL on IIS Express for vNext project?
Can this be done? Pre-vNext, there was a setting to tell IIS Express to use SSL. That seems to be gone now, unless I'm just not seeing it.
View ArticleASP.NET beta 3 application and IIS 8.5 hosting
Hi Guys, I'm trying to deploy my asp.net 5 application based on AngularJS & MVC6 Web APIEverything works well using visual studio and IIS Express but I cannot make it work in a full IIS on a...
View Articleaction filters
Hi, i have noticed when using the action filters in mvc 6 the actually context controller definition is an object not of type Controller, i wanted to make sure the following is the correct new way we...
View ArticleASP.NET 5 DNX Beta7 and NuGet - compilation issue
Hi,We have Visual Studio 2015 with DNX Beta 7 update installed. This is issue related to an ASP.NET 5 DNX 7 WebAPI project.When we add a NuGet we receive Visual Studio compilation errors the moment a...
View ArticleMulti-tenancy with ASP.NET 5 and MVC 6.
Hello!I'm starting out a new RESTful project that will serve as a SaaS service for multiple tenants.The tenants will use a sub-domain (i.e. tenant1.myapp.com) to access his data. Each tenant can have...
View Articleindex.html spa
I have a client side style spa using asp.net 5. All the code is html/j's/css, no cs but for the startup.cs file, from which I've removed all functional code.I was using dnx beta 4 for the build and I...
View Articleconfig.dev.json
I'm having a problem with config.dev.json I think. When I attempt to debug the project it tells me that something is missing. I'm not sure what though.Using Visual Studio 2015, ASP.net 5, Most...
View Article