Page view counter

How to download a dll into client machine (asp.net)

Last post 01-07-2009 2:57 AM by Lance Zhang - MSFT. 3 replies.

Sort Posts:

  • How to download a dll into client machine (asp.net)

    01-02-2009, 12:21 AM
    • Loading...
    • madhavichandu
    • Joined on 01-02-2009, 5:11 AM
    • Posts 5
    • Points 6

    I built a dll in C# with windows application. by using web application i need to download the dll into client machine.

    Can any one help me in this regard by giving the approach.

     

    Thanks in advance 

  • Re: How to download a dll into client machine (asp.net)

    01-02-2009, 2:21 AM
    Answer

    You cannot force a download from a web application, otherwise life would be very easy for virus programmers. You can write something into your Windows programme to download the dll using FTP or HTTP.  For more help, ask your question at windowsclient.net.

     

    Regards Mike
    [MVP - ASP/ASP.NET]
    My site
  • Re: How to download a dll into client machine (asp.net)

    01-05-2009, 8:32 AM
    • Loading...
    • sirdneo
    • Joined on 12-16-2008, 5:45 AM
    • Karachi, Pakistan
    • Posts 554
    • Points 2,931

    You have following options:-

    1- Share dll on FTP server and download it from there

    2- Make a web service which returns dll and access that service to retrive dll.

    there might be other options as well

    Zeeshan Umar

    ~ Please Mark as Answer if it solves your query ~
  • Re: How to download a dll into client machine (asp.net)

    01-07-2009, 2:57 AM
    Answer

    Hi madhavichandu 
     

    I agree with Mike , you can also try to use Smart Client application to achieve this, please check the following links to get more information:
     
    Integration of Smart Client applications with existing Web applications
    http://www.codeproject.com/KB/smart/SmartDemo.aspx
     
    Integration of Smart Client applications with existing Web applications
    http://www.codeproject.com/KB/smart/SmartDemo.aspx
     
    Building Smart Client using .NET
    http://www.codeproject.com/KB/dotnet/DotNetBuildSmClnts.aspx

    If you have more questions, I would like to suggest you post the questions on the windows client forum: http://windowsclient.net/Forums/
     
    Thanks.

     

    Lance Zhang
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (4 items)