URL for application developers to use to point to .NET Frameworks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the setup of my .NET application, I want to point users to the correct URL for them to download the .NET FX 1.1 if they don't already have it

Should I point my users to http://www.microsoft.com/downloads/...E3-F589-4842-8157-034D1E7CF3A3&displaylang=en or do you have a standard URL which will always redirect to the newest version of the frameworks

PS: My application used to point to http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevframework.asp which no longer provides an easy path for users to download the FX

Thanks
Jay
 
Doesn't the Windows Update site offer the framework as an install option?

Jay Craig said:
In the setup of my .NET application, I want to point users to the correct
URL for them to download the .NET FX 1.1 if they don't already have it.
Should I point my users to
http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-
8157-034D1E7CF3A3&displaylang=en or do you have a standard URL which will
always redirect to the newest version of the frameworks?
PS: My application used to point to
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/netdevfram
ework.asp which no longer provides an easy path for users to download the
FX.
 
Back
Top