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. site publish problem

site publish problem

Scheduled Pinned Locked Moved ASP.NET
helpcomsysadminquestionworkspace
3 Posts 2 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.
  • P Offline
    P Offline
    pampam110
    wrote on last edited by
    #1

    Right now , i buy a host and a domain. and i want to publish my project on real website : WWW.MYDOMAIN.COM . but i encounter a problem : when i want to login to website it send me an error with this title : "Server Error in '/' Application." and contain this message : <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?

    []D @ []v[] []D @ []v[]

    E 1 Reply Last reply
    0
    • P pampam110

      Right now , i buy a host and a domain. and i want to publish my project on real website : WWW.MYDOMAIN.COM . but i encounter a problem : when i want to login to website it send me an error with this title : "Server Error in '/' Application." and contain this message : <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> I dont undersetand what should i do ! Any Idea?

      []D @ []v[] []D @ []v[]

      E Offline
      E Offline
      Expert Coming
      wrote on last edited by
      #2

      Create a file called Web.config in the root directory of your site. Put this in the file: <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Then it will tell you where the error is... Warning, that will show intimate data about your site, before you go live you need to either remove that Web.config file, or better yet, set a better one up, go read about Web.config files, they are quite useful.

      The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

      P 1 Reply Last reply
      0
      • E Expert Coming

        Create a file called Web.config in the root directory of your site. Put this in the file: <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Then it will tell you where the error is... Warning, that will show intimate data about your site, before you go live you need to either remove that Web.config file, or better yet, set a better one up, go read about Web.config files, they are quite useful.

        The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo

        P Offline
        P Offline
        pampam110
        wrote on last edited by
        #3

        i do it! but it didnt help me! any other another one Idea which can help me?

        []D @ []v[] []D @ []v[]

        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