473,779 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

After upgrading, error 403.1

After upgrading to IIS 6.0 /Windows Server 2003 Standard
Ed, I get the following error message for regular .asp
pages. How can I fix this?

HTTP Error 403
403.1 Forbidden: Execute Access Forbidden

This error can be caused if you try to execute a CGI,
ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Please contact the Web server's administrator if the
problem persists

Nov 19 '05 #1
13 1784
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory in
which this exception is occurring, to allow programs to be executed.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
After upgrading to IIS 6.0 /Windows Server 2003 Standard
Ed, I get the following error message for regular .asp
pages. How can I fix this?

HTTP Error 403
403.1 Forbidden: Execute Access Forbidden

This error can be caused if you try to execute a CGI,
ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Please contact the Web server's administrator if the
problem persists

Nov 19 '05 #2
Kevin - He noted that he was running .asp pages and getting the error.

Shawn - This can be related to a myriad of things. First off, in the Home
Directory tab of your website settings, be sure that "Scripts Only" is
selected as the Execute Permissions (assuming you don't actually need
executables).

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory in
which this exception is occurring, to allow programs to be executed.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
After upgrading to IIS 6.0 /Windows Server 2003 Standard
Ed, I get the following error message for regular .asp
pages. How can I fix this?

HTTP Error 403
403.1 Forbidden: Execute Access Forbidden

This error can be caused if you try to execute a CGI,
ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Please contact the Web server's administrator if the
problem persists


Nov 19 '05 #3
This is set to "Scripts Only". ANy other suggestions?

The page is a simple webpage <%=date()%>
It is on the root of the directory called test.asp

Shawn

-----Original Message-----
Kevin - He noted that he was running .asp pages and getting the error.
Shawn - This can be related to a myriad of things. First off, in the HomeDirectory tab of your website settings, be sure that "Scripts Only" isselected as the Execute Permissions (assuming you don't actually needexecutables) .

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:
This error can be caused if you try to execute a CGI, ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory in which this exception is occurring, to allow programs to be executed.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message news:06******** *************** *****@phx.gbl.. .
> After upgrading to IIS 6.0 /Windows Server 2003 Standard > Ed, I get the following error message for regular .asp
> pages. How can I fix this?
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI,
> ISAPI, or other executable program from a directory that > does not allow programs to be executed.
>
> Please contact the Web server's administrator if the
> problem persists
>


.

Nov 19 '05 #4
What users have persmissions on that folder after the upgrade?

Ian Suttle
http://www.IanSuttle.com

"Shawn" wrote:
This is set to "Scripts Only". ANy other suggestions?

The page is a simple webpage <%=date()%>
It is on the root of the directory called test.asp

Shawn

-----Original Message-----
Kevin - He noted that he was running .asp pages and

getting the error.

Shawn - This can be related to a myriad of things. First

off, in the Home
Directory tab of your website settings, be sure

that "Scripts Only" is
selected as the Execute Permissions (assuming you don't

actually need
executables) .

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:
This error can be caused if you try to execute a CGI, ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory in which this exception is occurring, to allow programs to be executed.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message news:06******** *************** *****@phx.gbl.. .
> After upgrading to IIS 6.0 /Windows Server 2003 Standard > Ed, I get the following error message for regular .asp
> pages. How can I fix this?
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI,
> ISAPI, or other executable program from a directory that > does not allow programs to be executed.
>
> Please contact the Web server's administrator if the
> problem persists
>

.

Nov 19 '05 #5
with iis manager, under application mapping check that .asp is still mapped
to asp.dll

-- bruce (sqlwork.com)
"Shawn" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
This is set to "Scripts Only". ANy other suggestions?

The page is a simple webpage <%=date()%>
It is on the root of the directory called test.asp

Shawn

-----Original Message-----
Kevin - He noted that he was running .asp pages and

getting the error.

Shawn - This can be related to a myriad of things. First

off, in the Home
Directory tab of your website settings, be sure

that "Scripts Only" is
selected as the Execute Permissions (assuming you don't

actually need
executables ).

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:
This error can be caused if you try to execute a CGI, ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory in which this exception is occurring, to allow programs to be executed.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message news:06******** *************** *****@phx.gbl.. .
> After upgrading to IIS 6.0 /Windows Server 2003 Standard > Ed, I get the following error message for regular .asp
> pages. How can I fix this?
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI,
> ISAPI, or other executable program from a directory that > does not allow programs to be executed.
>
> Please contact the Web server's administrator if the
> problem persists
>

.

Nov 19 '05 #6
> Kevin - He noted that he was running .asp pages and getting the error.

Yes, he also noted the error, which was very specific.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Ian Suttle" <Ia*******@disc ussions.microso ft.com> wrote in message
news:59******** *************** ***********@mic rosoft.com...
Kevin - He noted that he was running .asp pages and getting the error.

Shawn - This can be related to a myriad of things. First off, in the Home
Directory tab of your website settings, be sure that "Scripts Only" is
selected as the Execute Permissions (assuming you don't actually need
executables).

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory
in
which this exception is occurring, to allow programs to be executed.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message
news:06******** *************** *****@phx.gbl.. .
> After upgrading to IIS 6.0 /Windows Server 2003 Standard
> Ed, I get the following error message for regular .asp
> pages. How can I fix this?
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI,
> ISAPI, or other executable program from a directory that
> does not allow programs to be executed.
>
> Please contact the Web server's administrator if the
> problem persists
>


Nov 19 '05 #7
IUSR_ full control,
Administrators Full control,
System full control.

-----Original Message-----
What users have persmissions on that folder after the upgrade?
Ian Suttle
http://www.IanSuttle.com

"Shawn" wrote:
This is set to "Scripts Only". ANy other suggestions?

The page is a simple webpage <%=date()%>
It is on the root of the directory called test.asp

Shawn

>-----Original Message-----
>Kevin - He noted that he was running .asp pages and

getting the error.
>
>Shawn - This can be related to a myriad of things. First
off, in the Home
>Directory tab of your website settings, be sure

that "Scripts Only" is
>selected as the Execute Permissions (assuming you
don't actually need
>executables) .
>
>Ian Suttle
>http://www.IanSuttle.com
>
>"Kevin Spencer" wrote:
>
>> This error can be caused if you try to execute a
CGI, ISAPI, or other
>> executable program from a directory that
>> does not allow programs to be executed.
>>
>> Just a wild guess here, but perhaps you should make
the virtual directory in
>> which this exception is occurring, to allow programs
to be executed.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> ..Net Developer
>> What You Seek Is What You Get.
>>
>> "Shawn" <an*******@disc ussions.microso ft.com> wrote
in message
>> news:06******** *************** *****@phx.gbl.. .
>> > After upgrading to IIS 6.0 /Windows Server 2003

Standard
>> > Ed, I get the following error message for
regular .asp >> > pages. How can I fix this?
>> >
>> > HTTP Error 403
>> > 403.1 Forbidden: Execute Access Forbidden
>> >
>> > This error can be caused if you try to execute a CGI, >> > ISAPI, or other executable program from a directory that
>> > does not allow programs to be executed.
>> >
>> > Please contact the Web server's administrator if

the >> > problem persists
>> >
>>
>>
>>
>.
>

.

Nov 19 '05 #8
IUSR_machine name has read, list and execute permissions,
actually they have full control while I'm trying to figure
out what 's going on.
-----Original Message-----
with iis manager, under application mapping check that .asp is still mappedto asp.dll

-- bruce (sqlwork.com)
"Shawn" <an*******@disc ussions.microso ft.com> wrote in messagenews:06******* *************** ******@phx.gbl. ..
This is set to "Scripts Only". ANy other suggestions?

The page is a simple webpage <%=date()%>
It is on the root of the directory called test.asp

Shawn

-----Original Message-----
Kevin - He noted that he was running .asp pages and

getting the error.

Shawn - This can be related to a myriad of things. First
off, in the Home
Directory tab of your website settings, be sure

that "Scripts Only" is
selected as the Execute Permissions (assuming you don't

actually need
executables) .

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:

This error can be caused if you try to execute a CGI,

ISAPI, or other
executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make
the virtual directory in
which this exception is occurring, to allow programs
to be executed.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in

message
news:06******** *************** *****@phx.gbl.. .
> After upgrading to IIS 6.0 /Windows Server 2003

Standard
> Ed, I get the following error message for

regular .asp > pages. How can I fix this?
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI, > ISAPI, or other executable program from a directory

that
> does not allow programs to be executed.
>
> Please contact the Web server's administrator if the
> problem persists
>

.

.

Nov 19 '05 #9
The error seems very specific, tells me that I don't have
execute permissions for that folder, but I do. Scripts
only is the option used and it still doesn not work. Any
suggestions?
-----Original Message-----
Kevin - He noted that he was running .asp pages and getting the error.

Yes, he also noted the error, which was very specific.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Ian Suttle" <Ia*******@disc ussions.microso ft.com> wrote in messagenews:59******* *************** ************@mi crosoft.com...
Kevin - He noted that he was running .asp pages and

getting the error.
Shawn - This can be related to a myriad of things. First off, in the Home Directory tab of your website settings, be sure that "Scripts Only" is selected as the Execute Permissions (assuming you don't actually need executables).

Ian Suttle
http://www.IanSuttle.com

"Kevin Spencer" wrote:
This error can be caused if you try to execute a CGI, ISAPI, or other executable program from a directory that
does not allow programs to be executed.

Just a wild guess here, but perhaps you should make the virtual directory in
which this exception is occurring, to allow programs to be executed.
--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Shawn" <an*******@disc ussions.microso ft.com> wrote in message news:06******** *************** *****@phx.gbl.. .
> After upgrading to IIS 6.0 /Windows Server 2003 Standard > Ed, I get the following error message for regular .asp > pages. How can I fix this?
>
> HTTP Error 403
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI,
> ISAPI, or other executable program from a directory that > does not allow programs to be executed.
>
> Please contact the Web server's administrator if the
> problem persists
>

.

Nov 19 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2220
by: Sean | last post by:
System is Redhat 9.0, Python 2.2.3, Zope 2.6.2 built OpenSSL from source: 2791797 Sep 30 14:50:15 2003 openssl-0.9.7c.tar.gz used configure options to set for /usr/local and /usr/local/openssl make make test make install
11
2549
by: frr | last post by:
Hi, After upgrading to 2.4 (from 2.3), I'm getting a weird syntax error: >>> import themes Traceback (most recent call last): File "<interactive input>", line 1, in ? File "themes.py", line 564 font = self.font.makeBlackAndWhite(), additive = self.additive,
3
2001
by: paulh | last post by:
Hello, we are preparing for an upgrade to SQL 2005 and as a result of this I became aware that the compatibility level of one of our databases was set to level 65 (current SQL server is SQL 2000 SP4). Managing this server is something I have fallen into, so I am not sure of the exact reasons its compatibility level has stayed lower. When I upgrade the level however, some of our ASP pages throw the following error: ADODB.Recordset error...
0
1097
by: Ben Fidge | last post by:
Since upgrading to ASP.NET 2.0 I've been getting a lot of errors about a file called WebResource.axd but can't find this file and have never heard of it. Anyone know why all of a sudden the system is trying to find this file when it's never been a part of ym project? Thanks Ben
0
1067
by: Tony | last post by:
After upgrading from XP SP1 to XP SP2 get "operation is not allowed when the object is open" error messege. the app in production stop working properly. The refresh method is available, but fails. Here is the code: With Adodc1 ..ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & App.Path + "\PhoneNumbers.mdb" & "; Mode=Read|Write" ..RecordSource = "select * from PhoneNumbers Order By Name"...
0
2101
by: rawu | last post by:
last week , i get my db version from DB2/AIX64 8.1.10 down to DB2/AIX64 8.1.5 . After that , a application called "CalRate" has something wrong . when it tries to open a cursor , it presents a error : SQL0901N The SQL statement failed because of a non-severe error . Subsequent SQL statements can be processed . (Reason "sqlriResolveOpFunc: invalid opcode 0x1be at offset 14A0:0") SQLSTATE=58004 when i recompile this application , i...
3
9464
by: rawu | last post by:
last week , i get my db version from DB2/AIX64 8.1.10 down to DB2/ AIX64 8.1.5 . After that , a application called "CalRate" has something wrong . when it tries to open a cursor , it presents a error : SQL0901N The SQL statement failed because of a non-severe error . Subsequent SQL statements can be processed . (Reason "sqlriResolveOpFunc: invalid opcode 0x1be at offset 14A0:0") SQLSTATE=58004
0
1147
by: Vids | last post by:
Hi, We are doing migration of web service from VS2003 to VS2005 After upgrading the project I m trying to add a web reference to the web service. While adding web reference it shows all the web methods inside that web service but it show the message in the right "There was an error downloading 'http://localhost/MyWebSite/WebServices/Journal.asmx'. The request failed with the error message: -- <html><head><title>Object...
2
1146
by: Michael Howes | last post by:
I am trying to upgrade a large asp.net application from .Net 1.1 to ..Net 3.0 I'm getting an error when connecting to the database now that the app runs as a .Net 3.0 application. the database connection code is part of Microsoft's ApplicationBlocks, the Data Access Block. The project is using the SQLHelper class from MS. The connection fails the SqlConnection call to Open()
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8961
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5503
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2869
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.