Click here to Skip to main content
15,891,372 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Drop down question Pin
ashish bhakhar21-Mar-08 0:32
ashish bhakhar21-Mar-08 0:32 
GeneralRe: Drop down question Pin
blitz2bleach21-Mar-08 2:05
blitz2bleach21-Mar-08 2:05 
GeneralFile Upload control view state Problem Pin
Muhammad Noor20-Mar-08 8:11
Muhammad Noor20-Mar-08 8:11 
GeneralAsp.net used to send e-mail Pin
w20920-Mar-08 6:59
w20920-Mar-08 6:59 
GeneralRe: Asp.net used to send e-mail Pin
pmarfleet20-Mar-08 8:31
pmarfleet20-Mar-08 8:31 
GeneralRe: Asp.net used to send e-mail Pin
Christian Graus20-Mar-08 12:03
protectorChristian Graus20-Mar-08 12:03 
GeneralRe: Asp.net used to send e-mail Pin
Christian Graus20-Mar-08 12:02
protectorChristian Graus20-Mar-08 12:02 
Generalasp.net 2.0 forms authentication needing multiple logins Pin
janetb9920-Mar-08 6:21
janetb9920-Mar-08 6:21 
Would like best advise on following situation (been looking and haven't found much). Have a .net 2 site with custom forms authentication enabled for subfolder /calendar working fine (uses an already existing sql2005 database to lookup user/pwd combinations).

authentication mode="Forms" loginUrl="calendar/login.aspx" name=".myName" <br />
path="calendar/" defaultUrl="calendar/default.aspx" 	   enableCrossAppRedirects="false"


<location path="calendar/admin"><br />
		<system.web><br />
			<authorization><br />
				<allow roles="adm"/><br />
				<deny users="*"/><br />
			</authorization><br />
		</system.web><br />
	</location>


But, I now have a need for a smaller subset of folks to gain access to another subfolder /conference with a DIFFERENT lookup to an sql2005 database for it's subfolder /conference/admin. Totally separate from the scenario in paragraph 2.

If I put a stripped-out webconfig in the /conference subfolder with only the location path information and the login information using a different cookie name, will that work?

Or, how can I do this?

Janet
GeneralRe: asp.net 2.0 forms authentication needing multiple logins Pin
led mike20-Mar-08 8:21
led mike20-Mar-08 8:21 
GeneralRe: asp.net 2.0 forms authentication needing multiple logins Pin
janetb9920-Mar-08 10:19
janetb9920-Mar-08 10:19 
GeneralRe: asp.net 2.0 forms authentication needing multiple logins Pin
led mike20-Mar-08 11:23
led mike20-Mar-08 11:23 
GeneralRe: asp.net 2.0 forms authentication needing multiple logins Pin
janetb9924-Mar-08 3:10
janetb9924-Mar-08 3:10 
GeneralRe: asp.net 2.0 forms authentication needing multiple logins Pin
led mike24-Mar-08 6:02
led mike24-Mar-08 6:02 
QuestionHow can I do multi column sort dataset table? Pin
Dong Kim20-Mar-08 6:06
Dong Kim20-Mar-08 6:06 
GeneralRe: How can I do multi column sort dataset table? Pin
eyeseetee20-Mar-08 6:10
eyeseetee20-Mar-08 6:10 
GeneralRe: How can I do multi column sort dataset table? Pin
led mike20-Mar-08 6:21
led mike20-Mar-08 6:21 
QuestionHow can I export data from gridview to excel? Pin
Dong Kim20-Mar-08 6:03
Dong Kim20-Mar-08 6:03 
GeneralRe: How can I export data from gridview to excel? Pin
eyeseetee20-Mar-08 6:09
eyeseetee20-Mar-08 6:09 
GeneralDate validation when selecting the German Language (dd.mm.yyyy) urgent************ Pin
udaymohan20-Mar-08 5:27
udaymohan20-Mar-08 5:27 
GeneralDuplicate Post Pin
eyeseetee20-Mar-08 5:52
eyeseetee20-Mar-08 5:52 
QuestionRe: Duplicate Post Pin
udaymohan20-Mar-08 6:05
udaymohan20-Mar-08 6:05 
GeneralRe: Date validation when selecting the German Language (dd.mm.yyyy) urgent************ Pin
Paul Conrad20-Mar-08 6:02
professionalPaul Conrad20-Mar-08 6:02 
GeneralRe: Date validation when selecting the German Language (dd.mm.yyyy) urgent************ Pin
AlexeiXX320-Mar-08 7:15
AlexeiXX320-Mar-08 7:15 
GeneralRe: Date validation when selecting the German Language (dd.mm.yyyy) urgent************ Pin
Christian Graus20-Mar-08 12:17
protectorChristian Graus20-Mar-08 12:17 
GeneralRe: Date validation when selecting the German Language (dd.mm.yyyy) urgent************ Pin
Christian Graus20-Mar-08 12:10
protectorChristian Graus20-Mar-08 12:10 

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.