ASP.NET Question

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


Date: Fri, 22 Oct 2004 17:56:02 +0800

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

  • RE: Problem with global.asax
    ... An error occurred during the parsing of a resource required to ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Microsoft Please Help??
    ... 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: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Parser error in Global.asax
    ... end of the file), save it and rebuild. ... In every project I try to compile and run, I'm getting a parser error on ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Question
    ... running URLSCAN. ... > 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)
  • 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)