can not load page in IIS7
am 18.04.2008 19:37:36 von QNguyen
Hi,
My web pages are able to run in my old windows XP laptop under IIS5. I try
to move all web folder into new Vista laptop which run IIS7. The main page
fails to load. Is it because of the IIS versions?
How do I run my webpage in IIS7 without errors? Thanks
Re: can not load page in IIS7
am 18.04.2008 20:08:19 von QNguyen
Here is error message
Server Error in '/' Application.
------------------------------------------------------------ --------------------
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Could not load type 'ers.footer'.
Source Error:
Line 1: <%@ Control Language="c#" AutoEventWireup="false"
Codebehind="footer.ascx.cs" Inherits="ers.footer"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
Line 2:
cellpadding="0" cellspacing="0"
Line 3: style="BORDER-COLLAPSE: collapse" bordercolor="#ffffff">
Source File: /ers/footer.ascx Line: 1
------------------------------------------------------------ --------------------
the same file is running on IIS5 is ok
Re: can not load page in IIS7
am 20.04.2008 18:52:40 von Ken Schaefer
This is not an IIS issue - there is something wrong with your ASP.NET code.
For example your component/assemebly (ers.footer) may be missing, or the
code behind, or similar.
Cheers
Ken
--
My IIS blog: http://adopenstatic.com/blog
"qnguyen" wrote in message
news:2F3D2597-EA67-4F4E-B1BC-002A110F3C10@microsoft.com...
> Here is error message
> Server Error in '/' Application.
> ------------------------------------------------------------ --------------------
>
> Parser Error
> Description: An error occurred during the parsing of a resource required
> to service this request. Please review the following specific parse error
> details and modify your source file appropriately.
>
> Parser Error Message: Could not load type 'ers.footer'.
>
> Source Error:
>
>
> Line 1: <%@ Control Language="c#" AutoEventWireup="false"
> Codebehind="footer.ascx.cs" Inherits="ers.footer"
> TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
> Line 2:
> cellpadding="0" cellspacing="0"
> Line 3: style="BORDER-COLLAPSE: collapse" bordercolor="#ffffff">
>
>
> Source File: /ers/footer.ascx Line: 1
>
>
> ------------------------------------------------------------ --------------------
> the same file is running on IIS5 is ok