Parse Error I cannot figure out?

Discussion in 'ASP.NET / ASP.NET Core' started by Chipndale27, Nov 21, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. If anyone can help... I get a parse error when I load my website over to the server as follows:
    Server Error in '/aitp' 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 'AITP.Global'.

    Source Error:






    Code:
    Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="AITP.Global" %>
    
    Source File: E:\web\aitpalaskan\htdocs\aitp\global.asax Line: 1





    Version Information:Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

    I would really appreciate if anyone knows what I should do...

    Thank you,
    WJ
     
  2. Is it set up as an IIS application using the IIS Manager on DASP?
     
  3. Yes, I currently see the dll files in the bin folder on the live server. Is that what you were refuring to? -Or- do I need to post these files externally from this folder?

    WJ
     
  4. diltonm, thanks alot I figured it out!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page