UserHostAddress gives wrong IPs
I collect statistics on IP addresses from where users visit my site and I have noticed what there are only two IP addresses presented, 172.16.16.1 and 172.16.16.248. The property I use to determine IP address is
I collect statistics on IP addresses from where users visit my site and I have noticed what there are only two IP addresses presented, 172.16.16.1 and 172.16.16.248. The property I use to determine IP address is
We have an application running where IIS and SQL are on the same machine. It’s a windows2003standard server, with 4gigs of RAM running on a VM.
I followed this article to make the pluggable asp.net mvc4 applicaton
Is it possible to detect a bundle querystring in ASP.NET MVC?
I am trying to secure an application in IIS7 using .NET Authorization Rules.
I my ASP.NET MVC 4 Project, my Global.asax.cs page shows the error on
What is the difference between using AuthenticationManager SignIn as opposed to using SignInManager PasswordSignIn/SignIn? I have an implementation using the SignInManager and have my cookie expiration set to 30 days however it seems my web app will randomly expire my cookies far before 30 days. Would using the SignInManager implementation be the cause of this? Should I be using the AuthenticationManager implementation instead?
I am trying to consume a Web API service from another ASP.NET classic project (actually it is a native JS and Html Web application).
How can I configure these these two separated projects to talk with each other, on VS2012?
I am using an external OIDC identity provider to log my users into my webshop. The webshop is being built on ASP.NET MVC with .NET Framework 4.7.2.
I am developing a .NET core application with Identity login which provides a Bootstrap form In the /Identity/Account/Login page.