Can Asp and Asp.net work on the same Virtual directory?

  • Thread starter Patrick B. \(pbutlerm\)
  • Start date
P

Patrick B. \(pbutlerm\)

Hello,

I am running IIS 6.0 (win2003 server). I have an ASP.NET application
running in the root. And I have 2 subfolders running asp applications. My
question is this asp applications will work, or I need to do anything
special to them?
I configured the subfolders to run as applications..is this necessary?

Can you guys point me to best practices documents, or links?

Really appreciated,

Patrick B.
 
J

Juan T. Llibre

The default document for the directory
must be taken into consideration, too.

The order in which default documents are searched
is bound to have an effect when applications are browsed
without a default document being specified in the URL.

i.e.

If the order is default.aspx and then default.asp, when you browse to
http://yourserver.com/ instead of to http://yourserver.com/default.asp ,
you'll get the ASPX app, while if the order is default.asp and then
default.aspx, when you browse to http://yourserver.com/ you'll get
the ASP app.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top