Finding out VPN properties through VBScript 
Author Message
 Finding out VPN properties through VBScript

I am attempting to detect the existance of a VPN
connection on a client through VBScript in an ASP page.

Our intranet contains certain resources that require the
user to be VPN'd into our network in order to access
them.  

For example, a user could connect to the site via the
Internet without a VPN connection:
https://www.mycompany.com/
but to get to a certain resource, they must be VPN'd in so
that the local address can be used:
http://companyname/some_resource/

I'd like to have the user that goes to:
https://www.mycompany.com/some_resource/
be redirected to:
http://companyname/some_resource/
"response.redirect" works IF the user is VPN'd in.  If not
I'd like to detect this and tell them to VPN in.  If I
could find a way to initiate a VPN connection on the
client, that would be ideal.

Is this stuff possible?

Thanks.



Tue, 29 Nov 2005 05:11:04 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Session Variable Time-outs

2. keeping the Selection.Find.Found property

3. university EMR send outs

4. on the outs

5. Learning the ins and outs of Peek and Poke

6. How to handle print outs in VB?

7. Filesystem Time outs

8. Time-outs

9. Need help with time outs

10. how to find the root object containing specific property

11. Where to find details of properties and events???

12. Finding which methods/properties are available

 

 
Powered by phpBB® Forum Software