Re: what is the location of the dll's path on a server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Walter Deodiaus

    Re: what is the location of the dll's path on a server

    Thanks Prakash!!
    Do you know any other free asp.net hosts [which use subdomains], which do
    not require me to get a domain registered?
    I tried a http://www.asphost4free.com/ but they want "YIKES" money for
    database support. You can't just activate your database without the
    support!!
    Instead, I got a trial webhosting at http://hosting.parking.ru
    I am trying to run from


    On the remote dir, login.apsx is located in the dir .../home/ppw
    What is the location of the dlls, .../home/bin or .../home/ppw/bin ? How
    does the
    server know to look in home/ppw/bin (does it always look in the bin path
    relative to the aspx page)
    as opposed to the local home dir. Is this automatically entered into the
    %PATH% variable?
    BTW, the instructions tell me that it uses .NET 2.0. Do I have to load any
    additional dlls (interopdb.dll) to the server as well ?

    Is there a brief tutorial on the web which discusses the soup and nuts of
    webservers??


    "prakash" <prakash.kgm@gm ail.comwrote in message
    news:d76343bb-b5bd-4f30-8abb-ca20c8725386@a3 2g2000prf.googl egroups.com...
    I created and ran the App_Web_wldguix 0.dll fine in my local test
    enviroment...


  • Walter Deodiaus

    #2
    Re: what is the location of the dll's path on a server

    I have to try these suggestions


    But the other question is
    if I have a page called login.aspx on my server in a sub dir called ppw
    and I reference the location on the url as

    where do my dlls lie?
    Do I put them in the dir home/ppw/bin or home/bin ?


    Comment

    • Juan T. Llibre

      #3
      Re: what is the location of the dll's path on a server

      re:
      !where do my dlls lie?
      !Do I put them in the dir home/ppw/bin or home/bin ?

      home/ppw/bin




      Juan T. Llibre, asp.net MVP
      asp.net faq : http://asp.net.do/faq/
      foros de asp.net, en español : http://asp.net.do/foros/
      =============== =============== ========
      "Walter Deodiaus" <deodiausNOSPAM @yahoo.comwrote in message news:uu9NtWJvIH A.4952@TK2MSFTN GP05.phx.gbl...
      >I have to try these suggestions

      >
      But the other question is
      if I have a page called login.aspx on my server in a sub dir called ppw
      and I reference the location on the url as

      where do my dlls lie?
      Do I put them in the dir home/ppw/bin or home/bin ?
      >
      >

      Comment

      • Walter Deodiaus

        #4
        Re: what is the location of the dll's path on a server

        Yes, login is there in the cs file
        I have to check the second issue
        "Juan T. Llibre" <nomailreplies@ nowhere.comwrot e in message
        news:eDqL0wNvIH A.3968@TK2MSFTN GP04.phx.gbl...
        re:
        Is there a class named "login" in "login.aspx .cs" ?
        >
        It should read like this :
        >
        public partial class login : System.Web.UI.P age
        >

        Comment

        • Walter Deodiaus

          #5
          Re: what is the location of the dll's path on a server

          How do I set ppw to be an application in IIS or virtual dir [which have no
          entries]. In this hosted enviroment, I control the app via IIS manager 7.
          See


          Technical address deodiaus-2.hosting.parki ng.ru
          Home directory d:\users\deodia us-1\deodiaus-2\WWWRoot
          How do I set it up so that
          d:\users\deodia us-1\deodiaus-2\WWWRoot\ppw
          is the virtual dir?

          "Juan T. Llibre" <nomailreplies@ nowhere.comwrot e in message
          news:eDqL0wNvIH A.3968@TK2MSFTN GP04.phx.gbl...
          re:
          Also, is the directory "ppw" marked as an application in IIS, or at least
          as a virtual directory ?

          Comment

          • Juan T. Llibre

            #6
            Re: what is the location of the dll's path on a server

            re:
            !How do I set it up so that
            !d:\users\deodi aus-1\deodiaus-2\WWWRoot\ppw
            !is the virtual dir?

            In : http://people.places.work.tripod.com/iis.jpg
            ....what does the "View Virtual Directories" link show you ?

            You also have a "Manage Website" tab ( under the "View Virtual Dirs" link ).
            Doesn't that lead to where you can setup virtual directories ?

            If not, check with tripod.com's support...and ask them.




            Juan T. Llibre, asp.net MVP
            asp.net faq : http://asp.net.do/faq/
            foros de asp.net, en español : http://asp.net.do/foros/
            =============== =============== ========
            "Walter Deodiaus" <deodiausNOSPAM @yahoo.comwrote in message news:usHH0oVvIH A.4492@TK2MSFTN GP02.phx.gbl...
            How do I set ppw to be an application in IIS or virtual dir [which have no entries]. In this hosted enviroment, I
            control the app via IIS manager 7.
            See

            >
            Technical address deodiaus-2.hosting.parki ng.ru
            Home directory d:\users\deodia us-1\deodiaus-2\WWWRoot
            How do I set it up so that
            d:\users\deodia us-1\deodiaus-2\WWWRoot\ppw
            is the virtual dir?
            >
            "Juan T. Llibre" <nomailreplies@ nowhere.comwrot e in message news:eDqL0wNvIH A.3968@TK2MSFTN GP04.phx.gbl...
            >re:
            >Also, is the directory "ppw" marked as an application in IIS, or at least as a virtual directory ?
            >
            >

            Comment

            • Walter Deodiaus

              #7
              Re: what is the location of the dll's path on a server

              the listing under virtual dir is null.
              I thought that the server would imitate the local path.
              Manage Website just leads to an entry where I can browse the web site but
              that is nothing more than browsing it esternally.
              My service provider is not tripod, but rather parking.ru
              BTW, I now get the error
              Parser Error Message: Could not load the assembly 'App_Web_wldgui x0'. Make
              sure that it is compiled before accessing the page.

              "Juan T. Llibre" <nomailreplies@ nowhere.comwrot e in message
              news:%23L%23r0F XvIHA.1240@TK2M SFTNGP02.phx.gb l...
              re:
              !How do I set it up so that
              !d:\users\deodi aus-1\deodiaus-2\WWWRoot\ppw
              !is the virtual dir?
              >
              In : http://people.places.work.tripod.com/iis.jpg
              ...what does the "View Virtual Directories" link show you ?
              >
              You also have a "Manage Website" tab ( under the "View Virtual Dirs"
              link ).
              Doesn't that lead to where you can setup virtual directories ?
              >
              If not, check with tripod.com's support...and ask them.
              >
              >
              >

              Comment

              • Juan T. Llibre

                #8
                Re: what is the location of the dll's path on a server

                re:
                !My service provider is not tripod, but rather parking.ru

                Talk to parking.ru, instead of tripod, then.
                Clearly, there's a setup problem...and you're their client.




                Juan T. Llibre, asp.net MVP
                asp.net faq : http://asp.net.do/faq/
                foros de asp.net, en español : http://asp.net.do/foros/
                =============== =============== ========
                "Walter Deodiaus" <deodiausNOSPAM @yahoo.comwrote in message news:OMZSv4tvIH A.4560@TK2MSFTN GP03.phx.gbl...
                the listing under virtual dir is null.
                I thought that the server would imitate the local path.
                Manage Website just leads to an entry where I can browse the web site but that is nothing more than browsing it
                esternally.
                My service provider is not tripod, but rather parking.ru
                BTW, I now get the error
                Parser Error Message: Could not load the assembly 'App_Web_wldgui x0'. Make sure that it is compiled before accessing
                the page.
                >
                "Juan T. Llibre" <nomailreplies@ nowhere.comwrot e in message news:%23L%23r0F XvIHA.1240@TK2M SFTNGP02.phx.gb l...
                >re:
                >!How do I set it up so that
                >!d:\users\deod iaus-1\deodiaus-2\WWWRoot\ppw
                >!is the virtual dir?
                >>
                >In : http://people.places.work.tripod.com/iis.jpg
                >...what does the "View Virtual Directories" link show you ?
                >>
                >You also have a "Manage Website" tab ( under the "View Virtual Dirs" link ).
                >Doesn't that lead to where you can setup virtual directories ?
                >>
                >If not, check with tripod.com's support...and ask them.
                >>
                >>
                >>
                >

                Comment

                Working...