There are differences in code for .Net framework 4.0 and earlier releases (such as framework 3.5 and 2.0) that may impact applications were created by using earlier releases. Continue reading
There are differences in code for .Net framework 4.0 and earlier releases (such as framework 3.5 and 2.0) that may impact applications were created by using earlier releases. Continue reading
I’m working on a .Net web application project that run on IIS 7 with Application Pool on .Net Framework 2.0 and it’s working properly. After I upgrade the application pool to .Net Framework 4.0 version, all my form elements assigning or retrieving the value are stopped working. The form is generated dynamically in the code behind so I’m not sure how the >form< tag is built. Continue reading