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