• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

making a web server

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    making a web server

    We have a server that is running sql server 2005. What do we have to do to make it into a web server, can it be made purely local (for testing).

    I know nothing...



    (\__/)
    (>'.'<)
    ("")("") Born to Drink. Forced to Work

    #2
    Install Apache. http://httpd.apache.org

    If your really lazy go here: http://www.apachefriends.org/en/index.html

    Comment


      #3
      Originally posted by EternalOptimist View Post
      We have a server that is running sql server 2005. What do we have to do to make it into a web server, can it be made purely local (for testing).

      I know nothing...

      Add Remove Programs -> Windows Stuff -> Internet Application Server

      Sorry, forgot the exact names of things.

      Immediately run windows update. You now have a web server.

      Sounds like you want to run SQL Reporting Services,

      Be advised, I hope this is a test/dev box. You really don't want to be exposing your database servers directly in this way.

      TM

      Comment


        #4
        Originally posted by themistry View Post
        Add Remove Programs -> Windows Stuff -> Internet Application Server

        Sorry, forgot the exact names of things.

        Immediately run windows update. You now have a web server.

        Sounds like you want to run SQL Reporting Services,

        Be advised, I hope this is a test/dev box. You really don't want to be exposing your database servers directly in this way.

        TM


        Its the main database server for the cabinet office in downing street.
        No its not, I just made that up.


        I suppose there are ways to prevent everyone and his dog getting onto the server ?




        (\__/)
        (>'.'<)
        ("")("") Born to Drink. Forced to Work

        Comment


          #5
          Yes. you will need turn off anonymous access on IIS and then specify which security group (Administrators, Local Users etc..) that you want to have access.
          McCoy: "Medical men are trained in logic."
          Spock: "Trained? Judging from you, I would have guessed it was trial and error."

          Comment


            #6
            Okay, to make a webserver, you will need:

            some string.
            coloured paper or card.
            2 old yoghurt pots.
            a cotton reel
            glue
            glitter (optional - only if you need https)


            Step 1.

            http://www.microsoft.com/technet/pro....mspx?mfr=true

            Step 2.

            Ask for more help when step 1 does not work.

            HTH

            Comment


              #7
              Thanks guys, we now have the server but cant make a connection to an MSACCESS database. They want me to investigate in half an hour or so

              using IE6, IE5 worked apparently




              (\__/)
              (>'.'<)
              ("")("") Born to Drink. Forced to Work

              Comment


                #8
                How is the connection being made? As I recall processes within IIS are run under the IIS account..IUSR_<machine name>. You need to make sure
                this account has access to the folder of the mdb file and exe and dlls.
                McCoy: "Medical men are trained in logic."
                Spock: "Trained? Judging from you, I would have guessed it was trial and error."

                Comment


                  #9
                  Originally posted by lilelvis2000 View Post
                  How is the connection being made? As I recall processes within IIS are run under the IIS account..IUSR_<machine name>. You need to make sure
                  this account has access to the folder of the mdb file and exe and dlls.
                  excellent

                  stand by, I am going in.





                  (\__/)
                  (>'.'<)
                  ("")("") Born to Drink. Forced to Work

                  Comment


                    #10
                    getting this


                    general error unable to open registry key 'temporary (volatile) for jet



                    we have an mdb, jet ole but not msaccess installed.



                    (\__/)
                    (>'.'<)
                    ("")("") Born to Drink. Forced to Work

                    Comment

                    Working...
                    X