Click here to Skip to main content
15,891,529 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Can´t maintain login session in manually edited webbrowser Pin
Abhishek Sur6-Sep-09 11:29
professionalAbhishek Sur6-Sep-09 11:29 
GeneralRe: Can´t maintain login session in manually edited webbrowser [modified] Pin
josemaloco8-Sep-09 7:41
josemaloco8-Sep-09 7:41 
Questionquery Pin
sheemap5-Sep-09 9:05
sheemap5-Sep-09 9:05 
AnswerRe: query Pin
sheemap5-Sep-09 9:58
sheemap5-Sep-09 9:58 
AnswerRe: query Pin
Abhishek Sur5-Sep-09 11:27
professionalAbhishek Sur5-Sep-09 11:27 
QuestionCannot See ASP.Net Web Items When Trying to Add New... Pin
dboy2214-Sep-09 17:34
dboy2214-Sep-09 17:34 
AnswerRe: Cannot See ASP.Net Web Items When Trying to Add New... Pin
Abhijit Jana4-Sep-09 21:01
professionalAbhijit Jana4-Sep-09 21:01 
GeneralRe: Cannot See ASP.Net Web Items When Trying to Add New... Pin
dboy2217-Sep-09 15:23
dboy2217-Sep-09 15:23 
QuestionAsync File Transfer in IE Pin
mmuttmax4-Sep-09 3:24
mmuttmax4-Sep-09 3:24 
AnswerRe: Async File Transfer in IE Pin
Abhishek Sur5-Sep-09 11:31
professionalAbhishek Sur5-Sep-09 11:31 
Questionhow to create a dropdown menu from an XML using PHP Pin
Emmet_Brown3-Sep-09 22:29
Emmet_Brown3-Sep-09 22:29 
AnswerRe: how to create a dropdown menu from an XML using PHP Pin
Marc Firth4-Sep-09 2:40
Marc Firth4-Sep-09 2:40 
Questionwinform to WebService First call very slow... Pin
ahkayastha3-Sep-09 7:38
ahkayastha3-Sep-09 7:38 
AnswerRe: winform to WebService First call very slow... Pin
SeMartens3-Sep-09 21:22
SeMartens3-Sep-09 21:22 
Hi,

I guess the problem is the webserver. A webservice will be started (initialized) by the IIS when the first request hits the server. After this first call the service is loaded, residing in the memory of the IIS. After 20 minutes (default setting) without receiving a request the IIS stops the webservice. That could be an explanation of your problems with the first call.

For keeping the webservice "alive" you could write a small program for the webserver, calling a random page of the webservice (request on the asmx-file for example).

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionWeb page and screen resolution problem Pin
dcode253-Sep-09 5:21
dcode253-Sep-09 5:21 
AnswerRe: Web page and screen resolution problem Pin
Marc Firth3-Sep-09 14:11
Marc Firth3-Sep-09 14:11 
AnswerRe: Web page and screen resolution problem Pin
Abhishek Sur3-Sep-09 21:46
professionalAbhishek Sur3-Sep-09 21:46 
AnswerRe: Web page and screen resolution problem Pin
David Skelly3-Sep-09 22:28
David Skelly3-Sep-09 22:28 
QuestionHow to change the background colour of a page using PHP? Pin
Razanust3-Sep-09 2:30
Razanust3-Sep-09 2:30 
AnswerRe: How to change the background colour of a page using PHP? Pin
Marc Firth3-Sep-09 14:05
Marc Firth3-Sep-09 14:05 
QuestionSession variables cleared in deployment environment Pin
anto20052-Sep-09 6:09
anto20052-Sep-09 6:09 
AnswerRe: Session variables cleared in deployment environment Pin
Abhijit Jana2-Sep-09 8:20
professionalAbhijit Jana2-Sep-09 8:20 
GeneralRe: Session variables cleared in deployment environment Pin
anto20052-Sep-09 8:29
anto20052-Sep-09 8:29 
GeneralRe: Session variables cleared in deployment environment Pin
Abhishek Sur2-Sep-09 12:02
professionalAbhishek Sur2-Sep-09 12:02 
Question[Message Deleted] Pin
LunaticFringe1-Sep-09 7:48
LunaticFringe1-Sep-09 7:48 

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.