Scenerio:
We have 6 web servers behind a router that routes the user to any of them based on server load etc.
To verify that the router is hitting all 6 servers, you need to open the site, verify the IP addrss, close the browser, re-open the browser, hit the site verify address, close browser, etc...
I'm trying to write a monitoring application that will do this for us, but I cannot get the application to simulate that browser close event that clears the channel and forces the router to forget where it sent me last time.
I have a base form that makes a call to a VB class that does the HTTPWebRequest, in the "on-click" event of a button on the form, it creates a new instance of the request class, makes the request, then disposes of the request class.
I'm not sure if this is even possible, but I need the application to simulate a browser close without having to actually close the application down...
ASP, VB, VBS, Cold Fusion, SQL, DTS, T-SQL, PL-SQL, IBM-MQ, Crystal Reports, Crystal Enterprise
We have 6 web servers behind a router that routes the user to any of them based on server load etc.
To verify that the router is hitting all 6 servers, you need to open the site, verify the IP addrss, close the browser, re-open the browser, hit the site verify address, close browser, etc...
I'm trying to write a monitoring application that will do this for us, but I cannot get the application to simulate that browser close event that clears the channel and forces the router to forget where it sent me last time.
I have a base form that makes a call to a VB class that does the HTTPWebRequest, in the "on-click" event of a button on the form, it creates a new instance of the request class, makes the request, then disposes of the request class.
I'm not sure if this is even possible, but I need the application to simulate a browser close without having to actually close the application down...
ASP, VB, VBS, Cold Fusion, SQL, DTS, T-SQL, PL-SQL, IBM-MQ, Crystal Reports, Crystal Enterprise