Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. I am facing following problem, Please Help

I am facing following problem, Please Help

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netsysadmin
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mohd imran abdul aziz
    wrote on last edited by
    #1

    i have made small web application using C# ,asp.net (VIsual Basic 2005). when i am runing in intranet. i faced following error. Please Help Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

    regards imran khan

    N T C 3 Replies Last reply
    0
    • M mohd imran abdul aziz

      i have made small web application using C# ,asp.net (VIsual Basic 2005). when i am runing in intranet. i faced following error. Please Help Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

      regards imran khan

      N Offline
      N Offline
      Naveed Kamboh
      wrote on last edited by
      #2

      yes , put this tag into your web.config file in between tag . then it will show you errors in your site.

      Naveed Kamboh Complexity kills, Write easy code for your self. isolutionteam

      1 Reply Last reply
      0
      • M mohd imran abdul aziz

        i have made small web application using C# ,asp.net (VIsual Basic 2005). when i am runing in intranet. i faced following error. Please Help Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

        regards imran khan

        T Offline
        T Offline
        ToddHileHoffer
        wrote on last edited by
        #3

        Change your web.config file so that you get an error message. Or use some error handling in your code.

        GameFly free trial

        1 Reply Last reply
        0
        • M mohd imran abdul aziz

          i have made small web application using C# ,asp.net (VIsual Basic 2005). when i am runing in intranet. i faced following error. Please Help Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

          regards imran khan

          C Offline
          C Offline
          Carmine_XX
          wrote on last edited by
          #4

          Firsts, enable the details of errors by write this in Web.config: So, write the full details of the error so that we can help you. Bye, ;) Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

          M 1 Reply Last reply
          0
          • C Carmine_XX

            Firsts, enable the details of errors by write this in Web.config: So, write the full details of the error so that we can help you. Bye, ;) Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

            M Offline
            M Offline
            MulleDK19
            wrote on last edited by
            #5

            Actually.. <customErrors mode="Off"/> Should correct the problem. I also had a LOT of trouble with this... I had to change the customErrors tag to <customErrors mode="Off"/> And remove the <authentication/> (or something) completely.

            MulleDK13 (http://www.splintercell3.treesoft.dk)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups