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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:33:43+00:00 2026-05-29T10:33:43+00:00

I am experiencing a very strange issue. I have developped an application locally and

  • 0

I am experiencing a very strange issue. I have developped an application locally and everything works file. But on the production server i have several problems. The most annoying is the Navigation Menu that changes from horizontal to vertical after login.

site.Master

<asp:Menu ID="NavigationMenu" 
          runat="server" 
          cssclass="menu" 
          EnableViewState="false" 
          IncludeStyleBlock="false" 
          Orientation="Horizontal" 
          StaticDisplayLevels="1" 
          staticsubmenuindent="10" 
          target="_blank" 
          MaximumDynamicDisplayLevels="1" 
          Enabled="False" 
          Visible="False"> 

Site.css

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:20%;
    z-index:9999;
}

div.menu
{
    padding: 4px 0px 4px 8px;
      z-index:9999;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 20%;
    z-index:9999;
    }

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
      z-index:9999;
   }

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
      z-index:9999;
   }

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
      z-index:9999;
   }

The css i use is the default.

I searched the net but no solution is proposed. Is it a server issue?Is it my code?

There is this thread with the exact problem. http://forums.asp.net/t/1762140.aspx/1?Odd+menu+problem+after+deployment , which doesnt propose a solution for the problem

Thanks

  • 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-29T10:33:45+00:00Added an answer on May 29, 2026 at 10:33 am

    In all likelihood, the javascript which adds the class is not running on the page

    There could be a number of reasons

    • It wasn’t deployed properly.
    • The path is incorrect on the live server (are you in a different directory layout – eg /JavaScript/ instead of /myapp/JavaScript/?
    • NoScript or another addon is blocking javascript (browser-specific)
    • Something in the JS breaks on live and prevents execution before it gets to the relevant code

    To track the problem down – Go to the net tab in firefbug and look at the javascript – does it all load with an HTTP 200 (Ok) ? Any 404/500s?

    Try disabling all addons in your browser / use different browsers – same problem?

    Open up the Script tab in firebug or the JavaScript console (CTRL Shift K in Firefox)

    Reload your page and see if any errors/warnings appear.

    Edit your answer with the results of the above and we’ll see what we can do.

    EDIT:

    With regards to the 403/Forbidden – WebResource.axd is where the .Net Control-specific JS lives so this is almost certainly your problem. To make it more fun, .axd’s aren’t usually real files – they’re HTTP handling extensions – see here and here for more information. Check your web.config – did the appropriate handlers get set in Live? It should be something like…

    <add path="WebResource.axd"
             verb="GET"
             type="System.Web.Handlers.AssemblyResourceLoader"
             validate="True" />
    

    If you’ve got an entry like that, can you edit your question to include it exactly? If not, try adding it

    Possible fix here

    Does the live server have the same version of the framework/controls installed as your development machine – Make sure it has!

    Another thing to be aware of is that if you manually deploy a website, the files are usually owned by you, not the webserver – This can sometimes mean the webserver can’t read the website to serve it. I doubt that’s the problem here but it’s something to be aware of in future. (To check, the website user is specified on the application pool for the site in IIS Manager).

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

Sidebar

Related Questions

I'm experiencing what I think is a very strange issue. First and foremost, my
We've lately been experiencing a very strange but very consistent delay when POSTing from
I'm experiencing a very strange issue: I use the NUnit framework for testing in
I'm experiencing a very strange problem... I have a regular ASP.Net webpage with a
I am experiencing some strange behavior with SQL Server CE 3.5 SP2. I have
I am experiencing a very strange issue with custom conflict handling using the Sync
I'm experiencing a very strange problem... The following trivial test code works as it
I'm experiencing a very strange issue where I cannot see a Custom WPF control
I am experiencing a very strange issue with my Windows Forms form. As stated
I am experiencing some very strange behavior when including a php file. I need

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.