Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. IIS Intranet Configuration

IIS Intranet Configuration

Scheduled Pinned Locked Moved Web Development
helpsysadminwindows-admincsharphtml
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Matt Gerrans
    wrote on last edited by
    #1

    I'm having some trouble getting an asp.net intranet project working on a Windows 2003 server -- I got it working on one server, but I want to run it on different one (both are identical, or at least we thought they were) and for some reason (authentication?) it won't work on the second one. We have a simple html home page that has links to an asp.net app. After setting up ISS on the first machine, getting it up and accessible from other machines was a snap. On the second machine, the home page wouldn’t even come up. Instead we’d get a "Service Unavailable" page. We got around that by giving the Network Service permissions to registry keys it wanted to get to. Then we could access the html home page (http://machine2/), but accessing the web service (eg. http://machine/AppName/AppName.aspx) stuff doesn’t work. To get this part working on machine1, all I needed to do was change the "Application Settings" to the virtual directory, allowing "scripts only" execute permissions. We have compared iis configurations on both machines and can’t find the problem. They seem to be identical, but obviously something must be different (maybe elsewhere in the OS config?). When we use the wfetch tool to access the aspx page we get a 401.1 error. We have looked at the permissions between the machines and can't find any difference. Any help here would be greatly appreciated. Any ideas or pointers to previously answered similar questions, FAQs, etc. appreciated. Matt Gerrans

    M 1 Reply Last reply
    0
    • M Matt Gerrans

      I'm having some trouble getting an asp.net intranet project working on a Windows 2003 server -- I got it working on one server, but I want to run it on different one (both are identical, or at least we thought they were) and for some reason (authentication?) it won't work on the second one. We have a simple html home page that has links to an asp.net app. After setting up ISS on the first machine, getting it up and accessible from other machines was a snap. On the second machine, the home page wouldn’t even come up. Instead we’d get a "Service Unavailable" page. We got around that by giving the Network Service permissions to registry keys it wanted to get to. Then we could access the html home page (http://machine2/), but accessing the web service (eg. http://machine/AppName/AppName.aspx) stuff doesn’t work. To get this part working on machine1, all I needed to do was change the "Application Settings" to the virtual directory, allowing "scripts only" execute permissions. We have compared iis configurations on both machines and can’t find the problem. They seem to be identical, but obviously something must be different (maybe elsewhere in the OS config?). When we use the wfetch tool to access the aspx page we get a 401.1 error. We have looked at the permissions between the machines and can't find any difference. Any help here would be greatly appreciated. Any ideas or pointers to previously answered similar questions, FAQs, etc. appreciated. Matt Gerrans

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Hi Matt, There are a number of reasons that can cause the error Http 503 Service Unavailable, you may need to first check the error log file HTTP.sys which should appear in the folder systemroot\System32\LogFiles\HTTPERR. The error Http 401.1 is basically thrown when there's a problem related to the authentication issue. The IIS failed to collect the valid user account or the account supplied by the client side is invalid. May I suggest you to download the IIS Resource Kit[^] which can help you figure out the root cause. The chapters 24, 5, 11 may help. Also, you might also want to check out the IIS support site[^].

      M 1 Reply Last reply
      0
      • M minhpc_bk

        Hi Matt, There are a number of reasons that can cause the error Http 503 Service Unavailable, you may need to first check the error log file HTTP.sys which should appear in the folder systemroot\System32\LogFiles\HTTPERR. The error Http 401.1 is basically thrown when there's a problem related to the authentication issue. The IIS failed to collect the valid user account or the account supplied by the client side is invalid. May I suggest you to download the IIS Resource Kit[^] which can help you figure out the root cause. The chapters 24, 5, 11 may help. Also, you might also want to check out the IIS support site[^].

        M Offline
        M Offline
        Matt Gerrans
        wrote on last edited by
        #3

        Thanks for the help. Turned out after trying a lot of configuration tweaking (system and IIS) to no avail, that uninstalling ISS, removing the whole project, then reinstalling ISS and putting all it back got things working. Apparently there was something strange in the original setup of ISS. Matt Gerrans

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups