Running multiple ASP.Net applications on the same IIS virtual directory

  • Thread starter Thread starter ronniek
  • Start date Start date
R

ronniek

Hi,
I have several ASP.Net projects I created and I want to run them on
the same on a single IIS virtual directory

can someone help
Ronnie
 
There can only be one Global.asax, etc.. for one directory.

You can have multiple .aspx pages that are not related to each other,
though.
 
Back
Top