Extending ASP.NET Identity
It seems this has been asked many times, in many ways, none of which seem to fit my exact situation.
It seems this has been asked many times, in many ways, none of which seem to fit my exact situation.
I have made my first website using MVC 5 which works fine on my local machine but when I publish it to the server some of the CSS is not minifying correctly.
In VS 2012, I am attempting to create an MVC 4 web application with jQuery calls to a Web API project. (Other devs will be consuming the API with our current, native app, and probably adding to the API in the future.) So I have one project that is the Web API, and another project that is the MVC 4 website. I can only set one of them to run, and they use localhost:xxxxx.
Can I have different login URL for different ASP .NET MVC3 areas?
Please i am working on MVC website, i have a Search page and another search form on index page. I want to call the the same search page controller when i click the search button from index page. Below is how my button is on the index page.
I have a great and important problem with Web.Config, I need to see the Error of my page and resolve it in asp.net web form and web config, but when Error Occurred, I see another error and I see this Message :
I’d like to be able to call an authentication action on a controller and if it succeeds, store the authenticated user details in the session.
I want to post some questions about ASP.Net MVC. I am not familiar with web developing, But I was assigned to the web part of a project. We are doing the following: first, we create get & set properties for the person data:
I am working on a ASP.NET MVC web site that has multiple submit buttons. i.e.
I have 4 tables. OperationTable, ClientTable, ClientDetails, OperationRes