Skip to content

Magenaut

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

asp.net-core

ASP.NET Core application debugging without publishing on IIS

August 27, 2022 by Magenaut

I used to use asp.net mvc4 and in IIS my website’s physical path would point my solution directory, and every time I update my code, I just re-build my solution and then I can use “Attach to process” (w3wp) to start debugging.

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

How to use ASP.NET Identity 3.0 without Entity Framework

August 27, 2022 by Magenaut

Are there any example which does not use EntityFramework and where ApplicationUser class is not derived from Microsoft.AspNet.Identity.EntityFramework.IdentityUser?

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

Request.CreateResponse in asp.net core

August 27, 2022 by Magenaut

Below is my code (Partial code) and I want to migrate it into asp.net core.
My problem is “Request.CreateResponse” is not working in below code. I google it a lot but unable to find any solution. How can I solve it? Package Microsoft.AspNet.WebApi.Core is also not working.

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

Populating Dropdown in ASP.net Core

August 26, 2022 by Magenaut

Does anyone know how to deal with Dropdowns in Asp.net core. I think I made myself very complicated to understand the new Asp.net core concept. (I am new to Asp.net Core).

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

Convert DataTable to IEnumerable in ASP.NET Core 2.0

August 26, 2022 by Magenaut

I need to generate an ‘IEnumerable from a DataTable that I receive as an input from another system. The following code worked in ASP.NET 4.6.1.

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

Unable to translate bytes [FC] at index 35 from specified code page to Unicode

August 26, 2022 by Magenaut

I’m trying to send an object like this to my REST API(built with asp net core)

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

ASP.Net / ASP.NET Core Web API unauthorized requests returns 302 redirect response instead of 401

August 26, 2022 by Magenaut

In ASP.Net / ASP.Net Core WebAPI,

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

ASP.NET Core Identity: No service for role manager

August 26, 2022 by Magenaut

I have an ASP.NET Core app that uses Identity. It works, but when I am trying to add custom roles to the database I run into problems.

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

Using the antiforgery cookie in ASP.NET Core but with a non-default CookieName

August 26, 2022 by Magenaut

I’m thinking about changing name of the default antiforgery cookie in ASP.NET Core.

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

aspNetCore 2.2.0 – AspNetCoreModuleV2 error

August 26, 2022 by Magenaut

After updating my project to “Microsoft.AspNetCore.All” 2.2.0, I get an error when running in IIS, but not when running in Visual Studio.

Categories ASP.NET, Q&A Tags asp.net, asp.net-core, c# Leave a comment
Older posts
Newer posts
← Previous Page1 … Page40 Page41 Page42 … Page47 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