I need to deploy a winforms application to users in another company. Best bet so far seems to be ClickOnce and to comply with their security procedures it will be online only with minimum permissions.
But I need to authenticate the users - without touching any part of the customers network, or the PC that the application is running on.
Is it possible to use ASP forms authentication from a winforms app? Or does anyone have other suggestions?
Regards
Mark