System.InvalidOperationException: Scheme already exists: Identity.Application
I wanted to add my own custom data for users so I was following the tutorial
Add, download, and delete custom user data to Identity in an ASP.NET Core project
I wanted to add my own custom data for users so I was following the tutorial
Add, download, and delete custom user data to Identity in an ASP.NET Core project
I am making a program to take the radius of a circle and output the diameter, area, and circumference. I’m trying to start with the diameter, but I keep receiving the error: Cannot implicitly convert type ‘double’ to ‘string.’ I’ve done similar programs using integers, but I can’t figure out for the life of me, how to receive floats in text boxes and calculate them so I can output them. This is my code so far.
I have aspx page where there is no code behind. Server side Code written inside tag with runat server attribute.
In .NET WebAPI, I’ve created a way to have all of the authorization rules in a central location, rather than scattered throughout controllers. I’m curious why this centralization isn’t done more often; are there repercussions/security concerns?
As of right now, I have the user register/log in and then if successful, redirect them to the homepage. However, this is extremely artificial as the user can simply type the url and go to any page they want. I’m fairly new to this and I’ve heard forms authentication mentioned multiple times as a way to do what I need: a simple means to prevent a user from accessing any page and once they haven’t done a “Request” in awhile, I want them to be “logged out” and sent back to the log in page. I guess, in the end, I have three questions:
Is it possible to create nested master pages in an ASP.NET Web Application projects as one can do in ASP.NET Website projects?
I’m using repeater control from asp.net for data binding. And for designing i used the div & span for data representation. I have 4 fields to my table & i want to show the images on the each span depending on the field value. Images are stored in my project path itself.
Is it possible to deploy a console c# application on IIS Server.
I have one .exe file running on a machine which takes data from named pipe and my c# application takes this data from the pipe and send it to the web application running using TCP sockets, I want to know if i can deploy my C# console application on the webserver?
I am new to ASP.net and C#.
I’m trying to rename the identity tables to Roles, Users, UserRoles, UserLogins and UserClaims. I partially succeeded doing and using the command Update-Table updates my database.
I will explain problem with an example: