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.
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.
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.
I am unable to stream a word document that I create on the fly down to the browser. I am constantly getting a message from Microsoft Word that the document is corrupt.
When I add new WebForm to my project, I get the following error:
I managed to implement this token based authentication system in my application, but I have a little question. How can I check if a user is signed it (eg if the there is a valid token in the request) within the method? So with the [Authorize] ?
I am doing a group project with 4 other people. We are designing a job kiosk in ASP.NET in MVC4 with embedded c#.