Migrating a Gen server application from Mainframe to Windows/.NET.
Have a transition requirement to have both the current .NET 3.5 proxies and the new .NET 4. proxies deployed to the same directory/application under IIS.
Gen 8.6 .NET proxy
cstest1.ief\proxy\NET\deploy\Custproxy1\samples\ASP.NET.cstest1.ief\proxy\NET\deploy\Custproxy1\samples\ASP.NET\bin has everything commented out.CMIDEBUG ON c:\temp\trace.out
Could not load file or assembly... This assembly is built by a runtime newer than the currently loaded runtime...".cstest1.ief\proxy\NET\deploy\Custproxy1\samples\ASP.NET\bin, Support testing confirmed that both old and new proxy operations will execute successfully because the .NET 4.x Framework is backward compatible with the .NET 3.5 version dll files.cstest1.ief\proxy\NET\deploy\Svr1\samples\ASP.NET to directory cstest1.ief\proxy\NET\deploy\Custproxy1\samples\ASP.NET.cstest1.ief\proxy\NET\deploy\Custproxy1\samples\ASP.NET update the file operations.htm to add an extra line for standard proxy operation Svr1:<p><a href="custom1.aspx">custom1</a></p><p><a href="Svr1.aspx">Svr1</a></p>Therefore option #2 is the recommended solution.