Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone,

Its me Sohaib Ameen here and I am working as a software engineer. Now a days I am working on an application with asp.net. As far as web template is concerned then Its totally responsive as I am using bootstrap libaries in it.

Everything working fine but whenever I get logged in using Mozilla firefox, it shows me this error which any other browser Isn't showing

"404 Not Found - http://localhost:1686/DashBoard/url"

My page loads itself and then suddenly It gets reloaded again showing the error page but it works fine in any other browser, Please help me out to get rid of this issue because I had been trying to track it down from 4 days.

here are the files I have included in masterPage

<

XML
<meta charset="utf-8" />
    <title>SmartAdmin</title>
    <meta name="description" content="" />
    <meta name="author" content="" />

    <meta http-equiv="Refresh" content="n;url" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <%-- CSS Scripts--%>
    <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" />
    <link href="/Clydo_Styles/bootstrap.min.css" rel="stylesheet" media="screen" />
    <link href="/Clydo_Styles/font-awesome.min.css" rel="stylesheet" media="screen" />

    <!-- SmartAdmin Styles : Please note (smartadmin-production.css) was created using LESS variables -->
    <link href="/Clydo_Styles/smartadmin-production.css" rel="stylesheet" media="screen" />
    <link href="/Clydo_Styles/smartadmin-skins.css" rel="stylesheet" media="screen" />

    <!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
    <link href="/Clydo_Styles/demo.css" rel="stylesheet" media="screen" />

    <!-- FAVICONS -->
    <link rel="shortcut icon" href="/Clydo_Images/favicon.ico" type="/Clydo_Images/x-icon" />
    <link rel="icon" href="/Clydo_Images/favicon.ico" type="/Clydo_Images/x-icon" />


    <!-- GOOGLE FONT -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700">

    <!-- END SHORTCUT AREA -->


    <script src="../Scripts/Other/jquery-2.0.2.min.js"></script>
    <script src="../Scripts/Other/jquery-ui-1.10.3.min.js"></script>


    <!-- BOOTSTRAP JS -->
    <script type="text/javascript" src="/Scripts/bootstrap/bootstrap.min.js"></script>

    <!-- CUSTOM NOTIFICATION -->
    <script type="text/javascript" src="/Scripts/notification/SmartNotification.min.js"></script>

    <!-- JARVIS WIDGETS -->
    <script type="text/javascript" src="/Scripts/smartwidgets/jarvis.widget.min.js"></script>

    <!-- EASY PIE CHARTS -->
    <script type="text/javascript" src="/Scripts/plugin/easy-pie-chart/jquery.easy-pie-chart.min.js"></script>

    <!-- SPARKLINES -->
    <script type="text/javascript" src="/Scripts/plugin/sparkline/jquery.sparkline.min.js"></script>

    <!-- JQUERY VALIDATE -->
    <script type="text/javascript" src="/Scripts/plugin/jquery-validate/jquery.validate.min.js"></script>

    <!-- JQUERY MaskedInput -->
    <script type="text/javascript" src="../Scripts/jquery.maskedinput.js"></script>

    <!-- JQUERY SELECT2 INPUT -->
    <script type="text/javascript" src="/Scripts/plugin/select2/select2.min.js"></script>

    <!-- JQUERY UI + Bootstrap Slider -->
    <script type="text/javascript" src="/Scripts/plugin/bootstrap-slider/bootstrap-slider.min.js"></script>

    <!-- browser msie issue fix -->
    <script type="text/javascript" src="/Scripts/plugin/msie-fix/jquery.mb.browser.min.js"></script>

    <script src="/Scripts/ClydoMaster.js"></script>



>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900