chem1 Posted October 16, 2003 Posted October 16, 2003 Hi All, How can I check whether the client machine has .NET Framework installed or not using my ASP .NET Web Page. Any code that I write in Code-Behind files gets executed at the Server so it does not know anything about the client machine. Do I write VBScript using FileSystemObject? Thankx in advance... Quote
*Gurus* Derek Stone Posted October 16, 2003 *Gurus* Posted October 16, 2003 Check the user-agent HTTP header using Request.UserAgent. It'll contain ".NET CLR 1.0.3705" (or a different version number) if the user is accessing the site using Internet Explorer. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.