Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

.net-core

How to set default page asp.net

August 31, 2022 by Magenaut

I’ve just published my site in my server, but when I type in the browser www.mysite.com I get this error : HTTP Error 403.14 – Forbidden The Web server is configured to not list the contents of this directory.However if I type www.mysite.com/Home.aspx it loads correctly. So, how can I set the default page?? I … Read more

Categories ASP.NET, Q&A Tags .net, .net-core, asp.net, asp.net-core, asp.net-mvc Leave a comment

ASP.NET 5 (vNext) – Getting a Configuration Setting

August 31, 2022 by Magenaut

I’m writing a basic app to learn ASP.NET 5. One area I find very confusing is configuration. Prior to ASP.NET 5, I could do the following:

Categories ASP.NET, Q&A Tags .net, .net-core, asp.net, asp.net-core, c# Leave a comment

How to add Mime Types in ASP.NET Core

August 30, 2022 by Magenaut

When developing an application using .NET Framework 4.6 (MVC4/5), I used to add custom mime types in the web.config file, like this (this is the actual mime types I need to add in my app):

Categories ASP.NET, Q&A Tags .net-core, asp.net, asp.net-core, c# Leave a comment

Is it possible to reference .net framework 4.7.2 class library from an ASP.NET Core MVC project?

August 30, 2022 by Magenaut

I have an ASP.NET MVC 5 project which works well and it also references a .NET Framework 4.7.2 Class library which produces some CrystalReports. CrystalReports does not support .NET Core, so the class library will stay with full .NET Framework.

Categories ASP.NET, Q&A Tags .net, .net-core, asp.net, asp.net-core, asp.net-core-mvc Leave a comment

Access App key data from class libraries in .NET Core / ASP.NET Core

August 30, 2022 by Magenaut

To access App Keys in a class library, do we need to do the following code in every class library and class where we need to access a AppKey?

Categories ASP.NET, Q&A Tags .net-core, asp.net, asp.net-core, c# Leave a comment

Add .NETFramework 4.5 dll to .NETCore project

August 30, 2022 by Magenaut

I have a previously generated DLL with some enterprise code that I would like to reuse in a .NETCore project. However, since the original DLL was created and compiled using .NETFramework 4.5 I am not able to directly add the dll as a reference.

Categories ASP.NET, Q&A Tags .net-core, .net-framework-version, asp.net, asp.net-core, c# Leave a comment

Differences between ASP.NET Web Application (.NET Framework) vs ASP.NET Core Web Application (.NET Framework)

August 30, 2022 by Magenaut

Why should I choose ASP.NET Web Application (.NET Framework) instead of ASP.NET Core Web Application (.NET Framework)?

Categories ASP.NET, Q&A Tags .net, .net-core, asp.net, asp.net-core, asp.net-mvc Leave a comment

Alternative to Server.Transfer in ASP.NET Core

August 29, 2022 by Magenaut

I am migrating an ASP.NET application to ASP.NET Core and they have some calls to HttpServerUtility.Transfer(string path). However, HttpServerUtility does not exist in ASP.NET Core.

Categories ASP.NET, Q&A Tags .net-core, asp.net, asp.net-core-1.0, asp.net-core-webapi Leave a comment

What is the use of Normalized Email & UserName in .NET core IdentityUser Model?

August 29, 2022 by Magenaut

When I use IdentityUser model in Asp.Net Identity with EntityFramework, it creates some standard fields in the database. All the fields are self explanatory except for the below two fields.

Categories ASP.NET, Q&A Tags .net-core, asp.net, asp.net-identity, entity-framework Leave a comment

How to extract custom header value?

August 29, 2022 by Magenaut

I have this exact code from the accepted answer in my project which I need to migrate into ASP.NET Core MVP.

Categories ASP.NET, Q&A Tags .net, .net-core, asp.net, asp.net-core, c# Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 Page7 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress