"Developer" <Developer@Developer.net> wrote in message news:<uNlQPGQQDHA.2176@TK2MSFTNGP12.phx.gbl>...
> We have written a Windows Application using C#. This needs to be installed
> in about 10 desktops. Instead of installing in 10 desktops (not only time
> consuming but also the DB connection string is exposed, upgrade needs to be
> installed again and again etc) I wanted to put it on the intranet site so
> that the users can go to [url]http://CSharpWINApp.exe[/url]. I created strong name key
> as the error message suggessted. Now when I go to [url]http://CSharpWINApp.exe[/url] I
> get error messages such as exception in IEExec.exe, securityexception etc.
> Is there any article available on how to deploy the WIN app thru web, IIS
> settings etc?
>
> Thanks in advance.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondeploymentscenarios.asp[/url]