Forms Authentication in ASP.NET 3.5 Tutorial
Uploader Comments (bidwx)
All Comments (17)
-
very good, other question what's the name of melody? is excelent
-
Wow thanks, your the master!, now my project is complete.
-
Is this supposed to work when uploaded to a hosted server? When I try I just get A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
-
Thanks for sharing this.
Would it be possible for you to do a similar tutorial on how windows authenticated users can view pages relevant to their managed group?
-
very very very nice video for beginners. Thank you so much for uploading.



Is this an example of what is called Role based Authentication and used in big companies where there are users and Admins? Thanks in advance. And btw awesome video :)
Nazoya123 2 months ago in playlist Nazoya123's favorites
@Nazoya123 Authentication is not done by roles, authorization is. At 0:30 into the video, Roles are enabled, which enables the Role manager. This allows you to declare mappings between roles and pages in web.config, as well as to look up roles for users programmatically with by checking User.IsInRole("RoleName"). Then you would be using Role-based authorization. Thanks for your question!
bidwx 2 months ago
is this possible in a .net program?
vancar6 1 year ago
Sure. Using web services and SOA as the middle tier for your Windows application, this is possible.
bidwx 1 year ago