If what you're trying to do is let a client run an application by clicking on a link like http://www.foo.com/myapp.exe, then
a) you shouldn't need to create any sort of web app with Visual Studio - just put it on a web server somewhere. B) read Chris Sells' MSDN article at [1], because there are a few gotchas with this approach. [1] http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/default.a sp > -----Original Message----- > From: Moderated discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED]] On Behalf Of Farhan Shah > Sent: Monday, July 15, 2002 2:25 PM > To: [EMAIL PROTECTED] > Subject: [ADVANCED-DOTNET] Best ways to deploy a winform application via a > web server? > > I am able to deploy .EXE file from webserver to client by adding it to web > application in .NET. I am more curious about if there is any easier or > better way to do that? > > any sample code will be great help!! > > Thanks, > Farhan > > You can read messages from the Advanced DOTNET archive, unsubscribe from > Advanced DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
