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.
 

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

Back
Top