Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Permission denied on .exe

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
permission denied - Please help. How to fix this? Thank you in advance. OS: Windows 2000 Installed IIS 5.0, tried browsing Default Web Site. But receive error message below: The page cannot be displayed There is a problem with the page you are trying to..

Permission to use object denied - I have an ASP page which is creating an object from a DLL which I have written. When running the ASP page locally using PWS the object creates fine. However when I put it onto the server running IIS I get to use object denied. I can't..

Cannot #EXEC / permission denied on IIS - Hello Everyone; I have got this site code and it has shtml and .cgi files in it. I am using windows 2000 Pro OS. when I try to run this site from IIS. I get the following error Cannot #EXEC due to lack of EXECUTE..

Permission Denied using MS code - I used the following code from MSDN. Set objMail = = = = "Bad = "I owe you 50" Set objMail = Nothing But IE

ASP/SMTP Permission Denied Error (Help please!) - Hi, We're running Win 2000/SP4 - IIS 5.0 (i think). Our smtp service stopped working and we ended up having to Upon the SMTP service works fine but gives a denied error when used in with
Next:  IIS: FTP Server connect reset when connecting through internet  
Author Message
anonymous1070

External


Since: Jan 29, 2004
Posts: 5



(Msg. 1) Posted: Wed Feb 04, 2004 2:16 pm
Post subject: Permission denied on .exe
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have a windows XP pro system with IIS 5.1 configured on it.
Everything works great and I just installed PHP and perl on it.
They are working great, and i figured out how to write to files too.

But now no one can download .exe files from me.
When i goto http://localhost/sound.exe (an example .exe) i get this:

You do not have permission to view this directory or page using the credentials you supplied.
HTTP 401.3 - Access denied by ACL on resource
Internet Information Services

if i right click it and click save as when browsing directory /
then internet explorer returns: "was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later."
but the rest of the site works fine, just .exe files are being denied.

I checked security tab and IUSR has read rights to it.

 >> Stay informed about: Permission denied on .exe 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Wed Feb 04, 2004 3:00 pm
Post subject: Re: Permission denied on .exe [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

401.3 means that the remote authenticated identity does not have access to
the resource by ACL.

So, you need to determine:
1. What is your remote authenticated identity
2. What are the ACLs on the resource

And make sure 1 is included in 2 for access.

You have only checked that the resource contains a read ACL for IUSR -- it
doesn't mean a thing if the remote authenticated identity is not IUSR. So,
please determine what the remote authenticated identity by giving what
authentication methods are enabled for that resource as well as what your
browser chose to authenticate as.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"JoKo" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:A4DA0D4D-504A-4D93-A716-5C0E970831E0@microsoft.com...
I have a windows XP pro system with IIS 5.1 configured on it.
Everything works great and I just installed PHP and perl on it.
They are working great, and i figured out how to write to files too.

But now no one can download .exe files from me.
When i goto http://localhost/sound.exe (an example .exe) i get this:

You do not have permission to view this directory or page using the
credentials you supplied.
HTTP 401.3 - Access denied by ACL on resource
Internet Information Services

if i right click it and click save as when browsing directory /
then internet explorer returns: "was not able to open this Internet site.
The requested site is either unavailable or cannot be found. Please try
again later."
but the rest of the site works fine, just .exe files are being denied.

I checked security tab and IUSR has read rights to it.

 >> Stay informed about: Permission denied on .exe 
Back to top
Login to vote
anonymous61

External


Since: Oct 10, 2003
Posts: 40



(Msg. 3) Posted: Wed Feb 04, 2004 8:14 pm
Post subject: Permission denied on .exe [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

try following
select your virtual application folder in IIS.
right click on it..go to properties.
see applications setting..
change execute permisssions to script and executables.
it should work
cheers..
dave


 >-----Original Message-----
 >I have a windows XP pro system with IIS 5.1 configured
on it.
 >Everything works great and I just installed PHP and perl
on it.
 >They are working great, and i figured out how to write
to files too.
 >
 >But now no one can download .exe files from me.
 >When i goto <a style='text-decoration: underline;' href="http://localhost/sound.exe" target="_blank">http://localhost/sound.exe</a> (an example .exe)
i get this:
 >
 >You do not have permission to view this directory or
page using the credentials you supplied.
 >HTTP 401.3 - Access denied by ACL on resource
 >Internet Information Services
 >
 >if i right click it and click save as when browsing
directory /
 >then internet explorer returns: "was not able to open
this Internet site. The requested site is either
unavailable or cannot be found. Please try again later."
 >but the rest of the site works fine, just .exe files are
being denied.
 >
 >I checked security tab and IUSR has read rights to it.
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Permission denied on .exe 
Back to top
Login to vote
anonymous1070

External


Since: Jan 29, 2004
Posts: 5



(Msg. 4) Posted: Wed Feb 04, 2004 8:21 pm
Post subject: Re: Permission denied on .exe [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The auth method is the same as the other auth methods for other files in /
My computername is joko so iusr is JOKO\IUSR_JOKO which is the same in the other files.

How do i tell what my browser chose to authenticate as?
 >> Stay informed about: Permission denied on .exe 
Back to top
Login to vote
anonymous1070

External


Since: Jan 29, 2004
Posts: 5



(Msg. 5) Posted: Wed Feb 04, 2004 11:11 pm
Post subject: RE: Permission denied on .exe [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

actually...
that was the problem, it was set to script and executables
when i changed it to just script it works fine now.
It seems it took .exe and was trying to run it instead of give download, and IIS denied the .exe

but thanks for pointing me in the right direction!!!
 >> Stay informed about: Permission denied on .exe 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 6) Posted: Thu Feb 05, 2004 1:18 am
Post subject: Re: Permission denied on .exe [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This behavior is by design.

If you give "Script and Executables" execute permission, you are instructing
IIS to interpret URLs for .EXE files as "execute this EXE on the server".
If you give any other execute permission, such as "Scripts" or "None", you
are instructing IIS to interpret URLs for .EXE files as "download this
file".

People tend to either want to download OR execute a EXE file when they give
a URL. This configuration option gives that choice.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"JoKo" <anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
news:4D52AB6D-D034-4ADD-A50C-44CDFC625C59@microsoft.com...
actually...
that was the problem, it was set to script and executables
when i changed it to just script it works fine now.
It seems it took .exe and was trying to run it instead of give download, and
IIS denied the .exe

but thanks for pointing me in the right direction!!!
 >> Stay informed about: Permission denied on .exe 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]