Ok .NET framework had a recent patch, and it broke many of our web sites. All imageButtons just don’t do anything.
Cause:
The patch damaged the client scripts in aspnet_client folder. We need to update them properly.
Solution:
Run the following command lines
aspnet_regiis -ea
aspnet_regiis -c
Option -ea will remove all scripts in all aspnet_client folder. -c will install the scripts [...]
Filed under: General | Leave a Comment »