|
Home > Archive > IIS Server > September 2005 > bin folder scripts and executable permissions disappear
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
bin folder scripts and executable permissions disappear
|
|
|
| We have a W2000 IIS 5 server. On one of the web sites, we have a cgi
application (from SAS) that has a bin folder under the application root. We
also have .net 1.14 applications residing on the same web site.
The cgi application requires scripts and executable permissions to run. We
can set the permissions, but they then later disappear, and users are
prompted to download the cgi application.
Any ideas on how to resolve this?
| |
| David Wang [Msft] 2005-09-22, 7:50 am |
| For security reasons, ASP.Net is known to rewrite IIS configuration of all
/bin directories to deny all access (ASP.Net has /bin directory in the URL
namespace but cannot allow files to be downloadable).
However, ASP.Net only sets to DENY all access -- not just remove
script/executable permission -- so something else seems to be awry on your
machine that is changing things. You'll have to figure that one out.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Ken" <Ken@discussions.microsoft.com> wrote in message
news:A72A4774-B3F5-4752-8E5F-24E9F5017EA2@microsoft.com...
We have a W2000 IIS 5 server. On one of the web sites, we have a cgi
application (from SAS) that has a bin folder under the application root. We
also have .net 1.14 applications residing on the same web site.
The cgi application requires scripts and executable permissions to run. We
can set the permissions, but they then later disappear, and users are
prompted to download the cgi application.
Any ideas on how to resolve this?
|
|
|
|
|