![]() |
Terminal Services
Hi All,
Here is what I would like to do, any advice would be greatly appreciated. I have a forms authenticated web page that accepts user credentials, these credentials are then looked up in a SQL DB, from these credentials we can tell if the the user is an employee or customer. If the user is a customer they are redirected to an ecommerce site, whereas if the user is an employee then I would like to somehow allow the user to connect to our internal intranet site. Is this possible? If so how? Thanks in advance, Pete. |
Re: Terminal Services
Pete,
If I understand you correctly, your question is about setup and security. There is a number of more specific newsgroups dealing with these issues, you should ask there. Also the subject doesn't look relevant. Eliyahu "trinitypete" <trinitypete@online.nospam> wrote in message news:3B233BCA-C792-4E77-AF4A-0C7BBBB39AD5@microsoft.com... > Hi All, > > > Here is what I would like to do, any advice would be greatly appreciated. > > I have a forms authenticated web page that accepts user credentials, these > credentials are then looked up in a SQL DB, from these credentials we can > tell if the the user is an employee or customer. If the user is a customer > they are redirected to an ecommerce site, whereas if the user is an employee > then I would like to somehow allow the user to connect to our internal > intranet site. > > Is this possible? If so how? > > Thanks in advance, > Pete. |
Re: Terminal Services
Not security related, at least not at this point. What I am basically after
is a way from ASP.NET code to instantiate a terminal services connection to an internal server that can access the intranet. Pete "Eliyahu Goldin" wrote: > Pete, > > If I understand you correctly, your question is about setup and security. > There is a number of more specific newsgroups dealing with these issues, you > should ask there. Also the subject doesn't look relevant. > > Eliyahu > > "trinitypete" <trinitypete@online.nospam> wrote in message > news:3B233BCA-C792-4E77-AF4A-0C7BBBB39AD5@microsoft.com... > > Hi All, > > > > > > Here is what I would like to do, any advice would be greatly appreciated. > > > > I have a forms authenticated web page that accepts user credentials, these > > credentials are then looked up in a SQL DB, from these credentials we can > > tell if the the user is an employee or customer. If the user is a customer > > they are redirected to an ecommerce site, whereas if the user is an > employee > > then I would like to somehow allow the user to connect to our internal > > intranet site. > > > > Is this possible? If so how? > > > > Thanks in advance, > > Pete. > > > |
Re: Terminal Services
Pete,
It should be possible with terminal services activex. Google for "terminal services activex". Eliyahu "trinitypete" <trinitypete@online.nospam> wrote in message news:35A59CDD-2763-433E-9110-89B589D6A9F6@microsoft.com... > Not security related, at least not at this point. What I am basically after > is a way from ASP.NET code to instantiate a terminal services connection to > an internal server that can access the intranet. > > Pete > > "Eliyahu Goldin" wrote: > > > Pete, > > > > If I understand you correctly, your question is about setup and security. > > There is a number of more specific newsgroups dealing with these issues, you > > should ask there. Also the subject doesn't look relevant. > > > > Eliyahu > > > > "trinitypete" <trinitypete@online.nospam> wrote in message > > news:3B233BCA-C792-4E77-AF4A-0C7BBBB39AD5@microsoft.com... > > > Hi All, > > > > > > > > > Here is what I would like to do, any advice would be greatly appreciated. > > > > > > I have a forms authenticated web page that accepts user credentials, these > > > credentials are then looked up in a SQL DB, from these credentials we can > > > tell if the the user is an employee or customer. If the user is a customer > > > they are redirected to an ecommerce site, whereas if the user is an > > employee > > > then I would like to somehow allow the user to connect to our internal > > > intranet site. > > > > > > Is this possible? If so how? > > > > > > Thanks in advance, > > > Pete. > > > > > > |
Re: Terminal Services
Thanks Eliyahu I will go take a look.
Pete "Eliyahu Goldin" wrote: > Pete, > > It should be possible with terminal services activex. Google for "terminal > services activex". > > Eliyahu > > "trinitypete" <trinitypete@online.nospam> wrote in message > news:35A59CDD-2763-433E-9110-89B589D6A9F6@microsoft.com... > > Not security related, at least not at this point. What I am basically > after > > is a way from ASP.NET code to instantiate a terminal services connection > to > > an internal server that can access the intranet. > > > > Pete > > > > "Eliyahu Goldin" wrote: > > > > > Pete, > > > > > > If I understand you correctly, your question is about setup and > security. > > > There is a number of more specific newsgroups dealing with these issues, > you > > > should ask there. Also the subject doesn't look relevant. > > > > > > Eliyahu > > > > > > "trinitypete" <trinitypete@online.nospam> wrote in message > > > news:3B233BCA-C792-4E77-AF4A-0C7BBBB39AD5@microsoft.com... > > > > Hi All, > > > > > > > > > > > > Here is what I would like to do, any advice would be greatly > appreciated. > > > > > > > > I have a forms authenticated web page that accepts user credentials, > these > > > > credentials are then looked up in a SQL DB, from these credentials we > can > > > > tell if the the user is an employee or customer. If the user is a > customer > > > > they are redirected to an ecommerce site, whereas if the user is an > > > employee > > > > then I would like to somehow allow the user to connect to our internal > > > > intranet site. > > > > > > > > Is this possible? If so how? > > > > > > > > Thanks in advance, > > > > Pete. > > > > > > > > > > > > |
Re: Terminal Services
Thanks Eliyahu, I will go take a look.
Pete. "Eliyahu Goldin" wrote: > Pete, > > It should be possible with terminal services activex. Google for "terminal > services activex". > > Eliyahu > > "trinitypete" <trinitypete@online.nospam> wrote in message > news:35A59CDD-2763-433E-9110-89B589D6A9F6@microsoft.com... > > Not security related, at least not at this point. What I am basically > after > > is a way from ASP.NET code to instantiate a terminal services connection > to > > an internal server that can access the intranet. > > > > Pete > > > > "Eliyahu Goldin" wrote: > > > > > Pete, > > > > > > If I understand you correctly, your question is about setup and > security. > > > There is a number of more specific newsgroups dealing with these issues, > you > > > should ask there. Also the subject doesn't look relevant. > > > > > > Eliyahu > > > > > > "trinitypete" <trinitypete@online.nospam> wrote in message > > > news:3B233BCA-C792-4E77-AF4A-0C7BBBB39AD5@microsoft.com... > > > > Hi All, > > > > > > > > > > > > Here is what I would like to do, any advice would be greatly > appreciated. > > > > > > > > I have a forms authenticated web page that accepts user credentials, > these > > > > credentials are then looked up in a SQL DB, from these credentials we > can > > > > tell if the the user is an employee or customer. If the user is a > customer > > > > they are redirected to an ecommerce site, whereas if the user is an > > > employee > > > > then I would like to somehow allow the user to connect to our internal > > > > intranet site. > > > > > > > > Is this possible? If so how? > > > > > > > > Thanks in advance, > > > > Pete. > > > > > > > > > > > > |
Re: Terminal Services
Have a look at Microsoft Terminal Services Advanced Client (TSAC):
http://www.microsoft.com/windows2000...etins/tsac.asp Eliyahu "trinitypete" <trinitypete@online.nospam> wrote in message news:0B35C46C-6A6C-4972-A746-A8E06216D65B@microsoft.com... > Thanks Eliyahu I will go take a look. > > Pete > > "Eliyahu Goldin" wrote: > > > Pete, > > > > It should be possible with terminal services activex. Google for "terminal > > services activex". > > > > Eliyahu > > > > "trinitypete" <trinitypete@online.nospam> wrote in message > > news:35A59CDD-2763-433E-9110-89B589D6A9F6@microsoft.com... > > > Not security related, at least not at this point. What I am basically > > after > > > is a way from ASP.NET code to instantiate a terminal services connection > > to > > > an internal server that can access the intranet. > > > > > > Pete > > > > > > "Eliyahu Goldin" wrote: > > > > > > > Pete, > > > > > > > > If I understand you correctly, your question is about setup and > > security. > > > > There is a number of more specific newsgroups dealing with these issues, > > you > > > > should ask there. Also the subject doesn't look relevant. > > > > > > > > Eliyahu > > > > > > > > "trinitypete" <trinitypete@online.nospam> wrote in message > > > > news:3B233BCA-C792-4E77-AF4A-0C7BBBB39AD5@microsoft.com... > > > > > Hi All, > > > > > > > > > > > > > > > Here is what I would like to do, any advice would be greatly > > appreciated. > > > > > > > > > > I have a forms authenticated web page that accepts user credentials, > > these > > > > > credentials are then looked up in a SQL DB, from these credentials we > > can > > > > > tell if the the user is an employee or customer. If the user is a > > customer > > > > > they are redirected to an ecommerce site, whereas if the user is an > > > > employee > > > > > then I would like to somehow allow the user to connect to our internal > > > > > intranet site. > > > > > > > > > > Is this possible? If so how? > > > > > > > > > > Thanks in advance, > > > > > Pete. > > > > > > > > > > > > > > > > > > |
| All times are GMT. The time now is 03:32 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.