Posted on: 3/22/2015 4:28:55 AM | Views : 567

Hi,
I'm in the process of server migrations, configured IIS in new Windows Server 2012 IIS start page is displaying (http://localhost) & i copy all the ASP.NET files to the new server, but when i try to execute the .NET Page, image & label is displaying but the controls is not loading.
Getting error in the page as 
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login.aspx.vb" Inherits="Login" %>      
not displaying the textbox & button controls.
Did i miss any configuration ?
Any idea........

Go to the complete details ...