asp.net - Server Error in '/' Application on web site Hosting on internet issue C# aspx -
i have website hosted on www/internet, when tried open abcxxx.com/webapplicationasp/login/login.aspx showing below error;
server error in '/' application <%@ page language="c#" autoeventwireup="true" codebehind="login.aspx.cs" inherits="webapplicationasp.login.login" %>
same web site hosted on local pc in iis showing no errors. working fine.
i have googled , found need change codebehind codefile: got below error:
parser error message: file '/webapplicationasp/login/login.aspx.cs' not exist.
is means have add c# source files ?
i published website in localpc using iis @ filesystem c:\inetpub\wwwroot\webapplicationasp same file structure have put on www hosting site? need more make work ?
thanks, ashok
Comments
Post a Comment