I am getting parser error while running in server. can you pls suggest

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vanishri M V
    New Member
    • Dec 2010
    • 1

    I am getting parser error while running in server. can you pls suggest

    [code]
    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 'DAP.login'.

    Source Error:

    Line 1: <%@ Page Language="C#" AutoEventWireup ="true" CodeBehind="log in.aspx.cs" Inherits="DAP.l ogin" %>
    Line 2:
    Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">


    Source File: /dap/login.aspx Line: 1

    [\code]
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Looks like you are missing a reference to the DAP.login object.
    Your project SHOULD throw a compile error, if it does not, then the problem is probably with permissions of the user that runs IIS (possibly ASP.NET user)

    Comment

    • Sfreak
      New Member
      • Mar 2010
      • 64

      #3
      Actually the user that IIS uses is IIS_USR

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Depends on which version of IIS your are running, and which OS

        Comment

        Working...