| secure .asp and .aspx files (2 replies) |
| ASPFriends.com 'aspngsec' list |
| I was wondering if you use the basic forms/cookie authentication are all files in the secured directory protected or just the .NET files? Thanks, Yannick Smits |
|
| About Login Page (3 replies) |
| ASPFriends.com 'aspngsec' list |
| This message, which was originally sent to "aspngdata", has been moved to "aspngsec" mailing list by the List Master Dear all, Finally, I've some idea from the .NET SDK sample on building up a cookie authentication login page. (But It still can't solve my problem, I want to authenticate against my SQL2000's data field "Username" and "Password"), but one more question is happening. I completed the ... |
|
| decryptionkey (5 replies, VIP) |
| ASPFriends.com 'aspngsec' list |
| This works: forms name "TestAuthCookie" loginUrl "/admin/login.aspx" This doesn't: (straight from the documentation) forms name "TestAuthCookie" loginUrl "/admin/login.aspx" decryptionkey "1!#$$*13^" I get "Unrecognized attribute 'decryptionkey'." Does anyone know what might be wrong? Thanks, ~Brad The Best Support On The 'Net Windows 2000 Advanced Hosting http://www.orcsweb.com/ ASP.Net FAQ http:... |
|
| security for sub-folders (5 replies, VIP) |
| ASPFriends.com 'aspngsec' list |
| I'm trying to use forms authentication on the folder /test/. I want to configure the settings in the root web.config file. I've tried adding the code below to the web.config but it doesn't work. location path "test" system.web authentication mode "Forms" forms name "TestAuthCookie" loginUrl "/admin/login.aspx" credentials passwordFormat "Clear" user name "testuser" password "password"/ /credential... |
|
| Resources protection using built-in ASP.Net Web Security (2 replies) |
| ASPFriends.com 'aspngsec' list |
| Hi All, While I'm utilizing ASP.Net configuration for security, I noticed that it doesn't automatically protect ALL resources contained inside the 'secured' folder such as JPG, GIF, or ZIP files. It's only redirect the page to Loginurl if the filetype is ASPX, ASMX, HTM, HTML or ASCX. It's very essential to protect the whole RESOURCES instead of only those recognized filetypes. How to add the reso... |
|
| How to implement multiple FormsAuthorization security in one application (2 replies) |
| ASPFriends.com 'aspngsec' list |
| Hi all, Does anyone know whether ASP.Net able to perform multiple FormsAuthorization feature. Please take a look at below scenario: RootDir (Web.Config) \AuthUser \Admin AuthUser folder can only be accessed if it has been authorized (using SQL Server) by using whether SetAuthCookie or RedirectFromLoginPage. Well, now the user is able to gain full access to AuthUser. However, another case is there ... |
|