Thursday, January 28, 2010

check .net version installed in your computer

to do this, simply create a html page and copy the content.
<Html>
<body>
<script>
alert(navigator.userAgent)
</script>
</body>
</html>
Then open the page on IE, it will prompt the .NET version.

Reference: here

No comments: