Hi all,

I installed a Win 2003 with IIS6 as a web server. The asp.net application
works fine. But, the asp application doesn't work, even though i configured
the "Web Service Extension" to allow it.

Does anyone have any idea about this??

Thanks in advance.

Boris

Re: can't display asp pages in IIS6 by Tom

Tom
Mon Nov 22 13:04:21 CST 2004

"Boris Condarco" <bcondarco@prueba.com> wrote in message
news:##6Kq#L0EHA.1652@TK2MSFTNGP11.phx.gbl...
> I installed a Win 2003 with IIS6 as a web server. The asp.net application
> works fine. But, the asp application doesn't work, even though i
configured
> the "Web Service Extension" to allow it.
>
> Does anyone have any idea about this??

Not without having better details on what "doesn't work" means ...



Re: can't display asp pages in IIS6 by Boris

Boris
Mon Nov 22 13:16:21 CST 2004

Hi Tom,

I have the following asp code:
------------------
<%
'********************************************************************
'* File: Hello.asp
'* Author: Tony Muñiz (MS)
'* Purpose: For testing user's ability to use ASP generated
'* web pages
'* Revisions: Initial development - 08/03/99, tonymu
'* Updated to match sample in Q279729 - 04/10/01, tonymu
'* Disclaimer: This code is to be used for sample purposes only
'* Microsoft does not gaurantee its functionality
'********************************************************************

strWrld="Hello World"
%>

<HTML>
<TITLE>ASP Test Page</TITLE>
If the phrase "Hello World" is displayed below, then ASP pages in this web
application are serving properly.<BR><BR>
<STRONG><%=strWrld%></STRONG>
</HTML>
----------------------
and when i try to load the page than contains this code, the server response
with the following message:

-----
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.

Requested Url: /hello.asp
------

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:uPqZcYM0EHA.1568@tk2msftngp13.phx.gbl...
> "Boris Condarco" <bcondarco@prueba.com> wrote in message
> news:##6Kq#L0EHA.1652@TK2MSFTNGP11.phx.gbl...
> > I installed a Win 2003 with IIS6 as a web server. The asp.net
application
> > works fine. But, the asp application doesn't work, even though i
> configured
> > the "Web Service Extension" to allow it.
> >
> > Does anyone have any idea about this??
>
> Not without having better details on what "doesn't work" means ...
>
>



Re: can't display asp pages in IIS6 by jeff

jeff
Mon Nov 22 13:17:14 CST 2004

On Mon, 22 Nov 2004 14:18:26 -0400, "Boris Condarco"
<bcondarco@prueba.com> wrote:

>I installed a Win 2003 with IIS6 as a web server. The asp.net application
>works fine. But, the asp application doesn't work, even though i configured
>the "Web Service Extension" to allow it.
>
>Does anyone have any idea about this??

Damn! I was trying to solve your problem but my crystal ball slipped
out the window. Now I can't see your application anymore, so
naturally I can't tell what "doesn't work" means.

Jeff

Re: can't display asp pages in IIS6 by Ben

Ben
Mon Nov 22 17:52:53 CST 2004

Hmm...have you restarted the computer since allowing ASP?

--
Ben Strackany
www.developmentnow.com

<a href="http://www.developmentnow.com">dn</a>


"Boris Condarco" <bcondarco@prueba.com> wrote in message
news:uRg7BfM0EHA.3120@TK2MSFTNGP12.phx.gbl...
> Hi Tom,
>
> I have the following asp code:
> ------------------
> <%
> '********************************************************************
> '* File: Hello.asp
> '* Author: Tony Muñiz (MS)
> '* Purpose: For testing user's ability to use ASP generated
> '* web pages
> '* Revisions: Initial development - 08/03/99, tonymu
> '* Updated to match sample in Q279729 - 04/10/01, tonymu
> '* Disclaimer: This code is to be used for sample purposes only
> '* Microsoft does not gaurantee its functionality
> '********************************************************************
>
> strWrld="Hello World"
> %>
>
> <HTML>
> <TITLE>ASP Test Page</TITLE>
> If the phrase "Hello World" is displayed below, then ASP pages in this web
> application are serving properly.<BR><BR>
> <STRONG><%=strWrld%></STRONG>
> </HTML>
> ----------------------
> and when i try to load the page than contains this code, the server
response
> with the following message:
>
> -----
> 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.
>
> Requested Url: /hello.asp
> ------
>
> --------------------------------------------------------------------------
--
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET
> Version:1.1.4322.573
> "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
> news:uPqZcYM0EHA.1568@tk2msftngp13.phx.gbl...
> > "Boris Condarco" <bcondarco@prueba.com> wrote in message
> > news:##6Kq#L0EHA.1652@TK2MSFTNGP11.phx.gbl...
> > > I installed a Win 2003 with IIS6 as a web server. The asp.net
> application
> > > works fine. But, the asp application doesn't work, even though i
> > configured
> > > the "Web Service Extension" to allow it.
> > >
> > > Does anyone have any idea about this??
> >
> > Not without having better details on what "doesn't work" means ...
> >
> >
>
>



Re: can't display asp pages in IIS6 by jeff

jeff
Tue Nov 23 05:58:52 CST 2004

On Mon, 22 Nov 2004 15:16:21 -0400, "Boris Condarco"
<bcondarco@prueba.com> wrote:

>Hi Tom,
>
>I have the following asp code:
>------------------
><%
>'********************************************************************
>'* File: Hello.asp
>'* Author: Tony Muñiz (MS)
>'* Purpose: For testing user's ability to use ASP generated
>'* web pages
>'* Revisions: Initial development - 08/03/99, tonymu
>'* Updated to match sample in Q279729 - 04/10/01, tonymu
>'* Disclaimer: This code is to be used for sample purposes only
>'* Microsoft does not gaurantee its functionality
>'********************************************************************
>
> strWrld="Hello World"
>%>
>
><HTML>
><TITLE>ASP Test Page</TITLE>
>If the phrase "Hello World" is displayed below, then ASP pages in this web
>application are serving properly.<BR><BR>
> <STRONG><%=strWrld%></STRONG>
></HTML>
>----------------------

Couldn't keep it simple could you? :)

The purpose of a Hello World page is simplicity, to eliminate any
possible errors in code or execution.

>and when i try to load the page than contains this code, the server response
>with the following message:
>
>-----
>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.
>
>Requested Url: /hello.asp

Any firewall/AV software running? URLScan? You're sure you allowed
ASP as a web service?

Jeff





>Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
>Version:1.1.4322.573
>"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
>news:uPqZcYM0EHA.1568@tk2msftngp13.phx.gbl...
>> "Boris Condarco" <bcondarco@prueba.com> wrote in message
>> news:##6Kq#L0EHA.1652@TK2MSFTNGP11.phx.gbl...
>> > I installed a Win 2003 with IIS6 as a web server. The asp.net
>application
>> > works fine. But, the asp application doesn't work, even though i
>> configured
>> > the "Web Service Extension" to allow it.
>> >
>> > Does anyone have any idea about this??
>>
>> Not without having better details on what "doesn't work" means ...
>>
>>
>