Click here to Skip to main content
16,013,207 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Changing property through javascript Pin
ayeleteric24-Nov-06 21:08
ayeleteric24-Nov-06 21:08 
AnswerRe: Changing property through javascript Pin
RaviJJain23-Nov-06 20:56
RaviJJain23-Nov-06 20:56 
QuestionHelp [modified] Pin
Imran Khan Pathan23-Nov-06 0:46
Imran Khan Pathan23-Nov-06 0:46 
Question"datagrid paging" Pin
ravikiranreddydharmannagari22-Nov-06 23:48
ravikiranreddydharmannagari22-Nov-06 23:48 
AnswerRe: "datagrid paging" Pin
_mubashir23-Nov-06 0:12
_mubashir23-Nov-06 0:12 
QuestionHelp !!! Pin
sukhchain singh22-Nov-06 23:40
sukhchain singh22-Nov-06 23:40 
AnswerDouble post Pin
leckey25-Nov-06 15:41
leckey25-Nov-06 15:41 
QuestionSetting username/passwords in the web.config using forms authentication? Pin
Red_Wizard_Shot_The_Food22-Nov-06 23:34
Red_Wizard_Shot_The_Food22-Nov-06 23:34 
I know its not terribly good practice but we need this as a quick, short tearm, fix.

I just want a simple 1 username and password defined in the web.config for use with the premade Login tool login method.

Here is a snippet of the current web.config .. but it does not allow anyone in despite declaring a user in it:
<br />
		<authentication mode="Forms"><br />
			< forms loginUrl="Logon.aspx" name=".ASPXFORMSAUTH"><br />
        <br />
        <credentials passwordFormat="Clear" ><br />
          <user name="john"<br />
                password="keyboard"/>           <br />
        </credentials>        <br />
			</forms><br />
    	</authentication><br />
		< authorization><br />
      <deny users ="?"/><br />
      <allow users="john"/><br />
     <br />
    </authorization><br />


Can any one shed some light oon the correct way of doing this please ?
AnswerRe: Setting username/passwords in the web.config using forms authentication? Pin
Britney S. Morales23-Nov-06 8:21
Britney S. Morales23-Nov-06 8:21 
QuestionSend mail Pin
aasstt22-Nov-06 22:19
aasstt22-Nov-06 22:19 
AnswerRe: Send mail Pin
Steven J Jowett22-Nov-06 23:36
Steven J Jowett22-Nov-06 23:36 
AnswerRe: Send mail Pin
Britney S. Morales23-Nov-06 3:46
Britney S. Morales23-Nov-06 3:46 
Questionsms system Pin
jabbarsb22-Nov-06 21:39
jabbarsb22-Nov-06 21:39 
AnswerRe: sms system Pin
Coding C#22-Nov-06 23:17
Coding C#22-Nov-06 23:17 
GeneralRe: sms system Pin
jabbarsb22-Nov-06 23:31
jabbarsb22-Nov-06 23:31 
GeneralRe: sms system Pin
Coding C#23-Nov-06 19:07
Coding C#23-Nov-06 19:07 
QuestionDropdown Menu Pin
Rajiya22-Nov-06 20:13
Rajiya22-Nov-06 20:13 
AnswerRe: Dropdown Menu Pin
Imran Khan Pathan22-Nov-06 21:48
Imran Khan Pathan22-Nov-06 21:48 
GeneralRe: Dropdown Menu Pin
Rajiya23-Nov-06 0:32
Rajiya23-Nov-06 0:32 
Questionfind whether a datatable is present or not in a dataset Pin
pavansagar122-Nov-06 20:10
pavansagar122-Nov-06 20:10 
AnswerRe: find whether a datatable is present or not in a dataset Pin
Tamimi - Code22-Nov-06 20:33
Tamimi - Code22-Nov-06 20:33 
QuestionDropdownlist problem as DataGrid Control Pin
param thaker22-Nov-06 20:07
param thaker22-Nov-06 20:07 
AnswerRe: Dropdownlist problem as DataGrid Control Pin
_AK_22-Nov-06 21:02
_AK_22-Nov-06 21:02 
QuestionHow to use google earth from my web application? Pin
Guru_yogi22-Nov-06 19:41
Guru_yogi22-Nov-06 19:41 
Questionfile copyi from one machine to another in asp.net Pin
Guru_yogi22-Nov-06 19:36
Guru_yogi22-Nov-06 19:36 

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.