Click here to Skip to main content
16,005,374 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Validate email duplication during membership registration Pin
Gayani Devapriya15-Jun-08 18:10
Gayani Devapriya15-Jun-08 18:10 
GeneralRe: Validate email duplication during membership registration Pin
Albert8315-Jun-08 20:30
Albert8315-Jun-08 20:30 
Questionhow to search multiple string in database Pin
ph4ufree14-Jun-08 7:13
ph4ufree14-Jun-08 7:13 
AnswerRe: how to search multiple string in database Pin
Christian Graus14-Jun-08 8:40
protectorChristian Graus14-Jun-08 8:40 
Questionproblem in connecting with Sql server express 2005 provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified Pin
Nitin198114-Jun-08 6:17
Nitin198114-Jun-08 6:17 
AnswerRe: problem in connecting with Sql server express 2005 provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified Pin
N a v a n e e t h14-Jun-08 16:19
N a v a n e e t h14-Jun-08 16:19 
GeneralRe: problem in connecting with Sql server express 2005 provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified Pin
Nitin198115-Jun-08 6:50
Nitin198115-Jun-08 6:50 
QuestionAuthentication/Session Problem [modified] Pin
Jedidah14-Jun-08 5:42
Jedidah14-Jun-08 5:42 
I have this login page that when a user is authenticated s/he is directed to the main page.The problem is that only Mozilla Firefox actually takes the user to that main page.Internet explorer always take the user back to the login page even when the user is a valid user.I just don't what or why it is so.
The web.config part..
<authorization>
<allow users="?" />
</authorization>
<authentication mode="Forms">
			<forms name=".ASPXAUTH" protection="All" timeout="60" loginurl="PerformanceLogon.aspx" slidingexpiration="true" />
		</authentication>
		<trace enabled="false" requestlimit="10" pageoutput="false" tracemode="SortByTime" localonly="true" />
		<sessionstate mode="InProc" stateconnectionstring="tcpip=127.0.0.1:42424" sqlconnectionstring="data source=127.0.0.1;Trusted_Connection=yes">
			cookieless="false" timeout="20" />
</sessionstate>

The code behind..

modified on Monday, June 16, 2008 3:49 AM

Questionnamespace for Literalcontrol in asp.net Pin
trilokharry14-Jun-08 5:21
trilokharry14-Jun-08 5:21 
AnswerRe: namespace for Literalcontrol in asp.net Pin
N a v a n e e t h14-Jun-08 5:59
N a v a n e e t h14-Jun-08 5:59 
GeneralRe: namespace for Literalcontrol in asp.net Pin
Christian Graus14-Jun-08 9:13
protectorChristian Graus14-Jun-08 9:13 
GeneralRe: namespace for Literalcontrol in asp.net Pin
N a v a n e e t h14-Jun-08 16:11
N a v a n e e t h14-Jun-08 16:11 
GeneralRe: namespace for Literalcontrol in asp.net Pin
Christian Graus14-Jun-08 16:48
protectorChristian Graus14-Jun-08 16:48 
GeneralRe: namespace for Literalcontrol in asp.net Pin
N a v a n e e t h14-Jun-08 18:21
N a v a n e e t h14-Jun-08 18:21 
GeneralRe: namespace for Literalcontrol in asp.net Pin
Christian Graus15-Jun-08 2:42
protectorChristian Graus15-Jun-08 2:42 
Questionbutton Pin
trilokharry14-Jun-08 5:01
trilokharry14-Jun-08 5:01 
AnswerRe: button Pin
Christian Graus14-Jun-08 8:41
protectorChristian Graus14-Jun-08 8:41 
QuestionThe SMTP host was not specified. Pin
iamdking14-Jun-08 1:55
iamdking14-Jun-08 1:55 
AnswerRe: The SMTP host was not specified. Pin
Christian Graus14-Jun-08 3:37
protectorChristian Graus14-Jun-08 3:37 
GeneralRe: The SMTP host was not specified. Pin
iamdking14-Jun-08 20:55
iamdking14-Jun-08 20:55 
Questionconfirmation dialog box in asp.net 2.0 Pin
vijaylumar14-Jun-08 1:18
vijaylumar14-Jun-08 1:18 
AnswerRe: confirmation dialog box in asp.net 2.0 Pin
Christian Graus14-Jun-08 3:38
protectorChristian Graus14-Jun-08 3:38 
Questiondifference between events and functions Pin
Pankaj Garg14-Jun-08 1:15
Pankaj Garg14-Jun-08 1:15 
AnswerRe: difference between events and functions Pin
Christian Graus14-Jun-08 3:36
protectorChristian Graus14-Jun-08 3:36 
AnswerRe: difference between events and functions Pin
Meysam Mahfouzi15-Jun-08 2:54
Meysam Mahfouzi15-Jun-08 2:54 

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.