fonts problem in Edge
Hi,I use google fonts. I recognized that it doesnt work in EDGE for turkish character's Ğ-ğ-İ-Ş-ş. They do not appear. But some character is appearing (Ç-ç-ı-Ö-ö-Ü-ü)I tried other browser there is no...
View ArticleI am not getting the scrollbar in the steve jobs template
I am not getting scrollbar in steve jobs turn.js template. How to enable it ?
View ArticleUbuntu 16.04 dotnet installed but not working.
I installed dotnet core 2.0.6 on Unbuntu 16.04. Everything went smoothly. If I type > dotnet I get Usage: dotnet [options]Usage: dotnet [path-to-application]Options:-h|--help Display help.--version...
View ArticleEstimation time
Hi,How can I estimate time to read an article like docs.asp.net thanks in advance!
View ArticleHow do asp.net core razor pages use ssl ?
<div>By Rick Anderson 's article 'Enforce HTTPS in an ASP.NET Core' https://docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl</div> <div> // Requires using...
View ArticleWhat is the best practice of securing static files or folders, or is there one?
Is there a competent way of securing static files or folders under wwwroot,?
View ArticleAre all files in the root directory (appsettings.json, Program.cs,...
I assume several files are by default secure (such as sppsettings.json, web.config, etc.) but are all files in the root directory secured? Also, are folders beneath the root directory automatically...
View ArticleOAuth sign out
I followed this blog post https://www.jerriepelser.com/blog/authenticate-oauth-aspnet-core-2/ and modified to use it with Samsung's Artik service...
View ArticleSome way to modify background process / thread from UI (ASP.net Core 2)
Hello,I am developing a website in ASP .NET Core MVC 2. I am trying to stream real-time video to my clients, and I need to do it frame by frame, as the video is modified before being sent to the...
View ArticleImages all return 404
I've been doing this for about 16 years and I've never had a problem or misinformation and misdirection as I have with something as trivial as adding an image to a webpage.I created a new MVC site .NET...
View ArticleBEST TECHNIQUES - How do you modify a MVC layoutpage
Hi guys Can someone advise what are the best techniques for controlling an MVC Core2 _LayoutPage ?I want to be able to pass model data (from the database) 1. Initially I used BaseControllers, but it...
View ArticleIs there an easy way to personalize the Login.cshmtl page on a per client...
In using IdentityServer4 as an API, I want the API to sense which client is trying to authenticate using the API, and then accordingly change some of the CSS for a more personalized experience when...
View ArticleInvalidate JWT token
We are using JWT token as auth token. We want to invalidate it when user logs out or changes his/her password? How can I do that in Asp Net Core Web API?
View ArticleUser preference For site color css file
Hi, I have a website template. It have color css files. Black.css (default) Blue.css Red.css Green.css Users have 4 options for visual. User can select a option when it was, continue to use website....
View ArticleCustomization for Identity in ASP.NET CORE 2
Hi,I want to create aspnetuser table with customized columns like hashpassword accept simple plain text instead of hashed. I want to remove hashing on that column. and want to add some more columns and...
View ArticleCredentials getting passed in 4.7.1, but not Core 2.0?
The following code in a webapi application targetting netcoreapp2.0 results in "One or more errors occurred. (The remote server returned an error: (401) Unauthorized.)'": var url = "..."; var...
View Article.NET Core 2.0 deploy to Server 2012 R2
Hello;I installed Core SDK and all updates. But core 2 app is not runing.https://ibb.co/kkhOxH
View ArticleIs there a way to get "ApplicationPool dentity" of the Process Model to work...
I have SSL working with self-signed certificates in my local IIS server. And using "ApplicationPoolIdentity" for the process model works to run the site itself using https. But I have an...
View ArticleProblem when connecting to a SOAP service with .Net Core 2.0 behind a proxy
HelloI'm using Visual Studio 2017I have noticed that it was not possible to connect to a SOAP service from a .Net Core 2.0 when being behind a proxy (when connected directly to the internet it's...
View ArticleQuestion about difference between HTTPPOST and async Task
I'm learning MVC Core 2, from two different instructors.One instructor posts with the [HTTPPOST] attribute, while the othercodes the action with async Task<IactionResult>Do they basically do the...
View Article