![]() |
find out the OS Version my computer is running with ASP.NET???
Hi..I am new to this community and very new to this....
How can I find out the OS Version my computer is running with ASP.NET??? Thanks for any reply..... |
Re: find out the OS Version my computer is running with ASP.NET???
Hi,
you need to know version of client machine or the server machine on which your website resides. also is it hosted on Windows/Linux/Mac ? once you provide this details, i'll surely answer your q's. |
Re: find out the OS Version my computer is running with ASP.NET???
Quote:
I need O.S version of client machine in web application |
Re: find out the OS Version my computer is running with ASP.NET???
Using JS can help
Like HTML Code:
if (navigator.appVersion.indexOf("Win")!=-1) OSName="Windows"; |
Re: find out the OS Version my computer is running with ASP.NET???
Quote:
Thanks for quick reply Actually I want location of hosts file for appending some IP in that Windows Vista = C:\WINDOWS\SYSTEM32\DRIVERS\ETC Windows XP = C:\WINDOWS\SYSTEM32\DRIVERS\ETC Windows 2K = C:\WINNT\SYSTEM32\DRIVERS\ETC Win 98/ME = C:\WINDOWS |
Re: find out the OS Version my computer is running with ASP.NET???
That cannot be done on client machine without installing some program.
|
Re: find out the OS Version my computer is running with ASP.NET???
Quote:
|
| All times are GMT +5.5. The time now is 02:20. |