Hi,
Is there a way I can upload a file to my web server to test whether .net 3.5 SP1 was installed properly?
Maybe use a new feature or something?
Hi,
Is there a way I can upload a file to my web server to test whether .net 3.5 SP1 was installed properly?
Maybe use a new feature or something?
This has been discussed a fair bit:
http://stackoverflow.com/questions/198931/how-do-i-tell-if-net-3-5-sp1-is-installed
http://stackoverflow.com/questions/16178/best-way-to-determine-if-net-3-5-is-installed
Add this to Web.config
file and see if the assembly exists:
<add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>