C
cliffeh
I have an Intranet application that I'm deploying to our Shop Floor. What I
would like is to have a front page that receives the request, identifies the
computer that it's coming from, and then redirects that PC to the
appropriate page on the site (depending on what production line it's on,
what web apps are required by that particular PC, etc). Once I could
identify the Computer, it would be pretty easy to look up the page it should
go to, for instance in the web.config file. But it's a matter of getting a
positive identification on the computer making the request.
Any suggestions on this? It's all in-house, so I can make whatever changes I
need to to the clients. Right now I'm basing some stuff on IP Address (which
is what I get from Request.UserHostName), but with DHCP, that's not going to
work.
Thanks,
Cliffe Hodgkinson
Nichirin Inc.
would like is to have a front page that receives the request, identifies the
computer that it's coming from, and then redirects that PC to the
appropriate page on the site (depending on what production line it's on,
what web apps are required by that particular PC, etc). Once I could
identify the Computer, it would be pretty easy to look up the page it should
go to, for instance in the web.config file. But it's a matter of getting a
positive identification on the computer making the request.
Any suggestions on this? It's all in-house, so I can make whatever changes I
need to to the clients. Right now I'm basing some stuff on IP Address (which
is what I get from Request.UserHostName), but with DHCP, that's not going to
work.
Thanks,
Cliffe Hodgkinson
Nichirin Inc.