In HTTPS request , Request.IsSecureConnection return false
I have an asp.net application working in https (SSL). This is working well in my local computer and Amazon AWS(production environment).
I have an asp.net application working in https (SSL). This is working well in my local computer and Amazon AWS(production environment).
I’m working on a RadGrid, and I want to access its rows but it seems it does not have a .Rows property.
I am brand new to ASP.NET, and I’m trying to find a way to easily redirect an unauthenticated user from any page on the site to the logon page. I would prefer to not put the following code in every HTTP GET function if there is another option.
How to find Whether a hyperlink is clicked or not in ASP.net C# in runtime?
I want to write code on like that
I am implementing a web based chat platform in ASP.NET Web Application, and I use technique similar to long polling. I mean I keep each web request from client for a specific time period(timeout) or until new message arrives, and then response is sent to the client.
We have a rather complicated system of permission handling in our (ASP.NET web) application. Users can have specific permissions on different kinds of objects, some permissions are even packed into groups / roles that are assigned to users. All in all this ends up in a pretty complicated mess where for determining whether a user can do / see something you have to evaluate many different sources of permissions and this is done somehow on-demand and based on specific situations.
I have authentication code:
I have installed the nightly build of the AspNet-identity assemblies from here
I have application which I have hosted in IIS 7.0.
Where I have to make sure that it works only on HTTPS and not on HTTP
so I have included below rule in my root config.
After updating my project to “Microsoft.AspNetCore.All” 2.2.0, I get an error when running in IIS, but not when running in Visual Studio.