| MOVED TO ASPNGSEC RE: Cookies and Config.Web (4 replies, VIP) |
| ASPFriends.com 'aspngsec' list |
| I go the Beta 2 VS.NET install from Microsoft for $12.95 shipping. Everything on it says Beta 2. When I go to Add/Remove Programs, it tells me there that the VER is Full V.1.0.2914, which I think is the proper beta 2 version. This is a semi clean wipe running Win2K on a system that has never had .NET installed on it. That's why I find it strange that it would be an issue. But if the WEB.CONFIG fil... |
|
| CS Authentication vs. ASP.NET Authentication (5 replies, VIP) |
| ASPFriends.com 'aspngsec' list |
| This message, which was originally sent to "aspcommerceserver", has been copied to "aspngsec" mailing list by the List Master I'm planning to build a Commerce Server 2000 site using ASP.NET for my presentation tier. In the Tech Ed presentation "Developing with ASP.NET for Commerce Server 2000" Richard Irving stated (if I understood him correctly) that the major difference between CS Authentication... |
|
| Role based security with Forms Authentication? (6 replies) |
| ASPFriends.com 'aspngsec' list |
| Is it possible to use role based security with forms authentication? I want to be able to maintain roles in a database, but restrict access to files/directories based on roles using forms authentication. Can this be done? I am currently using forms authentication to restrict internet users from having access to certain directories and files (.htm,.pdf,.rtf, etc). However, once authenticated, a use... |
|
| Unexpected Authentication on Postback (3 replies) |
| ASPFriends.com 'aspngsec' list |
| In my web.config file, I have secured a page as follows: location path "domaininfo.aspx" system.web authorization deny users "?" / /authorization /system.web /location When I request domaininfo.aspx, I am redirected to my login page, authenticated, and redirected to domaininfo.aspx, all as designed. But when I perform a postback from the page, I am required to authenticate again. FYI, I am not per... |
|
| forms based authentication (2 replies) |
| ASPFriends.com 'aspngsec' list |
| How long is the cookie associated with forms based authentication valid? If select the authentication ticket as not to be persisted, I suspect that the ticket is good until the browser window is closed. If it set the ticket as persisted, how long is the ticket good for? Wally McClure Development 865 693 3004 118 Durwood Rd. Knoxville, TN 37922 |
|
| 3rd party sign on products (2 replies) |
| ASPFriends.com 'aspngsec' list |
| If a user logs in through a single sign on product to an enterprise intranet, can a user login to this single sign on product and then be automatically authenticated to an asp.net application? This asp.net application is running on a separate physical system from the single sign on. Within an intranet, is their anyway to perform single sign on with asp.net and have it integrate with other sign on ... |
|