Connecting Tech Pros Worldwide Help | Site Map

Create folder at remote site

  #1  
Old August 18th, 2008, 02:05 PM
Tony WONG
Guest
 
Posts: n/a
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
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

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

tony


  #2  
Old August 20th, 2008, 01:05 AM
=?Utf-8?B?T2xkIFBlZGFudA==?=
Guest
 
Posts: n/a

re: Create folder at remote site


"Tony WONG" wrote:
Quote:
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.


  #3  
Old August 21st, 2008, 08:35 AM
Tony WONG
Guest
 
Posts: n/a

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@discussions.microsoft.com¼¶¼g©ó¶l¥ó·s»D :6BB06F10-2577-492D-8538-5033DF43FFF6@microsoft.com...
Quote:
"Tony WONG" wrote:
>
Quote:
>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.
>
>

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
File.Create - ArgumentException was unhandled - illegal characters in path Vlad answers 4 August 17th, 2007 03:45 PM
Web Deployment Projects (Remote server) Stupid48 answers 0 May 24th, 2007 01:05 AM
Why is my web site generating App_Data folder? Hugo Flores answers 4 August 23rd, 2006 01:15 PM
How to develop a blog or personalized site with ASP.NET 2.0 RedHair answers 6 February 3rd, 2006 07:55 PM