Windows 2000/IIS problem

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Windows 2000/IIS problem

    Well, these my be a little off from the normal CF forum topic, but I'm not sure
    where else to go. I have setup a Windows 2000 IIS 5.0 web server running CF
    5.0. Everything seems to be running fine, I can access all the websites fine
    from the internet. However, if I log directly onto the server, I can not
    browse any of the sites on this server. This is causing a problem with CF
    scheduling as none of my scheduled jobs will run correctly. I can browse
    any outside website without any problem. I just can't seem to browse websites
    on my own server.

    Any ideas?

    Thanks,
    Robert

    rbarrett2 Guest

  2. Similar Questions and Discussions

    1. cgi.pm install problem on windows 2000
      Hello. I'm running a Windows 2000 Server with IIS 5. i've got activestate perl v.5.8.7 installed. I also have MySQL 5 installed and running as...
    2. Windows 2000 Licensing Problem
      I have the Windows licensing for per seat. The problem I am having is that I keep deleting users that don't exist in the active directory anymore...
    3. Eclipse install problem windows 2000 or XP
      This is a multi-part message in MIME format. ------=_NextPart_000_0029_01C37B90.B5BD3950 Content-Type: text/plain; charset="iso-8859-1"...
    4. Windows XP - 2000 Server Problem
      quoted from http://www25.brinkster.com/ChicagoTech "...not available. The server is not configured for transactions" Use "net share" command on...
    5. Windows XP pro and Windows 2000 server Problem
      I have a full fleged 2000 network running Win2k Server and all clients are XP. The initial network setup was fine and everything was working...
  3. #2

    Default Re: Windows 2000/IIS problem

    What address do you use on the server ?

    Do you have a firewall, and if so does the firewall allow the server access to
    the internet ?

    If you don't need the server to browse the internet you could set the
    scheduled pages to have an address the same as the cf admin, that is

    [url]http://localhost/blah[/url].................

    Ken



    The ScareCrow Guest

  4. #3

    Default Re: Windows 2000/IIS problem

    ScareCrow,

    Not sure what you mean by what address do I use on the server. The server
    acts as a web server for several domains. I do have a Linksys Router with a
    firewall. I only have to browse the internet when I need drivers and what not.

    I've thought about activating the default web server under IIS, but I've read
    that is a security problem. Therefore, I only start it when I need to access
    the system with ColdFusion Studio 5. I'm trying to access the scheduled
    pages via my main domain, as in:
    [url]http://www.mydomain.com/import/myscheduledpage.cfm[/url].

    Thanks,
    Robert

    rbarrett2 Guest

  5. #4

    Default Re: Windows 2000/IIS problem

    When you browse to one of the sites from another pc (ie internet) you would use
    something like
    [url]http://www.mydomain.com/import/index.cfm[/url]

    So, when you browse from the server do you use the same address ?

    Can you browse to any other page on the internet eg ([url]www.google.com[/url])

    I've thought about activating the default web server under IIS

    So what web server are you using ? Not sure why you need to start IIS when
    using CF studio 5

    Ken

    The ScareCrow Guest

  6. #5

    Default Re: Windows 2000/IIS problem

    Ken,

    Yes, I browse from my home PC to this domain:
    [url]http://www.benchmarkclothiers.com/[/url].

    If I use the same address from the server, I get the message "The page cannot
    be displayed". I can browse any other web site on the internet without a
    problem.

    I am using IIS 5.0. In order to use RDS within Studio 5, I have to activate
    the default web server. I'm not sure if this is something that is normal or
    not. However, when I stop the default web server, I cannot view my projects or
    the database on the server.

    Thanks,
    Robert

    rbarrett2 Guest

  7. #6

    Default Re: Windows 2000/IIS problem

    Okay, I can't really get into the workings of web servers, firewalls and the
    such here, but

    What web server are you using ?

    You say you have a number of sites on the server, so I assume you have a DNS
    server to point the incoming request to the correct web site ?

    If not, how does the server know which site to display.

    EG.

    You have 2 sites
    [url]http://www.mydomain1.com/[/url]
    [url]http://www.mydomain2.com/[/url]

    On the server you would have folders
    inetpub/wwwroot/site1
    inetpub/wwwroot/site2

    Ken


    The ScareCrow Guest

  8. #7

    Default Re: Windows 2000/IIS problem

    Ken,

    I have a DNS server (at another location) that directs each request to a
    single IP address. Once the request hits my server, IIS (using advanced setup)
    directs the user to the correct folder on the server. This part works
    perfectly.

    So, it is just as you outlined in your latest post.

    Again, I am using web server IIS 5.0 running on Windows 2000 Server.

    Thanks,
    Robert

    rbarrett2 Guest

  9. #8

    Default Re: Windows 2000/IIS problem

    Okay, what cofused me was you statement

    I've thought about activating the default web server under IIS

    In fact the web server is running, but you have stopped the default web site.

    The problem is that the server does not know how to find the DNS server

    go to your desktop
    open my network places
    right click on your network connection icon
    select properties
    select tcp/ip and then click the properties button
    in the windo that opens, at the bottom
    select the radio button "Use the following DNS server address:"
    then enter the ip address of your DNS server

    Then give it a try

    Ken

    The ScareCrow Guest

  10. #9

    Default Re: Windows 2000/IIS problem

    Well, that did not work. Any other ideas?

    Thanks,
    Robert
    rbarrett2 Guest

  11. #10

    Default Re: Windows 2000/IIS problem

    Sorry, that's about my limit on network problems.

    Ken

    The ScareCrow Guest

  12. #11

    Default Re: Windows 2000/IIS problem

    No problem. At least you were willing to help. I appreciate your time and suggestions. I've emailed a friend who incidentally configured the server that works correctly.

    Regards,
    Robert
    rbarrett2 Guest

  13. #12

    Default Re: Windows 2000/IIS problem

    check your hosts file
    Leftbower Guest

  14. #13

    Default Re: Windows 2000/IIS problem

    Hello Leftbower,

    That did it! I added my website to the "hosts" file and it worked perfectly.

    Thanks,
    Robert
    rbarrett2 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139