.Net Frame work
-
I developed an ASP.NET Application and I want to ensure that who ever uses my application, is installed with .NET Framework 2.0 on their system. If not, the application should first install the .NET Framework 2.0 and then runs the application. Let us assume the .NET Framework 2.0 is not installed on one system. So now, how I can make my application to run the .NET Framework 2.0 to run (install) on a click of the link.
-
I developed an ASP.NET Application and I want to ensure that who ever uses my application, is installed with .NET Framework 2.0 on their system. If not, the application should first install the .NET Framework 2.0 and then runs the application. Let us assume the .NET Framework 2.0 is not installed on one system. So now, how I can make my application to run the .NET Framework 2.0 to run (install) on a click of the link.
You can provide a link to the framework, sure. You realise they don't need it installed to view your site, right ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You can provide a link to the framework, sure. You realise they don't need it installed to view your site, right ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Christian Graus wrote:
You realise they don't need it installed to view your site
25 MB download + 5 minute installation + 500 MB diskspace to view a website. I would just close the 'X' icon at the top right of the window, if that is the case. :-D
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
I developed an ASP.NET Application and I want to ensure that who ever uses my application, is installed with .NET Framework 2.0 on their system. If not, the application should first install the .NET Framework 2.0 and then runs the application. Let us assume the .NET Framework 2.0 is not installed on one system. So now, how I can make my application to run the .NET Framework 2.0 to run (install) on a click of the link.
Aslong as the framework is installed on the server hosting the website, the users wouldn't need the framework installed, is there a specific reason that you want to install the framework on the users?
No matter how long he who laughs last laughs, he who laughs first has a head start!