Remote Validation not triggered
Hi, hope someone can help me. I have spent sometime debugging this and also searched this forum (I found one thread but this has not help my particular problem) but am still unable to get working.My...
View ArticleDoes or will EntityFrameworkCore have Sql Compact v4.0 supported?
I'm currently working on migrating to .net core the EF against SqlCe v4.0, and now researching on its replacement.Yet, I failed to find any, from here...
View ArticleControllers in dynamic assembly
Hi. I am trying to create some dynamic convention based API controllers like so:// Create some controllers via Reflection.Emit inside dynamic assemblyvar assembly =...
View ArticleLogged out of ASP NET Core site on IIS after 5 minutes of inactivity
Hi,When running my ASP NET CORE MVC site on IIS I notice that after 5 minutes of no requests, I get logged out of the site (I'm using Identity with cookies authentication).I suspected this being caused...
View ArticleASP.NET Core Identity - How to add new claims after initial login
Hi all,I am trying to add new claims to the Identity after the initial login based on certain data that is queriedfrom database. The new claims that I am adding not persisting for subsequent...
View ArticleProblem with BundlerMinifier.Core v2.2.296
I've got a Core web project, but using .NET 4.6.1 (to reuse a shared DAL project with EF6.1). The generated new project code includes "BundlerMinifier.Core": "2.2.281" in project.json.This works, but...
View Articlecan post a xml request to asp.net core web api?
Hi,I have implemented a asp.net core web api, if i post a json request, it works fine. But I also need to post a xml requet. does anyone know what I need to do, so that it can work for a xml request?
View ArticleWhy it takes so long to reload code in ASP.NET Core?
I am new in ASP.NET world and trying out ASP.NET Core MVC official tutorial and using "Start without Debugging" option to develop a project as there is supported code reload. But don't know why it...
View ArticleCircular dependency detected DataAccess -> DataAccess
I have an Asp.Net 5 solution with a web project: "WebAngular" and a class library project "DataAccess" that only have an EDMX file with a model which has only some tables with NO Code written in...
View ArticleASP.NET Core MVC Edit CheckBoxList values in Database
I'm having trouble understanding how to update the CheckBoxList values to the CustomerDevice table in my Database on the [HttpPost] Edit Action Method CustomerDeviceController.My Index Action Method...
View ArticleOpen Core MVC (6) project
Hi, at work I am working on a core MVC (6) project.I have been unable to open the project on my home computers.1. Is a 32 bit machine with VS2015 community2. Is a 64 bit machine with VS2015...
View ArticleIs there a list of ASP.NET core middlewares?
as i understand it (correct me if i am wrong) middlewares are a bunch of modules that i can plug into my ASP.NET core app so that they process requests and responses. there are "built in" modules that...
View Articleerror MSB1009: *.csproj Project file does not exist
Hi There,I have created a sample ASP.NET CORE app in VS 2015 and deploying on cloud ubuntu 14.04 platform. I am using custom compile script for deploy my app on cloud server.In my script I have written...
View ArticleAsp.net Core and SMS integration
Hi, I am a newbie on Asp.net core. I have some questions and hope some1 can help me.I intend to use asp.net core to create application to be used on the server-side. 1. Does Asp.net core provide SMS...
View ArticleBuild and project patterns when targeting .NET Core and .NET Framework flavors?
We've got a solution with 20 .NET Framework 4.5 .DLLs (say helloworld01.dll to helloworld20.dll) where we want to add Linux support (to each) in the near future. We think this means each of those needs...
View ArticleHow to develop ASP.NET MVC 4/5 (C#/SQL Server) application without any IDE
How to develop ASP.NET MVC 4/5 (C#/SQL Server) application (without Visual Studio/Visual Studio Code/Xamarin/Rider/IntelliJ/ReSharper etc) ?Here's my environment details for most MVCs:$ Notepad/Gedit$...
View ArticleReferencing a 3rd Party assembly
HiI am trying to reference a 3rd party assembly in a .net core application on windows using visual studio 2015 (all components are installed). I cannot create a dotnet core application of any kind and...
View ArticleDeploying application (web.config problems?)
First of all sorry for my english.However, i'm here because i'm having some problems with an application that i've deveolped.This application working nice when started with Visual Studio for example...
View ArticleHow to debug (or build) ASP.NET Core?
Hi,I would like to debug the release version of ASP.NET Core. Could you please help in what is the preferred approach?Background: I have not found any symbol server that would serve ASP.NET Core...
View ArticleCan't limit CPU usage on ASP.NET Core IIS application pool
I have several ASP.NET Core web applications on our web server. They work in IIS. Each in a separate application pool. Everything is good. But if I set CPU action at KillW3wp and Limit to any value...
View Article