VS.NET 2015 with Update 3, .NET Core 1.1.0 Razor Tag Helpers do not get...
Hi, After upgrading my project to .NET Core 1.1.0, Razor Tag Helpers do not get colorization or special IntelliSense at design time. They work normally at runtime.global.json file:{"projects": [...
View ArticleThe specified CGI application encountered an error and the server terminated...
I deployed the default ASP.NET Core application which comes from the project template. Some the website is running fine, but at some times i am getting the below error messageHTTP Error 502.3 - Bad...
View Articleasp.net core impersonate true
I´ve got a asp.net core application running on kestrel behind an IIS 7.5. I always use anonymous authentication configured in IIS to use one specific user from my active directory. I´m unable to get...
View Articleprefix controls in a partial view
Hi I would like to add a prefix to controls in a partial view so that they bind correctly to the model on submitting a form however the way to do this by passing a viewdatadictionary with templateinfo...
View Articlewhat is AuthenticationScheme and AccessDeniedPath usage
see the code firstpublic void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) { app.UseCookieAuthentication(new CookieAuthenticationOptions {...
View ArticleIs it possible to use an Asp.Net Core rather than Windows, Linux and Mac?
Hi,I want to know, is it possible to use an Asp.Net Core rather than cross platform such as Windows, Linux and Mac environment. if yes, i mean you can give me your ideas and inputs to use it as well as...
View ArticleOther than multi-platform, is there anything else to Asp.Net core?
I have watched a couple videos talk about Asp.Net core, and they all seem to tout 'Multi-platform' as the greatest advantage to Asp.Net core.I have only used Windows since the (not so) good old days of...
View ArticleBundlerMinifier
I use BundlerMinifier.Core on Asp.net Core on Linux(debian).bundleconfig.json {"outputFileName": "wwwroot/fonts/alegreya/alegreya.min.css","inputFiles": ["wwwroot/fonts/alegreya/alegreya.css" ]...
View ArticlePosted model's properties always null
Just saying I'd rather not make changes to my client app since it still need to use my old api, written in asp.net web api.I believe I'm doing exactly the same thing in both my old api and the .core...
View ArticleAdd Entity Framework to Asp.net Core site
Hello.It is such that I am working on Asp.net Core. I have tried to examine the options available for getting Entity Framework on my site.My question is: - How do I add Entity Framework for my...
View ArticleWeb.config Transform in ASP.NET Core
Hi,Currently I have IIS Rewrite Rules inside Web.config, how to automatically transform Web.config just like the classic ASP.NET (Web.Release.config)? Currently I always have to comment out the rewrite...
View ArticleStartupDevelopment class is not auto loaded in the app startup
According to ASP.NET core docs if you make a class called "StartupDevelopment" and your ASPNETCORE_ENVIRONMENT env variable is called "Development" the class "StartupDevelopment" will be used instead...
View ArticleIdentity and Jwt. How does it all fit together?
Hello,I am building a very simple application. Angular2 client. Asp.net Core Web API to provide the data to the client. I am using Asp.net Core Identity to store user access and do the authentication...
View ArticleWindows Azure Storage client library
is there a windows azure storage client library for asp .net core? I'm trying to add the library, looking for various preview versions and don't see anything. is there a msft library for this...
View ArticleError while running the ASP.NET Core WebApp on Docker in Windows 7 (Debugging)
Hi,I am trying to run the asp.net core app on docker in windows 7. I have Visual Studio 2015 Enterprise (Update 3) and Visual Studio Tools for Docker installed. Also, I am able to run the application...
View ArticleWhy .net core in mac ?
In windows, .net core apps can be used as console apps , web apps or GUI (using UWP). in linux it is useful as console apps or web app.on the other hand the MAC is not practically used as web servers...
View ArticleHow to log http POST data to IIS log in asp.net core
Hi,When I was using the old asp.net, I was be able to append the http POST data to IIS log by usingHttpResponse.AppendToLog() method. But in asp.net core this method is no longer available. so how I...
View ArticleSecuring asp.net core WEB API the right way
Hello,I built a sample “to-do” proof-of-concept app which includes …an aspnet core WEB API backend,an angluarjs2 clientand an iphone client. It’s all working just fine, which is basically CRUD...
View ArticleUsing the same Startup.cs from a framework library for multiple Web Applications
We have a common Class Library Project which contains the Startup.cs and some of the common middle wares used across all the Applications(ASP .Net Core Web Applications which are dependent on the...
View ArticleLayout&Css
I have encountered an error when I decided to customize the function of registration, authorization, during this I had to correct a margin-top;some _LoginPartial.cshtml code :<div class="ui...
View Article