No Touch Deploy App and Cookies

  • Thread starter Thread starter phetherington
  • Start date Start date
P

phetherington

Hi,

I am developing a No Touch Deploy application that is launched from an
ASPX page. On the aspx page the user logs in and it launches the NTD
application.
My problem is how to let the NTD application know the user login
information.

The NTD also uses web services to communicate back to the server.

I have tried following Chris Sells article on launching NTD With
command line parameter, but it doesn't work well in my situation.

What I am trying to do now is create a cookie with in the aspx page
that stores the user information and then launch NTD application. My
problem now is that I can't figure out how to access that cookie.

Any one have any ideas on this?

Please Note: The NTD application must run in the default Internet Zone
security levels.

Thank You,
Paul
 
I don't know if this is feasible, but if you could create a directory when
the user clicked on the link, put a shortcut to your executable in that
directory, put a config file in that directory to give the app some dynamic
properties for the user identification, and then send the client a link to
that new executable shortcut, you might just be able make it work. Of
course, I'm thinking a unix-style symbolic link here, and I don't know what
the windows equivilent of that would be.

HTH,
Chris

phetherington said:
Hi,

I am developing a No Touch Deploy application that is launched from an
ASPX page. On the aspx page the user logs in and it launches the NTD
application.
My problem is how to let the NTD application know the user login
information.

The NTD also uses web services to communicate back to the server.

I have tried following Chris Sells article on launching NTD With
command line parameter, but it doesn't work well in my situation.

What I am trying to do now is create a cookie with in the aspx page
that stores the user information and then launch NTD application. My
problem now is that I can't figure out how to access that cookie.

Any one have any ideas on this?

Please Note: The NTD application must run in the default Internet Zone
security levels.

Thank You,
Paul



----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top