Re: ASP.NET Question
From: KA Kueh (kka_at_ksm.com.my)
Date: 10/22/04
- Next message: Scott Allen: "Re: multithreading ASP.NET"
- Previous message: Scott Allen: "Re: event from itemtemplate not raised"
- In reply to: KA Kueh: "ASP.NET Question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 22 Oct 2004 21:33:46 +0800
I have just manage to track down the problem. One server is running
Exchange 2003, another is running Sharepoint Services and the Third is
running URLSCAN. The first two is causing the problem because of ISAPI
filter running. The last one is because of URLSCAN blocking. Hopefully
this might be usefull for other users in the future. Thanks.
Regards,
Kueh
"KA Kueh" <kka@ksm.com.my> wrote in message
news:eV0Ud1BuEHA.908@TK2MSFTNGP11.phx.gbl...
> Dear all,
>
> I have a simple application that does not work on three of four machine.
> The same code works on one and the way the we setup it up is just to copy
> the whole directory from release to the target. What I want to know if
> how do I trace and fix the problem?, FYI, all machine runs Windows 2003
> Standard Ed. Also for the first two machine with 404 error the directory
> and file does exist because when I keyin the complete URL path of static
> page in the application directory it does load without problem. The
> problem is the aspx file, it seems to load but boms out with 404 error.
>
>
>
> machine 1 error message
>
> 404 NOT FOUND
>
>
> machine 2 Error message
> HTTP Error 404.1 - File or directory not found: Web site not accessible on
> the requested port.
> Internet Information Services (IIS)
>
> machine 3 Error message
> 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 'rolas.LoginFrm'.
>
> Source Error:
>
> Line 1: <%@ Page language="c#" Codebehind="loginFrm.aspx.cs"
> AutoEventWireup="false" Inherits="rolas.LoginFrm" %>
> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
> Line 3: <HTML>
>
> Source File: C:\Inetpub\wwwroot\rolas\loginfrm.aspx Line: 1
>
>
>
>
- Next message: Scott Allen: "Re: multithreading ASP.NET"
- Previous message: Scott Allen: "Re: event from itemtemplate not raised"
- In reply to: KA Kueh: "ASP.NET Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|