473,498 Members | 1,679 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is VS -2005 doesn't respects ASP ?

I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays the error:

<---
This type of page is not served.
Description: The type of page you have requested is not served because it
has been explicitly forbidden. The extension '.asp' may be incorrect. Please
review the URL below and make sure that it is spelled correctly.
<---

Is VS -2005 doesn't respects ASP ?

Nov 19 '05 #1
8 1176
This sounds like the error you get on an IIS6 box when you've not enables
the ISAPI extension for .asp files. Open the IIS Admin tool and go to your
local computer then check out the "Web Service Extensions" and make sure
"Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays the
error:

<---
This type of page is not served.
Description: The type of page you have requested is not served because
it
has been explicitly forbidden. The extension '.asp' may be incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #2
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:
This sounds like the error you get on an IIS6 box when you've not enables
the ISAPI extension for .asp files. Open the IIS Admin tool and go to your
local computer then check out the "Web Service Extensions" and make sure
"Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays the
error:

<---
This type of page is not served.
Description: The type of page you have requested is not served because
it
has been explicitly forbidden. The extension '.asp' may be incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #3
Same application ?

Strange as the message is a server side message. Try with IE or any browser.
If you have the same problem it should be definitively a server side
problem...

Also for VS 2005 does it use its internal web server ? I'ts likyl this one
doesn't server ASP content...

Patrice
--

"?????" <@discussions.microsoft.com> a crit dans le message de
news:8F**********************************@microsof t.com...
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:
This sounds like the error you get on an IIS6 box when you've not enables the ISAPI extension for .asp files. Open the IIS Admin tool and go to your local computer then check out the "Web Service Extensions" and make sure
"Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays the
error:

<---
This type of page is not served.
Description: The type of page you have requested is not served because
it
has been explicitly forbidden. The extension '.asp' may be incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #4
Ok, well in that case your project must be a filesystem project. When you
debug then you're not running in IIS and instead you're running in VS.NET's
standalone webserver. It's telling you that it doesn't support ASP pages.
You should switch over to an IIS project then.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:
This sounds like the error you get on an IIS6 box when you've not
enables the ISAPI extension for .asp files. Open the IIS Admin tool
and go to your local computer then check out the "Web Service
Extensions" and make sure "Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays
the error:

<---
This type of page is not served.
Description: The type of page you have requested is not served
because
it
has been explicitly forbidden. The extension '.asp' may be
incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #5
Thanks, but how switching to IIS project in VS 2005?
It seems that the only option is "standalone webserver"...

Eliram

"Brock Allen" wrote:
Ok, well in that case your project must be a filesystem project. When you
debug then you're not running in IIS and instead you're running in VS.NET's
standalone webserver. It's telling you that it doesn't support ASP pages.
You should switch over to an IIS project then.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:
This sounds like the error you get on an IIS6 box when you've not
enables the ISAPI extension for .asp files. Open the IIS Admin tool
and go to your local computer then check out the "Web Service
Extensions" and make sure "Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays
the error:

<---
This type of page is not served.
Description: The type of page you have requested is not served
because
it
has been explicitly forbidden. The extension '.asp' may be
incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #6
Thanks!!! that the answer....

"Brock Allen" wrote:
Ok, well in that case your project must be a filesystem project. When you
debug then you're not running in IIS and instead you're running in VS.NET's
standalone webserver. It's telling you that it doesn't support ASP pages.
You should switch over to an IIS project then.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:
This sounds like the error you get on an IIS6 box when you've not
enables the ISAPI extension for .asp files. Open the IIS Admin tool
and go to your local computer then check out the "Web Service
Extensions" and make sure "Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays
the error:

<---
This type of page is not served.
Description: The type of page you have requested is not served
because
it
has been explicitly forbidden. The extension '.asp' may be
incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #7
I'm experiencing this exact same issue... can you tell me how to
convert from filesystem to iis project? Please...

thanks,
Gil
Brock Allen wrote:
Ok, well in that case your project must be a filesystem project. When you debug then you're not running in IIS and instead you're running in VS.NET's standalone webserver. It's telling you that it doesn't support ASP pages. You should switch over to an IIS project then.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:
This sounds like the error you get on an IIS6 box when you've not
enables the ISAPI extension for .asp files. Open the IIS Admin tool and go to your local computer then check out the "Web Service
Extensions" and make sure "Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
I have a Web appliction which it mixed with ASPX AND ASP page.

On visual studio 2003 it runs OK.

On visual studio 2005, when it try to execute ASP page,It displays the error:

<---
This type of page is not served.
Description: The type of page you have requested is not served
because
it
has been explicitly forbidden. The extension '.asp' may be
incorrect.
Please
review the URL below and make sure that it is spelled correctly.
<---
Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #8
Well, one easy way to do that is to create a new website in VS.NET and choose
"http" project and create it at http://localhost/YourNewAppName and this
will setup a new virtual directory in your local IIS. You would then just
copy over your project files into the new directory on the filesystem (which
is probabaly somehwhere under \inetpub\wwwroot\YourNewAppName).

-Brock
DevelopMentor
http://staff.develop.com/ballen
I'm experiencing this exact same issue... can you tell me how to
convert from filesystem to iis project? Please...

thanks,
Gil
Brock Allen wrote:
Ok, well in that case your project must be a filesystem project. When

you
debug then you're not running in IIS and instead you're running in

VS.NET's
standalone webserver. It's telling you that it doesn't support ASP

pages.
You should switch over to an IIS project then.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Thanks, but the problem is not on the IIS Level.

the classic ASP pages are displayed on the same IIS using VS-2003

Eliram

"Brock Allen" wrote:

This sounds like the error you get on an IIS6 box when you've not
enables the ISAPI extension for .asp files. Open the IIS Admin
tool
and go to your local computer then check out the "Web Service
Extensions" and make sure "Active Server Pages" are allowed.

-Brock
DevelopMentor
http://staff.develop.com/ballen
> I have a Web appliction which it mixed with ASPX AND ASP page.
>
> On visual studio 2003 it runs OK.
>
> On visual studio 2005, when it try to execute ASP page,It
> displays
the error:
>
> <---
> This type of page is not served.
> Description: The type of page you have requested is not served
> because
> it
> has been explicitly forbidden. The extension '.asp' may be
> incorrect.
> Please
> review the URL below and make sure that it is spelled correctly.
> <---
> Is VS -2005 doesn't respects ASP ?


Nov 19 '05 #9

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

Similar topics

1
2105
by: iwdu15 | last post by:
does anyone knpo why this code throws a runtime error saying unable to do this managed code in this sense becayuse iot could hang ''Global Variable Dim song as Audio ''direct x dll already...
6
1197
by: HK | last post by:
I have ASP.NET 1.1 websites. They will need to access a SQL 2005 database. Do I have to upgrade the whole web projects to ASP.NET 2.0 in order for them to access SQL 2005? If so, anyone have any...
3
4295
by: DCC | last post by:
I need to resolve Windows special folders. From what I have read it would seem that using CSIDL's and SHGetSpecialFolderPath and SHGetFolderPath was the way to accomplish that in VB6 and VB.NET. ...
6
1077
by: calderara | last post by:
Dear all, I was wonderaing if you guys have already install VS 2005 under Vista. In fact when installing it Vista wrn you abour a known compatibility issue but you are still able to install it....
0
1619
by: Juna | last post by:
I have been working in vs2003, but now started to work in vs2005 but the problem, I have simple web application not website, which work i mean open in browser when we press F5 or run the...
5
9609
by: MichiMichi | last post by:
When using Server.MapPath on IIS 5 on my localhost everything works well. All of the following commands are executed without any error Response.Write(Server.MapPath("/app_test") & "<br>")...
6
2256
by: DanWeaver | last post by:
I must be doing some daft thing- In Management Studio Express I have Northwind, Pubs and a db of my own. I can create SQL select queries and get results back fine but when I try to do an insert,...
0
1981
by: Smokey Grindel | last post by:
I have a XML string that was part of a subscription's matchdata... this is serialized as XML and I need to deserialize it back to a scheduledefinition object, I tried the following but it doesnt...
11
13094
by: dan-x | last post by:
I am a novice to SQL Server, so this is probably a really easy problem to fix. I'm translating an Oracle query and need to change the 'decode' to something compatible. Everything I've read points...
0
7125
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7165
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5462
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 projectplanning, coding, testing,...
1
4908
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...
0
3093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1417
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 ...
1
656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
290
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...

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.