D
David E.
When ever ASP.NET spits up an unhandled excpetion, at the
bottom of the error page is both the .NET version and
ASP.NET version.
This isn't always the same on some of my test systems.
I know that I can programatically get the .NET version
from System.Environment.Version.ToString().
My question is how can I get the ASP.NET version
programatically.
Any help would be greatly appreciated.
bottom of the error page is both the .NET version and
ASP.NET version.
This isn't always the same on some of my test systems.
I know that I can programatically get the .NET version
from System.Environment.Version.ToString().
My question is how can I get the ASP.NET version
programatically.
Any help would be greatly appreciated.