Quote:
Originally Posted by benfowler
Hi there....I new to this forum and very to this topic....
How can I find out the OS Version my computer is running with ASP.NET???
Thanks for any reply....
|
<%
Response.Write("The OS Version is " & System.Environment.OSVersion.ToString() )
%>