Tagged Questions
1
vote
1answer
570 views
Using an ISAPI Filter in Visual Studio Development Server
I'm trying to get a current web application running on my local machine, for dev purposes... the previous developer left abruptly and didn't document ANYTHING.
Basically, it uses an ISAPI filter, ...
0
votes
1answer
185 views
How to update Http Request and send it to another web server
Following is our environment setup:
IIS 7 receives Http (.jsp) request from client (browser).
It blindly redirects it to JBoss using ISAPI_Redirect.dll.
Now we are trying to modify this setup in ...