Hey,

I am testing my first program and according to the book, I need to save it in my public HTML folder. According to them, it's c:\inetpub\wwwroot, but it's unfindable. Pls guide me where I can find this.

Thx

Kabbi

    Well, are you using IIS as your webserver? If not, you won't find an "inetpub" directory.

    Didn't we just discuss where this folder was in your last thread ?

      Depending on the webserver you installed and how you configed it. The folder will be in different places

        I installed apache 2.2 and it's saved in my program file as a apache foundation. SO whereu think it's gonna be. Can I go on to any folder that stores all these information?

        Sorry, if I am not providing enough info.

        Thx in advance.

        Kabbi

          for me (using the windows installer on a 2k machine):
          C:\Program Files\Apache Software Foundation\Apache2.2\htdocs

          for me on Ubuntu linux:
          /var/www/htdocs/

            Write a Reply...