Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Building Controls > ASP.Net Execution...

Reply
Thread Tools

ASP.Net Execution...

 
 
Carlo Razzeto
Guest
Posts: n/a
 
      05-10-2007
Hey, I have a question about how ASP.Net execution works... I know that with
other server side web scripting platforms, when a form is posted to the
webserver the page will execute untill the script completes regardless of
end user action. That is to say the end user pressing the stop button,
closing the browser, navigating to a different page etc will not stop page
execution (they just won't be getitng the responses).

How does ASP.Net handle this? If the client stops the page on the browser in
any way will IIS & the ASP.Net worker process continue executing the page?
Or will they stop execution? Thanks,

Carlo

 
Reply With Quote
 
 
 
 
John Saunders [MVP]
Guest
Posts: n/a
 
      05-10-2007
"Carlo Razzeto" <> wrote in message
news:95F175D3-22E2-430A-93E0-...
> Hey, I have a question about how ASP.Net execution works... I know that
> with other server side web scripting platforms, when a form is posted to
> the webserver the page will execute untill the script completes regardless
> of end user action. That is to say the end user pressing the stop button,
> closing the browser, navigating to a different page etc will not stop page
> execution (they just won't be getitng the responses).
>
> How does ASP.Net handle this? If the client stops the page on the browser
> in any way will IIS & the ASP.Net worker process continue executing the
> page? Or will they stop execution? Thanks,


Clicking the Stop button does not cause any communication with the server.
Therefore ASP.NET, like every other server-side environment, will not know
that the user pressed the button.
--
John Saunders [MVP]


 
Reply With Quote
 
 
 
 
Carlo Razzeto
Guest
Posts: n/a
 
      05-17-2007
Excellent, that's what I figured!

Carlo

"John Saunders [MVP]" <john.saunders at trizetto.com> wrote in message
news:%...
> "Carlo Razzeto" <> wrote in message
> news:95F175D3-22E2-430A-93E0-...
>> Hey, I have a question about how ASP.Net execution works... I know that
>> with other server side web scripting platforms, when a form is posted to
>> the webserver the page will execute untill the script completes
>> regardless of end user action. That is to say the end user pressing the
>> stop button, closing the browser, navigating to a different page etc will
>> not stop page execution (they just won't be getitng the responses).
>>
>> How does ASP.Net handle this? If the client stops the page on the browser
>> in any way will IIS & the ASP.Net worker process continue executing the
>> page? Or will they stop execution? Thanks,

>
> Clicking the Stop button does not cause any communication with the server.
> Therefore ASP.NET, like every other server-side environment, will not know
> that the user pressed the button.
> --
> John Saunders [MVP]
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57