Click here to Skip to main content
15,900,906 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 20:33
nagendrathecoder3-Sep-07 20:33 
GeneralRe: Problem during User Authentication. Pin
John-ph3-Sep-07 20:54
John-ph3-Sep-07 20:54 
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 21:05
nagendrathecoder3-Sep-07 21:05 
GeneralRe: Problem during User Authentication. Pin
John-ph3-Sep-07 21:21
John-ph3-Sep-07 21:21 
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 21:45
nagendrathecoder3-Sep-07 21:45 
GeneralRe: Problem during User Authentication. Pin
John-ph3-Sep-07 22:14
John-ph3-Sep-07 22:14 
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 22:42
nagendrathecoder3-Sep-07 22:42 
AnswerRe: Problem during User Authentication. Pin
satyaki mishra3-Sep-07 20:29
satyaki mishra3-Sep-07 20:29 
create folder structure in your asp.net application.put login and registration in unauthorized(say) folder.give full right to that folder in web.config file like this.

<location path="unauthorized">
<system.web>
<authorization>
<allow users="*"></allow>
</authorization>
</system.web>
</location>

Then it will work.

satyaki mishra
GeneralRe: Problem during User Authentication. Pin
nagendrathecoder3-Sep-07 20:41
nagendrathecoder3-Sep-07 20:41 
GeneralRe: Problem during User Authentication. Pin
satyaki mishra3-Sep-07 20:55
satyaki mishra3-Sep-07 20:55 
QuestionRefreshing a page Pin
anu813-Sep-07 19:03
anu813-Sep-07 19:03 
AnswerRe: Refreshing a page Pin
Sathesh Sakthivel3-Sep-07 20:15
Sathesh Sakthivel3-Sep-07 20:15 
Questioncreating database runtime asp.net Pin
suresh2k613-Sep-07 18:50
suresh2k613-Sep-07 18:50 
QuestionTool tip for combobox..., [modified] Pin
Member 38798813-Sep-07 18:47
Member 38798813-Sep-07 18:47 
AnswerRe: Tool tip for combobox..., Pin
R.Palanivel3-Sep-07 19:37
R.Palanivel3-Sep-07 19:37 
GeneralRe: Tool tip for combobox..., [modified] Pin
Member 38798813-Sep-07 19:50
Member 38798813-Sep-07 19:50 
GeneralRe: Tool tip for combobox..., Pin
R.Palanivel3-Sep-07 21:46
R.Palanivel3-Sep-07 21:46 
QuestionMaster Page Images Gone Pin
duo!@#3-Sep-07 17:22
duo!@#3-Sep-07 17:22 
AnswerRe: Master Page Images Gone Pin
Sandeep Akhare3-Sep-07 20:04
Sandeep Akhare3-Sep-07 20:04 
AnswerRe: Master Page Images Gone Pin
mihirhp3-Sep-07 20:29
mihirhp3-Sep-07 20:29 
QuestionExport PDF file Pin
AnhTin3-Sep-07 16:46
AnhTin3-Sep-07 16:46 
QuestionCan't update after clicking checkbox Pin
wazodnuit3-Sep-07 15:39
wazodnuit3-Sep-07 15:39 
AnswerRe: Can't update after clicking checkbox Pin
Christian Graus3-Sep-07 15:58
protectorChristian Graus3-Sep-07 15:58 
QuestionAccessing MS Exchange functionality Pin
Fernando A. Gomez F.3-Sep-07 14:56
Fernando A. Gomez F.3-Sep-07 14:56 
AnswerRe: Accessing MS Exchange functionality Pin
jontyler3-Sep-07 16:13
jontyler3-Sep-07 16:13 

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.