forms-authentication
How to Configure Forms Authentication for a Folder of my Web Application?
I have an asp.net application with a web.config file in the root and uses Windows authentication by default.[详细]
2023-04-12 22:32 分类:问答Allow write access to a folder for only specific web users
I have a website that is written in C# that uses Forms Authentication to allow users to access additional content on the site.Some of those users have an aspnet role I created called Admin. These user[详细]
2023-04-12 00:15 分类:问答SSO - Share single User table between several websites or somehow keep multiple User tables in sync?
I\'m working on a single sign-on solution for two ASP.NET MVC3 websites. The sites are on separate subdomains. I\'m using Forms Authentication and so far I everything is working well. When I sign into[详细]
2023-04-11 23:45 分类:问答Redirect to default page if the user has authentication cookie
I have the following code i开发者_如何学运维n my asp.net login page: if (Request.QueryString[\"ReturnUrl\"] != null)[详细]
2023-04-11 21:19 分类:问答using login controls with sql server (not express)
I installed Visual Studio 2008 Professional(updated with SP1), then I uninstalled SQL server 2005 Express and installed SQL Server 2005 Standard.[详细]
2023-04-11 20:39 分类:问答How can I add location elements programmatically to the web config?
I have an application which creates page routes from a database. My whole site is secured with forms authentication but I need to allow unauthenticated uses to access these routes. I don\'t want to ha[详细]
2023-04-11 19:34 分类:问答Asp.net - Using SSL to prevent cookie replay attack
I\'m looking to put SSL into place to prevent cookie replay attacks on our site. The site is using .NET forms authentication.Do I just need to en开发者_开发百科able SSL for the login page or would it[详细]
2023-04-11 11:25 分类:问答Something like an operation filter in WCF REST?
I am looking for something like the AuthorizeAttribute in MVC, something I can use like this: [WebGet(UriTemplate = \"da开发者_高级运维ta/{spageNumber}\")][详细]
2023-04-10 22:04 分类:问答Prevent FormsAuthentication from overriding the response status in WCF REST
I am using WCF REST with FormsAuthentication. This authentication mode, overrides the HTTP 401 Unauthorized response status with a HTTP 302 Found that redirects to the \"login Url\" like in a web appl[详细]
2023-04-10 13:58 分类:问答How to store user credentials in an ASP.NET MVC website
My settings is as follows: I have an MVC web application (EbWebApp) which has a service reference to an WCF service named EbServiceApp. For authentication purposes I implemented a forms authenticati[详细]
2023-04-10 12:44 分类:问答