|
- 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
- c# - Automatically set appsettings. json for dev and release . . .
I've defined some values in my appsettings json for things like database connection strings, webapi locations and the like which are different for development, staging and live environments Is th
- Content-Security-Policy in ASP. NET WebForms - Stack Overflow
I'm looking for a good way to implement a relatively strong Content-Security-Policy header for my ASP NET WebForms application I'm storing as much JavaScript as possible in files instead of inline, but by default, WebForms injects a lot of inline scripts—for things as simple as form submission and basic AJAX calls
- HTTP Error 500. 31 - Failed to load ASP. NET Core runtime
Suddenly stopped working with the error (HTTP Error 500 31 - Failed to load ASP NET Core runtime) In my case, I just repaired the installed version and it worked
- How can I use HTTPS SSL with Kestrel in ASP. NET Core 2. x?
I am currently using ASP NET Core 2 x, and I used to be able to get Kestrel to to use HTTPS SSL by simply putting it in the UseUrls() method like so: var host = new WebHostBuilder() UseUrls(
- How to specify the port an ASP. NET Core application is hosted on?
When using WebHostBuilder in a Main entry-point, how can I specify the port it binds to? By default it uses 5000 Note that this question is specific to the new ASP NET Core API (currently in 1 0 0
|
|
|