I have a WebApplication on asp.net 2.0 with namespace Admin. I have Form Authentification mode for the project.
I have reviewed some of the similar questions on this site but could not find one with an answer appropriate for my situation.
I have made a web application that uses master page for Login & Logout operation. For that purpose, I have used LoginStatus control in master page provided by ASP.NET. However, LoginStatus control
I\'ve seen several similar scenarios explained here but not my particular one. I wonder if someone could tell me which direction to go in?
How do I migrate users from a existing users table to Forms Authentication? There seems to be three options:
Ive made a interface with the following methods: Public Interface IAuthenticationService Sub SetAuthentication(ByVal username As String)
I\'m using forms authentication to log in into windows sharepoint servevices 3.0 service. I need to elevate during anonymous access, rig开发者_StackOverflow中文版hts to add record to sharepoint portal
We have a library of ZIP files that we would like to make available for download at an ASP.NET site. The files are sitting on a NAS device that is accessible from o开发者_如何转开发ut web farm.
I have an ASP.NET webapp (on Win 2k3) that uses form authentication. For some reason, when a user logs in with Internet Explorer, the site either freezes or throws an error (such as \"Could not load f
I have a code which allows you to download any file from server to your local host. This code works fine when i log in as administrator but when i log in as guest user it does not let me download.. a