
Best Answer VNFox, 25 November 2013 - 09:43 AM
This is ASP.NET Membership related .... you should check out this one:
http://msdn.microsof...y(v=vs.98).aspx
Go to the full post
WendellHarper - Dec 06 2020 01:21 PM
WendellHarper - Dec 06 2020 01:14 PM
pindo - Jul 23 2020 01:33 AM
Siten0308 - Jun 20 2019 01:43 PM
johnnylo - Apr 23 2019 07:49 AM
Best Answer VNFox, 25 November 2013 - 09:43 AM
This is ASP.NET Membership related .... you should check out this one:
http://msdn.microsof...y(v=vs.98).aspx
Go to the full postPosted 25 November 2013 - 09:20 AM
Hi! Quick question. I was wondering if it was possible to code these roles yourself? Was wondering how does that web.config file ever know where is the user or role info found since the only code there is like
<authorization> <deny users="?" /> <deny roles="NotThisRole" /> <allow roles="YupThisRole" /> </authorization>
Want to learn MOAR
Posted 25 November 2013 - 09:43 AM Best Answer
This is ASP.NET Membership related .... you should check out this one:
http://msdn.microsof...y(v=vs.98).aspx
www.pickmike.com
I don't just develop software. I find solutions to your business needs.
Posted 26 November 2013 - 05:22 AM
This is ASP.NET Membership related .... you should check out this one:
Thank you! (BTW your photo is cool!)
Want to learn MOAR