简体   繁体   中英

Moving ASP.NET 1.1 site to IIS 7

I am trying to move an asp.net 1.1 site that is currently hosted on a dying server with IIS 6 to a new server with IIS 7. I've setup everything with IIS to get the asp.net 1.1 app pool and classic mode and all that good stuff. When I access the site though, I keep getting

    Parser Error 

Could not load type 'XXX.Type

    <%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="XXX.Type" EnableViewState="False" %>

I don't have access to the source code. What should I do to get this running?

I appreciate any help.

看起来您缺少XXX.Type类的bin文件夹中的dll,default.aspx.vb继承自该类

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