Microsoft
Software
Hardware
Network
Question : Finding version of ASP.net on Server
Hi Folks,
How do i find out thru code which version of ASP.net the webserver is running.
Thanks
RG
Answer : Finding version of ASP.net on Server
Response.Write("The .NET version is " & System.Environment.Version
.ToString(
) )
Random Solutions
Search form
how to format date with Html.TextBoxFor helper ?
Batch file for copying folder named as yesterday
Open new window with specified size and without menu and toolbar from an application
AD Login Script not working on Windows 7 - but will run locally from same computer
Call NetMessageBufferSend function from vb.net
Repadmin to verify replication?
IE8 home page is being forced to google.co.uk
Set Font For Workbook or Worksheet Through VBA
Me.Visible AND Me.WIndowState = WindowState.Normal doesn't work