Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1065361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T19:47:29+00:00 2026-05-16T19:47:29+00:00

I added a global.asax file, and later decided I didn’t need it, so I

  • 0

I added a global.asax file, and later decided I didn’t need it, so I excluded it from the project, but now I get a parser error when I attempt to run my project.

The following is the error displayed on the view:

Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="[assembly].WebApiApplication" Language="C#" %>

What happened and how do I fix it (besides the obvious of adding it back to the project)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T19:47:29+00:00Added an answer on May 16, 2026 at 7:47 pm

    In an ASP.NET Web Application project, excluding Global.asax merely removes it from the .csproj file. It appears as a “hidden” file if you enable the “Show All Files” option on your project.

    At any rate, your project ignores it and does not compile it, which is expected, but the web server recognizes the .asax file and attempts to load the class referenced in the <%@ Application @> directive. The class does not exist because it was omitted from the project.

    To fool Visual Studio and the web server, consider also appending the extension .exclude to the Global.asax. Doing so keeps your file around (which I assume you intended), but ensures that the web server does not try to treat it as a global application class.

    Of course, if you really don’t want it around, simply delete the .asax file and, if applicable, the code behind.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have set up ninject on my project in the global.asax file... protected void
I have added the required assemblies and registered the NVelocityViewFactory in global.asax.cs page but
How can i get my lightswitch application to enter the global.asax file? In the
How can I get my global.asax file to publish to our ftp site? I
I have a client who has one webpage with customized routes added in global.asax
I have this authentication check in my global.asax file in the Session_OnStart() call: if
In Application_Start event in global.asax.cs, I have added some initialization code. This code is
I'm currently overriding the default ModelMetadataProvider in the Global.asax file using this ModelMetadataProviders.Current =
I added some custom fields (public booleans) to the global class in global.asax.cs which
In my Global.asax file on Application_Start I create a certain number of routes in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.