Create folder at remote site

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony WONG

    Create folder at remote site

    there is an asp page at IIS server for creating folder at remote site via
    virtual folder

    it is tested at Windows 2003 server.

    the asp is ok if


    however it is not ok (error http 500) after the path of localhost is changed
    to server name


    i've opened all the security permission (file & iis), but still not ok.

    tony


  • =?Utf-8?B?T2xkIFBlZGFudA==?=

    #2
    RE: Create folder at remote site

    "Tony WONG" wrote:
    the asp is ok if

    >
    however it is not ok (error http 500) after the path of localhost is changed
    to server name
    http://servername/test.asp
    This is for an inTRAnet site? Not for inTERnet?

    First thing to do is to find the *actual* error you are getting. Fix your
    browser:

    -- Click on TOOLS menu
    -- Click on INTERNET OPTIONS menu item
    -- Click on ADVANCED tab
    -- *UN*check "Show friendly HTTP error messages"
    -- OK

    Now see what the actual and full error message is. And show us the actual
    line of code that gets the error.


    Comment

    • Tony WONG

      #3
      Re: Create folder at remote site

      it is an intranet site within a domain

      it shows it does not have sufficient rights

      however, if i change the authenication from integrated to basic.

      it is ok now.

      is it about rights delegation?


      "Old Pedant" <OldPedant@disc ussions.microso ft.com¼¶¼g©ó¶l¥ ó·s»D:6BB06F10-2577-492D-8538-5033DF43FFF6@mi crosoft.com...
      "Tony WONG" wrote:
      >
      >the asp is ok if
      >http://localhost/test.asp
      >>
      >however it is not ok (error http 500) after the path of localhost is
      >changed
      >to server name
      >http://servername/test.asp
      >
      This is for an inTRAnet site? Not for inTERnet?
      >
      First thing to do is to find the *actual* error you are getting. Fix your
      browser:
      >
      -- Click on TOOLS menu
      -- Click on INTERNET OPTIONS menu item
      -- Click on ADVANCED tab
      -- *UN*check "Show friendly HTTP error messages"
      -- OK
      >
      Now see what the actual and full error message is. And show us the actual
      line of code that gets the error.
      >
      >

      Comment

      Working...