We have recently migrated my web application to a new Server using IIS 10, and Windows Server 2016. Once I migrated my app, the
LinkButton controls stopped working. Image Buttons, and standard buttons, however,
LinkButtons generally do not work. The LinkButtons that seem to have the most issues are ones that simply navigate to another web page. If you could provide any suggestions as to the issue, I would much appreciate. Thank you.
Legacy version of .NET is 4.5, and this is a web application.
NOTE: Legacy code is working without issue on all browsers.
NOTE: Control general control syntax <asp:LinkButton id="lnkLink" runat="server" />