Click here to Skip to main content
15,914,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: My Web site not shown in search engines Pin
Pete O'Hanlon24-Sep-07 9:51
mvePete O'Hanlon24-Sep-07 9:51 
AnswerRe: My Web site not shown in search engines Pin
random423-Apr-09 19:10
random423-Apr-09 19:10 
Questionstrong names [modified] Pin
Sonia Gupta24-Sep-07 1:34
Sonia Gupta24-Sep-07 1:34 
AnswerRe: strong names Pin
pmarfleet24-Sep-07 10:11
pmarfleet24-Sep-07 10:11 
QuestionVB.NET designer error Pin
codelinks24-Sep-07 1:15
codelinks24-Sep-07 1:15 
Questiondynamic URL authorization with web.config? Pin
Kleindahl24-Sep-07 1:10
Kleindahl24-Sep-07 1:10 
AnswerRe: dynamic URL authorization with web.config? Pin
kubben24-Sep-07 3:34
kubben24-Sep-07 3:34 
GeneralRe: dynamic URL authorization with web.config? Pin
Kleindahl24-Sep-07 3:52
Kleindahl24-Sep-07 3:52 
Hi Ben

First off, i'd like to thank you for trying to help me out with my problem.
I am not sure if i made it clear enough what i want to do.

I know how to create an entry in the web.config, as you showed in your reply. What i want to do is to edit it "on-the-fly" from a web administration.

e.g., ticking a checkbox should make it say

<location path="subFolder">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>

and ticking it again, make it:


<location path="subFolder">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>

i hope that i have maded myself more clear now, and hope that yout can help?

-- Christian
GeneralRe: dynamic URL authorization with web.config? Pin
Not Active24-Sep-07 6:31
mentorNot Active24-Sep-07 6:31 
GeneralRe: dynamic URL authorization with web.config? Pin
kubben24-Sep-07 7:56
kubben24-Sep-07 7:56 
GeneralRe: dynamic URL authorization with web.config? Pin
Kleindahl24-Sep-07 8:12
Kleindahl24-Sep-07 8:12 
QuestionApp_Data + XML + javascript Pin
Naveed Kamboh24-Sep-07 0:38
Naveed Kamboh24-Sep-07 0:38 
AnswerRe: App_Data + XML + javascript Pin
Sandeep Akhare24-Sep-07 0:52
Sandeep Akhare24-Sep-07 0:52 
Questionasp:datalist Pin
jai 12323-Sep-07 23:34
jai 12323-Sep-07 23:34 
AnswerRe: asp:datalist Pin
VenkataRamana.Gali23-Sep-07 23:38
VenkataRamana.Gali23-Sep-07 23:38 
GeneralRe: asp:datalist Pin
jai 12323-Sep-07 23:42
jai 12323-Sep-07 23:42 
GeneralRe: asp:datalist Pin
VenkataRamana.Gali23-Sep-07 23:49
VenkataRamana.Gali23-Sep-07 23:49 
AnswerRe: asp:datalist Pin
John-ph24-Sep-07 0:48
John-ph24-Sep-07 0:48 
QuestionHelp me in Resource Calendar Pin
Shiva Srivatsav23-Sep-07 23:24
Shiva Srivatsav23-Sep-07 23:24 
AnswerRe: Help me in Resource Calendar Pin
Christian Graus23-Sep-07 23:36
protectorChristian Graus23-Sep-07 23:36 
GeneralRe: Help me in Resource Calendar Pin
Shiva Srivatsav24-Sep-07 0:16
Shiva Srivatsav24-Sep-07 0:16 
GeneralRe: Help me in Resource Calendar Pin
Christian Graus24-Sep-07 0:23
protectorChristian Graus24-Sep-07 0:23 
AnswerRe: Help me in Resource Calendar Pin
John-ph24-Sep-07 0:07
John-ph24-Sep-07 0:07 
QuestionPayment gatewat through AMAZON. Pin
rahul.net1123-Sep-07 23:06
rahul.net1123-Sep-07 23:06 
AnswerRe: Payment gatewat through AMAZON. Pin
Christian Graus23-Sep-07 23:39
protectorChristian Graus23-Sep-07 23:39 

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.