A
Atul
Hi,
We are using a web application developed using ASP.net, When user
requests any .aspx page, first IIS receives that request & forwards
that request to aspnet_wp. On a certain condition, I want to prevent
this request(request of .aspx) being forwarded to aspnet_wp.
Is it possible?
Note: On a certain condition...if that condition is true, if user
requests .aspx page, then that .aspx request should get passed to
aspnet_wp.
but if that condition is set to false, .aspx request should not get
passed to aspnet_wp. Condition can be altered at runtime.
Condition can be like this: on hard-disk, at a particular folder
location if *.htm file exists, then condition is set to true, else
false.
Pls let me know if it is possible.
Thanx and regards
Atul
We are using a web application developed using ASP.net, When user
requests any .aspx page, first IIS receives that request & forwards
that request to aspnet_wp. On a certain condition, I want to prevent
this request(request of .aspx) being forwarded to aspnet_wp.
Is it possible?
Note: On a certain condition...if that condition is true, if user
requests .aspx page, then that .aspx request should get passed to
aspnet_wp.
but if that condition is set to false, .aspx request should not get
passed to aspnet_wp. Condition can be altered at runtime.
Condition can be like this: on hard-disk, at a particular folder
location if *.htm file exists, then condition is set to true, else
false.
Pls let me know if it is possible.
Thanx and regards
Atul