I'm at wit's end. Visual Studio is typically painfully slow to debug or just plain load ("start with
I am configuring an MVC 3 project to work on a local install of IIS and came across the following 500 error:
I've got a couple of hyperlinks that each have an ID attached. When I click on this link, I want to open
I have an action I call from an anchor thusly, Site/Controller/Action/ID where ID is an int. Later on I need
I need to do something fairly simple: in my ASP.NET MVC application, I want to set a custom IIdentity / IPrinc
Is there some easy way to handle multiple submit buttons from the same form? For example: <% Html.BeginFor
In ASP.NET MVC, what is the difference between: Html.Partial and Html.RenderPartial Html.Action and Html.Rend
I am trying to run Asp.net MVC project retrieved from TFS source control. I have added all assembly reference
Every time a user posts something containing < or > in a page in my web application, I get this exceptio
When I publish my ASP.NET Core web application to my local file system, it always takes the production-config
I need to access current HttpContext in a static method or a utility service. With classic ASP.NET MVC and Sy
I want the example controller below to return a status code 418 with no contents. Setting the status code is e
In order to debug a .NET Core app which is failing on startup, I would like to write logs from within the star
I want to send dynamic object like new { x = 1, y = 2 }; as body of HTTP POST message. So I try to write v
I have gone through configuration documentation on ASP.NET core. Documentation says you can access configurati
Problem I want to return a file in my ASP.Net Web API Controller, but all my approaches return the HttpRespon
I'm building a .NET Core MVC on the latest version 2.2. I have a problem when I make changes to the CSHTM
I'm working with ASP.NET Core application. I'm trying to implement Token Based Authentication but ca
I've just upgraded my ASP web API project from .Net core 2.0 to 3.0. I was using services.AddMvc(
I want to get the current user, so I can access fields like their email address. But I can't do that in a