Re: ASP.NET Question

From: KA Kueh (kka_at_ksm.com.my)
Date: 10/22/04


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
>
>
>
>



Relevant Pages

  • ASP.NET Question
    ... it seems to load but boms out with 404 error. ... machine 2 Error message ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Page Directive
    ... I am trying to create the Chart application from Chapter 27 in ASP.net Unleashed. ... When I go to load my page I receive the following error message: ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Question
    ... You should go to iis, select the dir you created, open properties and create ... > problem is the aspx file, it seems to load but boms out with 404 error. ... > machine 1 error message ... > Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Page Directive
    ... I am trying to create the Chart application from Chapter 27 in ASP.net Unleashed. ... When I go to load my page I receive the following error message: ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Dept of Utterly Useless Error Messages
    ... There's a box with an alert icon and an okay button. ... I've been hacking some Wiki extensions at work that load project information ... So under IE6 you got a useless error message. ...
    (Fedora)

Loading