Click here to Skip to main content
15,915,019 members
Home / Discussions / Web Development
   

Web Development

 
Questionpoker game Pin
princy_cute10-Apr-07 18:49
princy_cute10-Apr-07 18:49 
AnswerRe: poker game Pin
Paddy Boyd11-Apr-07 1:07
Paddy Boyd11-Apr-07 1:07 
QuestionData Access Layer on Web Service Pin
Tuwing.Sabado10-Apr-07 16:43
Tuwing.Sabado10-Apr-07 16:43 
QuestionObtain Text value from Option Element Pin
Abbas8210-Apr-07 10:10
Abbas8210-Apr-07 10:10 
QuestionInput string not in a correct format Pin
No-e10-Apr-07 5:43
No-e10-Apr-07 5:43 
AnswerRe: Input string not in a correct format Pin
Mark Greenwood10-Apr-07 18:02
Mark Greenwood10-Apr-07 18:02 
QuestionHow to trap error in case of asynchronous web calls Pin
Amol Ravatale10-Apr-07 2:56
Amol Ravatale10-Apr-07 2:56 
QuestionURGENT!! How to embed excel in Webpage? [modified] Pin
neo_60539-Apr-07 21:58
neo_60539-Apr-07 21:58 
AnswerRe: URGENT!! How to embed excel in Webpage? Pin
Bradml9-Apr-07 22:11
Bradml9-Apr-07 22:11 
GeneralRe: URGENT!! How to embed excel in Webpage? Pin
neo_60539-Apr-07 22:39
neo_60539-Apr-07 22:39 
GeneralRe: URGENT!! How to embed excel in Webpage? Pin
Bradml9-Apr-07 22:41
Bradml9-Apr-07 22:41 
GeneralRe: URGENT!! How to embed excel in Webpage? Pin
neo_60539-Apr-07 23:03
neo_60539-Apr-07 23:03 
AnswerRe: URGENT!! How to embed excel in Webpage? Pin
neo_605310-Apr-07 20:51
neo_605310-Apr-07 20:51 
QuestionHow can make a flash banner as a ref link? Pin
Omar Mallat9-Apr-07 21:23
professionalOmar Mallat9-Apr-07 21:23 
AnswerRe: How can make a flash banner as a ref link? Pin
Bradml9-Apr-07 22:12
Bradml9-Apr-07 22:12 
GeneralRe: How can make a flash banner as a ref link? Pin
haggenx16-Apr-07 12:12
haggenx16-Apr-07 12:12 
QuestionHow can I determine the right button image for my custom combobox button for the selected desktop motif? [modified] Pin
howardjr9-Apr-07 14:23
howardjr9-Apr-07 14:23 
QuestionDataGrid - Selected Item problem Pin
No-e9-Apr-07 7:08
No-e9-Apr-07 7:08 
AnswerRe: DataGrid - Selected Item problem Pin
kubben9-Apr-07 13:47
kubben9-Apr-07 13:47 
GeneralRe: DataGrid - Selected Item problem Pin
No-e10-Apr-07 2:40
No-e10-Apr-07 2:40 
GeneralRe: DataGrid - Selected Item problem Pin
kubben10-Apr-07 2:46
kubben10-Apr-07 2:46 
GeneralRe: DataGrid - Selected Item problem Pin
No-e10-Apr-07 5:54
No-e10-Apr-07 5:54 
QuestionCHECKBOX - GET VALUE USING RECORDSET FIELD Pin
hifiger20049-Apr-07 6:45
hifiger20049-Apr-07 6:45 
QuestionServer not remembering Session Variables Pin
MaxRelaxman9-Apr-07 4:53
MaxRelaxman9-Apr-07 4:53 
I'm having trouble setting up a web site for my beta testers. On my local everything runs perfectly but the on the server, the web session doesn't seem to be remembered.

Here's the session state part of my web.config file
<sessionstate
="" mode="InProc" cookieless="false" timeout="20" stateconnectionstring="tcpip=127.0.0.1:42424" sqlconnectionstring="data source=127.0.0.1;userid=sa;password=">

I've tried using StateServer instead of InProc with the server running the session state process but still no luck. From what I understand, InProc should be fine if you're on a single server with only a couple fields stored in the session state anyway.

Thanks in advance!
AnswerRe: Server not remembering Session Variables Pin
Paddy Boyd10-Apr-07 5:22
Paddy Boyd10-Apr-07 5:22 

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.