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 Atrax

Atrax
Wed Nov 26 02:10:45 CST 2003

not really. ASP and ASP.NET can happily co-exist in the same
application, though they can't share session or application info by
default.





________________________________________
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/

newsflash : Atrax.Richedit 1.0 now released.
http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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

jcochran
Wed Nov 26 08:56:32 CST 2003

On Tue, 25 Nov 2003 23:08:26 -0800, "terry"
<anonymous@discussions.microsoft.com> wrote:

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

Other than finding files in Windows Explorer, no. :)

Jeff