permissions/inheritance question

  • Thread starter Thread starter =?iso-8859-1?Q?Rob_Giordano_\=28aka:_Crash_Gordon=
  • Start date Start date
?

=?iso-8859-1?Q?Rob_Giordano_\=28aka:_Crash_Gordon=

Howdy all...question regarding inherited (or not) permissions.

1- created subweb with Read/Write Permissions on entire subweb.

2- uploaded subweb from local to online - everything works except uploading feature (I get 500.100 error - page not found I think).

3- then created a new folder called "uploads" through FP at: /subwebname/forum/uploads

shouldn't the upload folder inherit the read/write permissions,,,or no?

Windows Server
FP2002
 
The phrase "Read/Write permissions" is not specific enough to give you an
answer. What kind of permissions did you assign? File System or Web Server?
To whom did you grant them?

Also, please post the exact error message you received.

Also, please explain your use of the term "upload" which is entirely too
generic to identify the method you used to "upload". Describe the steps you
took.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message Howdy all...question regarding inherited (or not) permissions.

1- created subweb with Read/Write Permissions on entire subweb.

2- uploaded subweb from local to online - everything works except uploading
feature (I get 500.100 error - page not found I think).

3- then created a new folder called "uploads" through FP at:
/subwebname/forum/uploads

shouldn't the upload folder inherit the read/write permissions,,,or no?

Windows Server
FP2002
 
The host calls it Basic Write Permissions. The upload system should write (for to upload image files, etc) to the "uploads" folder. Using Persits ASP upload.

The exact error is not very exact..no matter how I set Show Friendly HTTP errors (checked OR uncheckd) it gives me the same vague info.. Page Not Found, HTTP: 500.100 Error... something to that effect.

It's an upload system within a forum software package....I have it working fine in another subweb on the same domain.

At first I was thinking that I had the path to the uploads folder incorrect (and it still may be incorrect) but someone said that I may not have the write permission on the folder.

Shouldn't creating a folder within a subweb that has write permissions set on everything also become a writeable folder? Thats the main quesiton here (for me at least). If it doesn't I just need to contact my host.

ThANks..


| The phrase "Read/Write permissions" is not specific enough to give you an
| answer. What kind of permissions did you assign? File System or Web Server?
| To whom did you grant them?
|
| Also, please post the exact error message you received.
|
| Also, please explain your use of the term "upload" which is entirely too
| generic to identify the method you used to "upload". Describe the steps you
| took.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | Howdy all...question regarding inherited (or not) permissions.
|
| 1- created subweb with Read/Write Permissions on entire subweb.
|
| 2- uploaded subweb from local to online - everything works except uploading
| feature (I get 500.100 error - page not found I think).
|
| 3- then created a new folder called "uploads" through FP at:
| /subwebname/forum/uploads
|
| shouldn't the upload folder inherit the read/write permissions,,,or no?
|
| Windows Server
| FP2002
|
|
| --
| Non pensare che non ci siano coccodrilli perché
| l'acqua è calma
| From: "Crash Gordon"
| email: (e-mail address removed)
|
|
|
 
Rob, the host need to set read, write and modify on the Upload folder, and depending on how the host
installed Persits ASP Upload you may need to code in your login and password as well within the ASP
Upload script.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


The host calls it Basic Write Permissions. The upload system should write (for to upload image
files, etc) to the "uploads" folder. Using Persits ASP upload.

The exact error is not very exact..no matter how I set Show Friendly HTTP errors (checked OR
uncheckd) it gives me the same vague info.. Page Not Found, HTTP: 500.100 Error... something to that
effect.

It's an upload system within a forum software package....I have it working fine in another subweb on
the same domain.

At first I was thinking that I had the path to the uploads folder incorrect (and it still may be
incorrect) but someone said that I may not have the write permission on the folder.

Shouldn't creating a folder within a subweb that has write permissions set on everything also become
a writeable folder? Thats the main quesiton here (for me at least). If it doesn't I just need to
contact my host.

ThANks..


| The phrase "Read/Write permissions" is not specific enough to give you an
| answer. What kind of permissions did you assign? File System or Web Server?
| To whom did you grant them?
|
| Also, please post the exact error message you received.
|
| Also, please explain your use of the term "upload" which is entirely too
| generic to identify the method you used to "upload". Describe the steps you
| took.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | Howdy all...question regarding inherited (or not) permissions.
|
| 1- created subweb with Read/Write Permissions on entire subweb.
|
| 2- uploaded subweb from local to online - everything works except uploading
| feature (I get 500.100 error - page not found I think).
|
| 3- then created a new folder called "uploads" through FP at:
| /subwebname/forum/uploads
|
| shouldn't the upload folder inherit the read/write permissions,,,or no?
|
| Windows Server
| FP2002
|
|
| --
| Non pensare che non ci siano coccodrilli perché
| l'acqua è calma
| From: "Crash Gordon"
| email: (e-mail address removed)
|
|
|
 
Hi Rob,

File System permissions are granted on a user account basis. In other words,
the right kind of file system permissions need to be set for the right user
account. In your case, the user account may be IUSER_<machine name>, or it
may be some user account that your COM class is impersonating. I don't know
which. You would have to talk with your hosting service about that.

If you copy and paste the error message instead of describing it, that would
be extremely helpful.

Remember that when your doctor tells you to cough, he can't help you much if
you only clear your throat.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message The host calls it Basic Write Permissions. The upload system should write
(for to upload image files, etc) to the "uploads" folder. Using Persits ASP
upload.

The exact error is not very exact..no matter how I set Show Friendly HTTP
errors (checked OR uncheckd) it gives me the same vague info.. Page Not
Found, HTTP: 500.100 Error... something to that effect.

It's an upload system within a forum software package....I have it working
fine in another subweb on the same domain.

At first I was thinking that I had the path to the uploads folder incorrect
(and it still may be incorrect) but someone said that I may not have the
write permission on the folder.

Shouldn't creating a folder within a subweb that has write permissions set
on everything also become a writeable folder? Thats the main quesiton here
(for me at least). If it doesn't I just need to contact my host.

ThANks..


| The phrase "Read/Write permissions" is not specific enough to give you an
| answer. What kind of permissions did you assign? File System or Web
Server?
| To whom did you grant them?
|
| Also, please post the exact error message you received.
|
| Also, please explain your use of the term "upload" which is entirely too
| generic to identify the method you used to "upload". Describe the steps
you
| took.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | Howdy all...question regarding inherited (or not) permissions.
|
| 1- created subweb with Read/Write Permissions on entire subweb.
|
| 2- uploaded subweb from local to online - everything works except
uploading
| feature (I get 500.100 error - page not found I think).
|
| 3- then created a new folder called "uploads" through FP at:
| /subwebname/forum/uploads
|
| shouldn't the upload folder inherit the read/write permissions,,,or no?
|
| Windows Server
| FP2002
|
|
| --
| Non pensare che non ci siano coccodrilli perché
| l'acqua è calma
| From: "Crash Gordon"
| email: (e-mail address removed)
|
|
|
 
Whenever the doctor tells me to cough...I runaway quick!

Here's the actual error mssg:
===============>
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the www.syossetrules.com home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

And that is in verbose error message mode.

Thanks.
Robo





| Hi Rob,
|
| File System permissions are granted on a user account basis. In other words,
| the right kind of file system permissions need to be set for the right user
| account. In your case, the user account may be IUSER_<machine name>, or it
| may be some user account that your COM class is impersonating. I don't know
| which. You would have to talk with your hosting service about that.
|
| If you copy and paste the error message instead of describing it, that would
| be extremely helpful.
|
| Remember that when your doctor tells you to cough, he can't help you much if
| you only clear your throat.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | The host calls it Basic Write Permissions. The upload system should write
| (for to upload image files, etc) to the "uploads" folder. Using Persits ASP
| upload.
|
| The exact error is not very exact..no matter how I set Show Friendly HTTP
| errors (checked OR uncheckd) it gives me the same vague info.. Page Not
| Found, HTTP: 500.100 Error... something to that effect.
|
| It's an upload system within a forum software package....I have it working
| fine in another subweb on the same domain.
|
| At first I was thinking that I had the path to the uploads folder incorrect
| (and it still may be incorrect) but someone said that I may not have the
| write permission on the folder.
|
| Shouldn't creating a folder within a subweb that has write permissions set
| on everything also become a writeable folder? Thats the main quesiton here
| (for me at least). If it doesn't I just need to contact my host.
|
| ThANks..
|
|
| | | The phrase "Read/Write permissions" is not specific enough to give you an
| | answer. What kind of permissions did you assign? File System or Web
| Server?
| | To whom did you grant them?
| |
| | Also, please post the exact error message you received.
| |
| | Also, please explain your use of the term "upload" which is entirely too
| | generic to identify the method you used to "upload". Describe the steps
| you
| | took.
| |
| | --
| | HTH,
| | Kevin Spencer
| | .Net Developer
| | Microsoft MVP
| | Big things are made up
| | of lots of little things.
| |
| | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| | wrote in message | | Howdy all...question regarding inherited (or not) permissions.
| |
| | 1- created subweb with Read/Write Permissions on entire subweb.
| |
| | 2- uploaded subweb from local to online - everything works except
| uploading
| | feature (I get 500.100 error - page not found I think).
| |
| | 3- then created a new folder called "uploads" through FP at:
| | /subwebname/forum/uploads
| |
| | shouldn't the upload folder inherit the read/write permissions,,,or no?
| |
| | Windows Server
| | FP2002
| |
| |
| | --
| | Non pensare che non ci siano coccodrilli perché
| | l'acqua è calma
| | From: "Crash Gordon"
| | email: (e-mail address removed)
| |
| |
| |
|
|
 
NOpe... It was swacked permissions in the raven subweb...I'm thinking I dun broke sumpin' when I published or moved the uploads folder. Host repaired the /forum/ and /forum/uploads/ permissions and now all is well...time for a Foster's :-)

Thanks all...

Robo


Whenever the doctor tells me to cough...I runaway quick!

Here's the actual error mssg:
===============>
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the www.syossetrules.com home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

And that is in verbose error message mode.

Thanks.
Robo





| Hi Rob,
|
| File System permissions are granted on a user account basis. In other words,
| the right kind of file system permissions need to be set for the right user
| account. In your case, the user account may be IUSER_<machine name>, or it
| may be some user account that your COM class is impersonating. I don't know
| which. You would have to talk with your hosting service about that.
|
| If you copy and paste the error message instead of describing it, that would
| be extremely helpful.
|
| Remember that when your doctor tells you to cough, he can't help you much if
| you only clear your throat.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | The host calls it Basic Write Permissions. The upload system should write
| (for to upload image files, etc) to the "uploads" folder. Using Persits ASP
| upload.
|
| The exact error is not very exact..no matter how I set Show Friendly HTTP
| errors (checked OR uncheckd) it gives me the same vague info.. Page Not
| Found, HTTP: 500.100 Error... something to that effect.
|
| It's an upload system within a forum software package....I have it working
| fine in another subweb on the same domain.
|
| At first I was thinking that I had the path to the uploads folder incorrect
| (and it still may be incorrect) but someone said that I may not have the
| write permission on the folder.
|
| Shouldn't creating a folder within a subweb that has write permissions set
| on everything also become a writeable folder? Thats the main quesiton here
| (for me at least). If it doesn't I just need to contact my host.
|
| ThANks..
|
|
| | | The phrase "Read/Write permissions" is not specific enough to give you an
| | answer. What kind of permissions did you assign? File System or Web
| Server?
| | To whom did you grant them?
| |
| | Also, please post the exact error message you received.
| |
| | Also, please explain your use of the term "upload" which is entirely too
| | generic to identify the method you used to "upload". Describe the steps
| you
| | took.
| |
| | --
| | HTH,
| | Kevin Spencer
| | .Net Developer
| | Microsoft MVP
| | Big things are made up
| | of lots of little things.
| |
| | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| | wrote in message | | Howdy all...question regarding inherited (or not) permissions.
| |
| | 1- created subweb with Read/Write Permissions on entire subweb.
| |
| | 2- uploaded subweb from local to online - everything works except
| uploading
| | feature (I get 500.100 error - page not found I think).
| |
| | 3- then created a new folder called "uploads" through FP at:
| | /subwebname/forum/uploads
| |
| | shouldn't the upload folder inherit the read/write permissions,,,or no?
| |
| | Windows Server
| | FP2002
| |
| |
| | --
| | Non pensare che non ci siano coccodrilli perché
| | l'acqua è calma
| | From: "Crash Gordon"
| | email: (e-mail address removed)
| |
| |
| |
|
|
 
Once permissions are assigned to a folder, you can't move, delete or recreate the folder with the
prior permissions.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


NOpe... It was swacked permissions in the raven subweb...I'm thinking I dun broke sumpin' when I
published or moved the uploads folder. Host repaired the /forum/ and /forum/uploads/ permissions and
now all is well...time for a Foster's :-)

Thanks all...

Robo


Whenever the doctor tells me to cough...I runaway quick!

Here's the actual error mssg:
===============>
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot be displayed.

--------------------------------------------------------------------------------

Please try the following:

Click the Refresh button, or try again later.

Open the www.syossetrules.com home page, and then look for links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

--------------------------------------------------------------------------------

And that is in verbose error message mode.

Thanks.
Robo





| Hi Rob,
|
| File System permissions are granted on a user account basis. In other words,
| the right kind of file system permissions need to be set for the right user
| account. In your case, the user account may be IUSER_<machine name>, or it
| may be some user account that your COM class is impersonating. I don't know
| which. You would have to talk with your hosting service about that.
|
| If you copy and paste the error message instead of describing it, that would
| be extremely helpful.
|
| Remember that when your doctor tells you to cough, he can't help you much if
| you only clear your throat.
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | The host calls it Basic Write Permissions. The upload system should write
| (for to upload image files, etc) to the "uploads" folder. Using Persits ASP
| upload.
|
| The exact error is not very exact..no matter how I set Show Friendly HTTP
| errors (checked OR uncheckd) it gives me the same vague info.. Page Not
| Found, HTTP: 500.100 Error... something to that effect.
|
| It's an upload system within a forum software package....I have it working
| fine in another subweb on the same domain.
|
| At first I was thinking that I had the path to the uploads folder incorrect
| (and it still may be incorrect) but someone said that I may not have the
| write permission on the folder.
|
| Shouldn't creating a folder within a subweb that has write permissions set
| on everything also become a writeable folder? Thats the main quesiton here
| (for me at least). If it doesn't I just need to contact my host.
|
| ThANks..
|
|
| | | The phrase "Read/Write permissions" is not specific enough to give you an
| | answer. What kind of permissions did you assign? File System or Web
| Server?
| | To whom did you grant them?
| |
| | Also, please post the exact error message you received.
| |
| | Also, please explain your use of the term "upload" which is entirely too
| | generic to identify the method you used to "upload". Describe the steps
| you
| | took.
| |
| | --
| | HTH,
| | Kevin Spencer
| | .Net Developer
| | Microsoft MVP
| | Big things are made up
| | of lots of little things.
| |
| | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| | wrote in message | | Howdy all...question regarding inherited (or not) permissions.
| |
| | 1- created subweb with Read/Write Permissions on entire subweb.
| |
| | 2- uploaded subweb from local to online - everything works except
| uploading
| | feature (I get 500.100 error - page not found I think).
| |
| | 3- then created a new folder called "uploads" through FP at:
| | /subwebname/forum/uploads
| |
| | shouldn't the upload folder inherit the read/write permissions,,,or no?
| |
| | Windows Server
| | FP2002
| |
| |
| | --
| | Non pensare che non ci siano coccodrilli perché
| | l'acqua è calma
| | From: "Crash Gordon"
| | email: (e-mail address removed)
| |
| |
| |
|
|
 
Welp...I done learnt that the hardway!



| Once permissions are assigned to a folder, you can't move, delete or recreate the folder with the
| prior permissions.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | NOpe... It was swacked permissions in the raven subweb...I'm thinking I dun broke sumpin' when I
| published or moved the uploads folder. Host repaired the /forum/ and /forum/uploads/ permissions and
| now all is well...time for a Foster's :-)
|
| Thanks all...
|
| Robo
|
|
| | Whenever the doctor tells me to cough...I runaway quick!
|
| Here's the actual error mssg:
| ===============>
| The page cannot be displayed
| There is a problem with the page you are trying to reach and it cannot be displayed.
|
| --------------------------------------------------------------------------------
|
| Please try the following:
|
| Click the Refresh button, or try again later.
|
| Open the www.syossetrules.com home page, and then look for links to the information you want.
| HTTP 500.100 - Internal Server Error - ASP error
| Internet Information Services
|
| --------------------------------------------------------------------------------
|
| And that is in verbose error message mode.
|
| Thanks.
| Robo
|
|
|
|
|
| | | Hi Rob,
| |
| | File System permissions are granted on a user account basis. In other words,
| | the right kind of file system permissions need to be set for the right user
| | account. In your case, the user account may be IUSER_<machine name>, or it
| | may be some user account that your COM class is impersonating. I don't know
| | which. You would have to talk with your hosting service about that.
| |
| | If you copy and paste the error message instead of describing it, that would
| | be extremely helpful.
| |
| | Remember that when your doctor tells you to cough, he can't help you much if
| | you only clear your throat.
| |
| | --
| | HTH,
| | Kevin Spencer
| | .Net Developer
| | Microsoft MVP
| | Big things are made up
| | of lots of little things.
| |
| | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| | wrote in message | | The host calls it Basic Write Permissions. The upload system should write
| | (for to upload image files, etc) to the "uploads" folder. Using Persits ASP
| | upload.
| |
| | The exact error is not very exact..no matter how I set Show Friendly HTTP
| | errors (checked OR uncheckd) it gives me the same vague info.. Page Not
| | Found, HTTP: 500.100 Error... something to that effect.
| |
| | It's an upload system within a forum software package....I have it working
| | fine in another subweb on the same domain.
| |
| | At first I was thinking that I had the path to the uploads folder incorrect
| | (and it still may be incorrect) but someone said that I may not have the
| | write permission on the folder.
| |
| | Shouldn't creating a folder within a subweb that has write permissions set
| | on everything also become a writeable folder? Thats the main quesiton here
| | (for me at least). If it doesn't I just need to contact my host.
| |
| | ThANks..
| |
| |
| | | | | The phrase "Read/Write permissions" is not specific enough to give you an
| | | answer. What kind of permissions did you assign? File System or Web
| | Server?
| | | To whom did you grant them?
| | |
| | | Also, please post the exact error message you received.
| | |
| | | Also, please explain your use of the term "upload" which is entirely too
| | | generic to identify the method you used to "upload". Describe the steps
| | you
| | | took.
| | |
| | | --
| | | HTH,
| | | Kevin Spencer
| | | .Net Developer
| | | Microsoft MVP
| | | Big things are made up
| | | of lots of little things.
| | |
| | | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| | | wrote in message | | | Howdy all...question regarding inherited (or not) permissions.
| | |
| | | 1- created subweb with Read/Write Permissions on entire subweb.
| | |
| | | 2- uploaded subweb from local to online - everything works except
| | uploading
| | | feature (I get 500.100 error - page not found I think).
| | |
| | | 3- then created a new folder called "uploads" through FP at:
| | | /subwebname/forum/uploads
| | |
| | | shouldn't the upload folder inherit the read/write permissions,,,or no?
| | |
| | | Windows Server
| | | FP2002
| | |
| | |
| | | --
| | | Non pensare che non ci siano coccodrilli perché
| | | l'acqua è calma
| | | From: "Crash Gordon"
| | | email: (e-mail address removed)
| | |
| | |
| | |
| |
| |
|
|
 
Glad to hear that your problem is resolved!

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message Welp...I done learnt that the hardway!



| Once permissions are assigned to a folder, you can't move, delete or
recreate the folder with the
| prior permissions.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message
| | NOpe... It was swacked permissions in the raven subweb...I'm thinking I
dun broke sumpin' when I
| published or moved the uploads folder. Host repaired the /forum/ and
/forum/uploads/ permissions and
| now all is well...time for a Foster's :-)
|
| Thanks all...
|
| Robo
|
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message
| | Whenever the doctor tells me to cough...I runaway quick!
|
| Here's the actual error mssg:
| ===============>
| The page cannot be displayed
| There is a problem with the page you are trying to reach and it cannot be
displayed.
|
| --------------------------------------------------------------------------
------
|
| Please try the following:
|
| Click the Refresh button, or try again later.
|
| Open the www.syossetrules.com home page, and then look for links to the
information you want.
| HTTP 500.100 - Internal Server Error - ASP error
| Internet Information Services
|
| --------------------------------------------------------------------------
------
|
| And that is in verbose error message mode.
|
| Thanks.
| Robo
|
|
|
|
|
| | | Hi Rob,
| |
| | File System permissions are granted on a user account basis. In other
words,
| | the right kind of file system permissions need to be set for the right
user
| | account. In your case, the user account may be IUSER_<machine name>, or
it
| | may be some user account that your COM class is impersonating. I don't
know
| | which. You would have to talk with your hosting service about that.
| |
| | If you copy and paste the error message instead of describing it, that
would
| | be extremely helpful.
| |
| | Remember that when your doctor tells you to cough, he can't help you
much if
| | you only clear your throat.
| |
| | --
| | HTH,
| | Kevin Spencer
| | .Net Developer
| | Microsoft MVP
| | Big things are made up
| | of lots of little things.
| |
| | "Rob Giordano (aka: Crash Gordon®)"
<[email protected]>
| | wrote in message | | The host calls it Basic Write Permissions. The upload system should
write
| | (for to upload image files, etc) to the "uploads" folder. Using Persits
ASP
| | upload.
| |
| | The exact error is not very exact..no matter how I set Show Friendly
HTTP
| | errors (checked OR uncheckd) it gives me the same vague info.. Page Not
| | Found, HTTP: 500.100 Error... something to that effect.
| |
| | It's an upload system within a forum software package....I have it
working
| | fine in another subweb on the same domain.
| |
| | At first I was thinking that I had the path to the uploads folder
incorrect
| | (and it still may be incorrect) but someone said that I may not have the
| | write permission on the folder.
| |
| | Shouldn't creating a folder within a subweb that has write permissions
set
| | on everything also become a writeable folder? Thats the main quesiton
here
| | (for me at least). If it doesn't I just need to contact my host.
| |
| | ThANks..
| |
| |
| | | | | The phrase "Read/Write permissions" is not specific enough to give you
an
| | | answer. What kind of permissions did you assign? File System or Web
| | Server?
| | | To whom did you grant them?
| | |
| | | Also, please post the exact error message you received.
| | |
| | | Also, please explain your use of the term "upload" which is entirely
too
| | | generic to identify the method you used to "upload". Describe the
steps
| | you
| | | took.
| | |
| | | --
| | | HTH,
| | | Kevin Spencer
| | | .Net Developer
| | | Microsoft MVP
| | | Big things are made up
| | | of lots of little things.
| | |
| | | "Rob Giordano (aka: Crash Gordon®)"
<[email protected]>
| | | wrote in message | | | Howdy all...question regarding inherited (or not) permissions.
| | |
| | | 1- created subweb with Read/Write Permissions on entire subweb.
| | |
| | | 2- uploaded subweb from local to online - everything works except
| | uploading
| | | feature (I get 500.100 error - page not found I think).
| | |
| | | 3- then created a new folder called "uploads" through FP at:
| | | /subwebname/forum/uploads
| | |
| | | shouldn't the upload folder inherit the read/write permissions,,,or
no?
| | |
| | | Windows Server
| | | FP2002
| | |
| | |
| | | --
| | | Non pensare che non ci siano coccodrilli perché
| | | l'acqua è calma
| | | From: "Crash Gordon"
| | | email: (e-mail address removed)
| | |
| | |
| | |
| |
| |
|
|
 
Yah, thanks...I guess I need to read up on some more basics :-)
I like exploding computeers though...great way to learn.

| Glad to hear that your problem is resolved!
|
| --
| HTH,
| Kevin Spencer
| .Net Developer
| Microsoft MVP
| Big things are made up
| of lots of little things.
|
| "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message | Welp...I done learnt that the hardway!
|
|
|
| | | Once permissions are assigned to a folder, you can't move, delete or
| recreate the folder with the
| | prior permissions.
| |
| | --
| | ==============================================
| | Thomas A. Rowe (Microsoft MVP - FrontPage)
| | WEBMASTER Resources(tm)
| |
| | FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| | ==============================================
| | To assist you in getting the best answers for FrontPage support see:
| | http://www.net-sites.com/sitebuilder/newsgroups.asp
| |
| | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message
| | | | NOpe... It was swacked permissions in the raven subweb...I'm thinking I
| dun broke sumpin' when I
| | published or moved the uploads folder. Host repaired the /forum/ and
| /forum/uploads/ permissions and
| | now all is well...time for a Foster's :-)
| |
| | Thanks all...
| |
| | Robo
| |
| |
| | "Rob Giordano (aka: Crash Gordon®)" <[email protected]>
| wrote in message
| | | | Whenever the doctor tells me to cough...I runaway quick!
| |
| | Here's the actual error mssg:
| | ===============>
| | The page cannot be displayed
| | There is a problem with the page you are trying to reach and it cannot be
| displayed.
| |
| | --------------------------------------------------------------------------
| ------
| |
| | Please try the following:
| |
| | Click the Refresh button, or try again later.
| |
| | Open the www.syossetrules.com home page, and then look for links to the
| information you want.
| | HTTP 500.100 - Internal Server Error - ASP error
| | Internet Information Services
| |
| | --------------------------------------------------------------------------
| ------
| |
| | And that is in verbose error message mode.
| |
| | Thanks.
| | Robo
| |
| |
| |
| |
| |
| | | | | Hi Rob,
| | |
| | | File System permissions are granted on a user account basis. In other
| words,
| | | the right kind of file system permissions need to be set for the right
| user
| | | account. In your case, the user account may be IUSER_<machine name>, or
| it
| | | may be some user account that your COM class is impersonating. I don't
| know
| | | which. You would have to talk with your hosting service about that.
| | |
| | | If you copy and paste the error message instead of describing it, that
| would
| | | be extremely helpful.
| | |
| | | Remember that when your doctor tells you to cough, he can't help you
| much if
| | | you only clear your throat.
| | |
| | | --
| | | HTH,
| | | Kevin Spencer
| | | .Net Developer
| | | Microsoft MVP
| | | Big things are made up
| | | of lots of little things.
| | |
| | | "Rob Giordano (aka: Crash Gordon®)"
| <[email protected]>
| | | wrote in message | | | The host calls it Basic Write Permissions. The upload system should
| write
| | | (for to upload image files, etc) to the "uploads" folder. Using Persits
| ASP
| | | upload.
| | |
| | | The exact error is not very exact..no matter how I set Show Friendly
| HTTP
| | | errors (checked OR uncheckd) it gives me the same vague info.. Page Not
| | | Found, HTTP: 500.100 Error... something to that effect.
| | |
| | | It's an upload system within a forum software package....I have it
| working
| | | fine in another subweb on the same domain.
| | |
| | | At first I was thinking that I had the path to the uploads folder
| incorrect
| | | (and it still may be incorrect) but someone said that I may not have the
| | | write permission on the folder.
| | |
| | | Shouldn't creating a folder within a subweb that has write permissions
| set
| | | on everything also become a writeable folder? Thats the main quesiton
| here
| | | (for me at least). If it doesn't I just need to contact my host.
| | |
| | | ThANks..
| | |
| | |
| | | | | | | The phrase "Read/Write permissions" is not specific enough to give you
| an
| | | | answer. What kind of permissions did you assign? File System or Web
| | | Server?
| | | | To whom did you grant them?
| | | |
| | | | Also, please post the exact error message you received.
| | | |
| | | | Also, please explain your use of the term "upload" which is entirely
| too
| | | | generic to identify the method you used to "upload". Describe the
| steps
| | | you
| | | | took.
| | | |
| | | | --
| | | | HTH,
| | | | Kevin Spencer
| | | | .Net Developer
| | | | Microsoft MVP
| | | | Big things are made up
| | | | of lots of little things.
| | | |
| | | | "Rob Giordano (aka: Crash Gordon®)"
| <[email protected]>
| | | | wrote in message | | | | Howdy all...question regarding inherited (or not) permissions.
| | | |
| | | | 1- created subweb with Read/Write Permissions on entire subweb.
| | | |
| | | | 2- uploaded subweb from local to online - everything works except
| | | uploading
| | | | feature (I get 500.100 error - page not found I think).
| | | |
| | | | 3- then created a new folder called "uploads" through FP at:
| | | | /subwebname/forum/uploads
| | | |
| | | | shouldn't the upload folder inherit the read/write permissions,,,or
| no?
| | | |
| | | | Windows Server
| | | | FP2002
| | | |
| | | |
| | | | --
| | | | Non pensare che non ci siano coccodrilli perché
| | | | l'acqua è calma
| | | | From: "Crash Gordon"
| | | | email: (e-mail address removed)
| | | |
| | | |
| | | |
| | |
| | |
| |
| |
|
|
 
Back
Top