简体   繁体   中英

Changes in Web.config before publishing to online windows server

m new to asp.net and i am stuck badly, i have published the website and uploaded on server but when i browse it gives following errors in web.config file.

Error is in the line below

Line 1:  <%@ Page Title="Login" Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="NinjaBotMaster.login" %>

and here is my default.aspx file top lines

<%@ Page Title="Login" Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="**********.login" %>

<!doctype html>
<html>
   <head>

尝试这个

<%@ Page Title="Login" Language="C#" MasterPageFile="**nameofmasterfile**" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="**name**" %>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM