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 8424567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:01:45+00:00 2026-06-10T04:01:45+00:00

ASP.NET front-end .aspx page (hiding code when deployed). I’m trying to simply have a

  • 0

ASP.NET front-end .aspx page (hiding code when deployed).

I’m trying to simply have a button for us developers that auto-fills this gigantic form, the only thing I’ve been able to find is this:

<script>
    $(function () {
        <% If (Context.IsDebuggingEnabled) Then %>
            $('#fillForm').show().on('click', function () {
                // nothing special here, loops through items and fills them in
            });
        <% End If %>

        // other normal JS code here
    });
</script>

The problem is when the project is pushed into the live test environment, they still see the button! It starts out as: display:none;, and somehow this code is being hit even on when deployed!

SOLUTION:: Thanks to @Icarus
Test environment web.config also has

<compilation debug="true">

For it to work only within our development environment I had to do:

<% If (System.Configuration.ConfigurationManager.AppSettings("Environment").ToUpper() = " DEVELOPMENT") Then %>
  // stuff here
<% End if %>
  • 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-06-10T04:01:47+00:00Added an answer on June 10, 2026 at 4:01 am

    That means your Web.config in production still has debug=true in the compilation Section. You should always set the flag to false when deploying to Production. There’s a performance hit, and it may expose more details about exceptions than one would want a user to be able to see.

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

Sidebar

Related Questions

I have a very simple ASP.Net page that acts as a front end for
I have an ASP.NET project which is a front-end to a database. In addition
I have an application having front end in ASP.NET (VB.NET) and at back end
I have a very simple application which consists of an ASP.NET front end site,
I have an application that uses Silverlight and ASP.NET as a front-end. It retrieves
I have a few ASP.Net database front-end websites where MS Access is the back-end.
i have an asp.net-mvc web page and i am using jqgrid on the front
i have a little asp.net web application. it is a front end to a
I have an N-tier application, ASP.Net front end, then a .Net C# Business and
I have a CloudFront destro in front of my asp.net application, serving dynamic content.

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.