Click here to Skip to main content
16,011,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: when page refresh happen Fileupload control get cleared. Pin
Abhishek Sur17-Dec-09 21:44
professionalAbhishek Sur17-Dec-09 21:44 
GeneralRe: when page refresh happen Fileupload control get cleared. Pin
chakran17-Dec-09 21:59
chakran17-Dec-09 21:59 
GeneralRe: when page refresh happen Fileupload control get cleared. Pin
Abhishek Sur20-Dec-09 21:22
professionalAbhishek Sur20-Dec-09 21:22 
QuestionDynamic Updation of resource files [modified] Pin
SreejithKumar M16-Dec-09 20:10
SreejithKumar M16-Dec-09 20:10 
AnswerRe: Dynamic Updation of resource files Pin
Dinesh Mani16-Dec-09 20:28
Dinesh Mani16-Dec-09 20:28 
AnswerRe: Dynamic Updation of resource files Pin
SreejithKumar M16-Dec-09 23:43
SreejithKumar M16-Dec-09 23:43 
GeneralRe: Dynamic Updation of resource files Pin
sashidhar17-Dec-09 17:38
sashidhar17-Dec-09 17:38 
Questionerror in role based form authentication Pin
rajni_nanu16-Dec-09 20:01
rajni_nanu16-Dec-09 20:01 
I m making role based security with forms authentication in that, to make the role authentication work for forms authentication i modify web.config file like this:-


<configuration>

<system.web>
<authentication mode="Forms">
<forms name="MYWEBAPP.ASPXAUTH"
loginUrl="login.aspx"
protection="All"
path="/"/>
</authentication>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
<location path="administrators">
<system.web>
<authorization>
<!-- Order and case are important below -->
<allow roles="Administrator"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
<location path="users">
<system.web>
<authorization>
<!-- Order and case are important below -->
<allow roles="User"/>
<deny users="*"/>
</authorization>
</system.web>
</location>



<configSections>
.
.
.
.
.
.
.
</configuration>

and with this coding i m getting this error:

only one element allowed per config file and if present must be the first child of the root element.


plz help me with this error
AnswerRe: error in role based form authentication Pin
sashidhar16-Dec-09 23:29
sashidhar16-Dec-09 23:29 
QuestionDiff between String and string Pin
Amit Patel198516-Dec-09 19:58
Amit Patel198516-Dec-09 19:58 
AnswerRe: Diff between String and string Pin
Dinesh Mani16-Dec-09 20:26
Dinesh Mani16-Dec-09 20:26 
GeneralRe: Diff between String and string Pin
Abhijit Jana16-Dec-09 20:38
professionalAbhijit Jana16-Dec-09 20:38 
GeneralRe: Diff between String and string Pin
Dinesh Mani16-Dec-09 20:47
Dinesh Mani16-Dec-09 20:47 
GeneralRe: Diff between String and string Pin
dan!sh 16-Dec-09 20:39
professional dan!sh 16-Dec-09 20:39 
AnswerRe: Diff between String and string Pin
m-khansari16-Dec-09 20:35
m-khansari16-Dec-09 20:35 
AnswerRe: Diff between String and string Pin
Abhijit Jana16-Dec-09 20:36
professionalAbhijit Jana16-Dec-09 20:36 
AnswerRe: Diff between String and string Pin
dan!sh 16-Dec-09 20:37
professional dan!sh 16-Dec-09 20:37 
Questionerror in role based forms authentication Pin
rajni_nanu16-Dec-09 19:49
rajni_nanu16-Dec-09 19:49 
AnswerRe: error in role based forms authentication Pin
Abhijit Jana16-Dec-09 20:19
professionalAbhijit Jana16-Dec-09 20:19 
GeneralRe: error in role based forms authentication Pin
rajni_nanu16-Dec-09 20:21
rajni_nanu16-Dec-09 20:21 
Questionrequired field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 19:10
chakran16-Dec-09 19:10 
AnswerRe: required field validator is not working properly for dropdownlist Pin
Dinesh Mani16-Dec-09 19:18
Dinesh Mani16-Dec-09 19:18 
GeneralRe: required field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 19:24
chakran16-Dec-09 19:24 
GeneralRe: required field validator is not working properly for dropdownlist Pin
Dinesh Mani16-Dec-09 19:27
Dinesh Mani16-Dec-09 19:27 
GeneralRe: required field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 20:00
chakran16-Dec-09 20:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.