Hi all,
I have a web form created in asp.net which consists of multiple frames and I am having a problem which is slowly driving me mad. The .aspx page is designed so that the central area of t...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21117855.html
Experts
I'm trying to configure my web app for both forms authentication and page specific access. does the following code look right?
<configuration>
<system.web>
<authentication mod...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21904329.html
My web.config has the following entry. At runtime, how can I read the key value for requireSSL from code?
<authentication mode="Forms">
<forms loginUrl="login.aspx" timeout=...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22025997.html
Zones:
C#Date Answered: 10/16/2006 Rating: 8.0 Views: 0
hi there,
I had a few problems with forms authentication a while ago but got some help in fixing it. Now I have a question with regards to multiple loginurl's, i did ask this in my previous ques...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21292322.html