Unconfigured Ad Widget

Collapse

Need web server help $$

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Marauder2003
    Waiting for Abs
    CGN Contributor - Lifetime
    • Aug 2010
    • 2995

    Need web server help $$

    #NotMyPresident
    #ArrestFauci
    sigpic
  • #2
    Bako88fanjr
    Junior Member
    • Apr 2016
    • 19

    Are you looking to fix your code, or fix the migrations settings?

    Sent from my SM-N986U using Tapatalk

    Comment

    • #3
      Marauder2003
      Waiting for Abs
      CGN Contributor - Lifetime
      • Aug 2010
      • 2995

      Originally posted by Bako88fanjr
      Are you looking to fix your code, or fix the migrations settings?

      Sent from my SM-N986U using Tapatalk
      #NotMyPresident
      #ArrestFauci
      sigpic

      Comment

      • #4
        Subotai
        I need a LIFE!!
        • Jun 2010
        • 11289

        In IIS you can right click on a folder and convert it to an app. Google how to do that
        RKBA Clock: soap box, ballot box, jury box, cartridge box (Say When!)
        Free Vespuchia!

        Comment

        • #5
          Bako88fanjr
          Junior Member
          • Apr 2016
          • 19

          Have you checked the web config? If you have, did your eyes see anything abnormal?

          Sent from my SM-N986U using Tapatalk

          Comment

          • #6
            Marauder2003
            Waiting for Abs
            CGN Contributor - Lifetime
            • Aug 2010
            • 2995

            I remember how to do that on a regular server. This Plesk thing has different screens. And the old server must have been correct since it worked.

            Originally posted by frankm
            In IIS you can right click on a folder and convert it to an app. Google how to do that
            #NotMyPresident
            #ArrestFauci
            sigpic

            Comment

            • #7
              ocabj
              Calguns Addict
              • Oct 2005
              • 7924

              Plesk is just a control panel interface for shared hosting. It doesn't affect your actual website content.

              Read through the logs and figure out what's throwing errors and why. It could probably be something as easy as resolving some filepaths in your code.

              Distinguished Rifleman #1924
              NRA Certified Instructor (Rifle and Metallic Cartridge Reloading) and RSO
              NRL22 Match Director at WEGC

              https://www.ocabj.net

              Comment

              • #8
                Marauder2003
                Waiting for Abs
                CGN Contributor - Lifetime
                • Aug 2010
                • 2995

                The organization of my site is a bit weird. I designed it through ignorance.
                In the root there is a default.htm that redirects to a subfolder/default.aspx.
                Subfolder contains all the pages, scripts, etc needed.

                The root had a web.config that contained malware. GoDaddy cleaned my site. Which removed the root web.config. There is a web.config in subfolder. it just contains the connection string to the database.

                Go to www.ibmjunkman.com and you will see the current error. I have a Site.Master in the root and the subfolder.

                Originally posted by Bako88fanjr
                Have you checked the web config? If you have, did your eyes see anything abnormal?

                Sent from my SM-N986U using Tapatalk
                #NotMyPresident
                #ArrestFauci
                sigpic

                Comment

                • #9
                  Bako88fanjr
                  Junior Member
                  • Apr 2016
                  • 19

                  Originally posted by Marauder2003
                  The organization of my site is a bit weird. I designed it through ignorance.

                  In the root there is a default.htm that redirects to a subfolder/default.aspx.

                  Subfolder contains all the pages, scripts, etc needed.



                  The root had a web.config that contained malware. GoDaddy cleaned my site. Which removed the root web.config. There is a web.config in subfolder. it just contains the connection string to the database.



                  Go to www.ibmjunkman.com and you will see the current error. I have a Site.Master in the root and the subfolder.
                  The error I'm seeing is happening in the root folder, I think. I've seen errors similar to this to where something is missing or broken within the root folder. Sounds like you need to find an old version of that web config, or make one.

                  Sent from my SM-N986U using Tapatalk

                  Comment

                  • #10
                    Marauder2003
                    Waiting for Abs
                    CGN Contributor - Lifetime
                    • Aug 2010
                    • 2995

                    Last bit of the only log I can find.

                    304 GET / - HTTP/1.1 Mozilla/5.0 (Windows NT 1
                    404 GET /IBMJunkmanPortal/default.aspx - HTTP/1.1
                    500 GET /IBMJunkmanPortal/default.aspx - HTTP/1.1
                    404 GET /Web.config - HTTP/1.1 Mozilla/5.0 (Wi
                    404 GET /IBMJunkmanPortal/Web.config.bad - HTTP/1
                    404 GET /IBMJunkmanPortal/web.config - HTTP/1.1
                    500 GET /IBMJunkmanPortal/default.aspx - HTTP/1.1

                    For me the 404s are strange. The files being referenced all exist.

                    Originally posted by ocabj
                    Plesk is just a control panel interface for shared hosting. It doesn't affect your actual website content.

                    Read through the logs and figure out what's throwing errors and why. It could probably be something as easy as resolving some filepaths in your code.
                    #NotMyPresident
                    #ArrestFauci
                    sigpic

                    Comment

                    • #11
                      Marauder2003
                      Waiting for Abs
                      CGN Contributor - Lifetime
                      • Aug 2010
                      • 2995

                      I understand what you are saying. The code display in the error is from the default.aspx in the subfolder.

                      A site.master file exists in the root and subfolder.

                      Originally posted by Bako88fanjr
                      The error I'm seeing is happening in the root folder, I think. I've seen errors similar to this to where something is missing or broken within the root folder. Sounds like you need to find an old version of that web config, or make one.

                      Sent from my SM-N986U using Tapatalk
                      #NotMyPresident
                      #ArrestFauci
                      sigpic

                      Comment

                      • #12
                        Subotai
                        I need a LIFE!!
                        • Jun 2010
                        • 11289

                        Originally posted by Marauder2003
                        I remember how to do that on a regular server. This Plesk thing has different screens. And the old server must have been correct since it worked.
                        Well, it either lets you do it or check with them and ask them to check.
                        RKBA Clock: soap box, ballot box, jury box, cartridge box (Say When!)
                        Free Vespuchia!

                        Comment

                        • #13
                          ocabj
                          Calguns Addict
                          • Oct 2005
                          • 7924

                          Originally posted by Marauder2003
                          Last bit of the only log I can find.

                          304 GET / - HTTP/1.1 Mozilla/5.0 (Windows NT 1
                          404 GET /IBMJunkmanPortal/default.aspx - HTTP/1.1
                          500 GET /IBMJunkmanPortal/default.aspx - HTTP/1.1
                          404 GET /Web.config - HTTP/1.1 Mozilla/5.0 (Wi
                          404 GET /IBMJunkmanPortal/Web.config.bad - HTTP/1
                          404 GET /IBMJunkmanPortal/web.config - HTTP/1.1
                          500 GET /IBMJunkmanPortal/default.aspx - HTTP/1.1

                          For me the 404s are strange. The files being referenced all exist.
                          Check file permissions (needs to be read for the IIS server user or group, or global...). Make sure the web docs folder is actually defined correctly.

                          Distinguished Rifleman #1924
                          NRA Certified Instructor (Rifle and Metallic Cartridge Reloading) and RSO
                          NRL22 Match Director at WEGC

                          https://www.ocabj.net

                          Comment

                          • #14
                            Marauder2003
                            Waiting for Abs
                            CGN Contributor - Lifetime
                            • Aug 2010
                            • 2995

                            Problem solved. Seems the migration to Plesk did not migrate the fact that certain directories needed to be defined as Virtual to IIS. They were defined that way on the old server.

                            The tech person explained how to do it. Now that I know how I would not have figured it out by myself.

                            The largest collection of computer punchcards on the Internet. It features images and details of the classic IBM 5081 card and thousands more.
                            #NotMyPresident
                            #ArrestFauci
                            sigpic

                            Comment

                            Working...
                            UA-8071174-1