ASP and ASPX pages under inetpub directory together

If I keep ASP as well as ASPX pages under the same
inetpub\wwwroot virtual directory (no separate virtual
directory for ASPX pages - basically ASP and ASPX pages co-
exist), with a web.config file directly under
inetpu\wwwroot directory (with .NET assemblies in a
separate folder with the probing rules set in the
web.config file or dlls under bin directory under
inetpub/wwwroot/bin) would there be an issue ?

Thanks,
-Terry

Re: ASP and ASPX pages under inetpub directory together by David

David
Wed Nov 26 01:17:55 CST 2003

I don't think so. ASP and ASP.Net are completely different technologies
that do not share any common configuration.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"terry" <anonymous@discussions.microsoft.com> wrote in message
news:089f01c3b3ec$1b826510$a501280a@phx.gbl...
ASP and ASPX pages under inetpub directory together

If I keep ASP as well as ASPX pages under the same
inetpub\wwwroot virtual directory (no separate virtual
directory for ASPX pages - basically ASP and ASPX pages co-
exist), with a web.config file directly under
inetpu\wwwroot directory (with .NET assemblies in a
separate folder with the probing rules set in the
web.config file or dlls under bin directory under
inetpub/wwwroot/bin) would there be an issue ?

Thanks,
-Terry