|
- Detailed 500 error message, ASP + IIS 7. 5 - Stack Overflow
IIS 7 5 , 2008rc2, classic asp, 500 error msg: The page cannot be displayed because an internal server error has occurred I need to know how to configure IIS to get a more detailed error
- c# - ASP. NET Core Identity - get current user - Stack Overflow
To get the currently logged in user in MVC5, all we had to do was: using Microsoft AspNet Identity; [Authorize] public IHttpActionResult DoSomething() { string currentUserId = User Identity
- C# ASP. NET Single Sign-On Implementation - Stack Overflow
It offers an elegant and easy way to add support for Single Sign-On and Single-Logout SAML to your ASP NET, ASP NET MVC, ASP NET Core, Desktop, and Service applications
- How to change session timeout in ASP. NET - Stack Overflow
189 I am running an ASP NET 2 0 application in IIS 6 0 I want session timeout to be 60 minutes rather than the default 20 minutes I have done the following Set <sessionState timeout="60">< sessionState> in web config Set session timeout to 60 minutes in IIS manager Web site properties ASP NET configuration settings
- c# - How can I get access to the IWebHostEnvironment from within an ASP . . .
How can I get access to the IWebHostEnvironment from within an ASP NET Core 3 controller? Asked 5 years, 7 months ago Modified 4 months ago Viewed 37k times
- c# - How to add claims in ASP. NET Identity - Stack Overflow
The correct place to add claims, assuming you are using the ASP NET MVC 5 project template is in ApplicationUser cs Just search for Add custom user claims here
- How do I access Configuration in any class in ASP. NET Core?
I have gone through configuration documentation on ASP NET core Documentation says you can access configuration from anywhere in the application Below is Startup cs created by template public c
- How do I implement a checkbox list in ASP. NET Core?
I am looking to implement a checkboxlist in ASP NET Core, but am facing some difficulties My ViewModel: public class GroupIndexViewModel { public Filter[] Filters { get; set; } } public c
|
|
|