Hello everyone. I have an appliance that gives our outside isers VPN access
to our network as long as they have meet certain criteria. One of the
criteria that they must meet is having ou corporate edition of Symantec AV on
their machine. If it is not on their machine, they are directed to a page
that has a link on it where they can go to load the software on their
machine. I created a virtual directory named symantec where our Symantec
setup files are stored. There is also a cmd file in the symantec virtual
directory which basically automates the Symantec installation.
So, the link is something like this:
http://webserver/symantec/symantec.cmd
When a user clicks the link, they get a "page cannot be found" page. As a
test, I created an index.htm page in the symantec virtual directory. When a
user goes to the following link:
http://webserver/symantec/index.htm
They see the page I created. That would lead me to believe that either:
1. I cannot run the cmd file from a web browser
or
2. I have something configured wrong in my virtual directory that will not
allow the cmd file to run.
Does anyone have any idea whether this can be done, and if it can be done,
how I need to configure this to work?
Thanks,
Brian