all groups > inetserver asp db > july 2005 >
You're in the

inetserver asp db

group:

How to Send Request to IIS Server after the Page Displayed


How to Send Request to IIS Server after the Page Displayed Prabhat Nath
7/22/2005 12:00:00 AM
inetserver asp db:
Hi All,

Is that possible that I can send request to IIS Server after a .ASP page is
displayed?

My Requirement is:

Clinet will Fill the Details in one Request Form after the details are
filled then the Request Files will be shown to the user as Link in Another
page. (Currently before Sending the Link Page to Customer I am updating DB
in Different Servers Located Different Palces - So It takes Time).

So What is My Requrement is After the user gives his details - I will
directly display the Link Page and After the Link Page is Sent to Browser
then I will Execute / Update the DB.

How Can I Do that?
Please Help

Thanks
Prabhat

Re: How to Send Request to IIS Server after the Page Displayed Aaron Bertrand [SQL Server MVP]
7/22/2005 9:40:29 AM
Several techniques here -- they deal with setting a session variable, but
you could definitely use the same logic to write to a file or to a database
or send an e-mail, basically anything you normally do in ASP excluding
writing out HTML to the browser.

http://www.aspfaq.com/2281





[quoted text, click to view]

AddThis Social Bookmark Button