Migrate ASP.NET web application from 1.1 to 4.0http://forums.asp.net/t/1775173.aspx/1?Migrate+ASP+NET+web+application+from+1+1+to+4+0Sun, 04 Mar 2012 19:59:55 -050017751734857111http://forums.asp.net/p/1775173/4857111.aspx/1?Migrate+ASP+NET+web+application+from+1+1+to+4+0Migrate ASP.NET web application from 1.1 to 4.0 <p>Hi,</p> <p>&nbsp; I am in process of migrating asp .net web application from 1.1 to 4.0 framework. The application has few reference dlls that was compiled in 1.1 framework (so its manifest has reference to 1.1 framework dlls in GAC). Following is my&nbsp;understading when&nbsp;1.1 reference dll is loaded in run time.</p> <p>1. CLR 4.0 will be used to load and execute&nbsp;reference dll compiled in 1.1 framework.<br> 2. It is not required to install .net framework 1.1 in server.</p> <p>Thanks,<br> Santhosh</p> <p>&nbsp;&nbsp;</p> 2012-02-29T15:22:09-05:004863073http://forums.asp.net/p/1775173/4863073.aspx/1?Re+Migrate+ASP+NET+web+application+from+1+1+to+4+0Re: Migrate ASP.NET web application from 1.1 to 4.0 <p>@ <a title="santhosh.grandai" href="http://forums.asp.net/members/santhosh.grandai.aspx"> santhosh.grandai</a></p> <p>AFAIK,you <em>could</em> run into issues, depending on where you deploy it ... for example, you may have to explicity install 1.1 ... for example, i've not looked at win8 yet, so i do not know if 1.1 will shipped installed ... also, because 1.1 is <em>ancient (</em>in<em> computer </em>years<em>)</em>, it appears that Microsoft <em>soon </em>will no longer supports 1.1:&nbsp; <a href="http://support.microsoft.com/lifecycle/search/default.aspx?sort=pn&amp;alpha=.net&#43;framework"> http://support.microsoft.com/lifecycle/search/default.aspx?sort=pn&amp;alpha=.net&#43;framework</a></p> <pre class="prettyprint">Product Mainstream Extended Support End Support End .NET Framework 1.1 2008-10-14 2013-10-08</pre> <p>bottom:&nbsp; you <em>may </em>encounter <em>compatibility issues</em> as some future date.</p> <p>g.</p> 2012-03-04T19:59:55-05:00