I have this ASP classic site under a domain, for example
www.classicaspsite.com. This site is deployed in IIS7.
We've developed a site using ASP.NET mvc which we want to integrate into the site above so it'll be part of the same domain (ie.
www.classicaspsite.com/mvc)
We've developed a site using ASP.NET mvc which we want to integrate into the site above so it'll be part of the same domain (ie.
www.classicaspsite.com/mvc)
What would the setup be in IIS?
Create a new Virtual directory under your main site and deploy your subsite under that virtual directory.
None
0 Points
5 Posts
Deploy ASP.NET MVC site within a Classic ASP site in IIS
Mar 13, 2014 04:18 AM|rlangi05|LINK
Hi All,
I have this ASP classic site under a domain, for example www.classicaspsite.com. This site is deployed in IIS7.
We've developed a site using ASP.NET mvc which we want to integrate into the site above so it'll be part of the same domain (ie. www.classicaspsite.com/mvc)
What would the setup be in IIS?
Thanks in advanced!
Ronald
Contributor
5590 Points
1297 Posts
Re: Deploy ASP.NET MVC site within a Classic ASP site in IIS
Mar 13, 2014 06:29 AM|dotnetzoom|LINK
It seems like this can be done using URL redirection. You can check this pluralsight blog on IIS7 URL redirection.
All-Star
52793 Points
9695 Posts
MVP
Re: Deploy ASP.NET MVC site within a Classic ASP site in IIS
Mar 16, 2014 05:43 AM|Ruchira|LINK
Create a new Virtual directory under your main site and deploy your subsite under that virtual directory.
Please 'Mark as Answer' if this post helps you
My Tech BlogAll-Star
37441 Points
9076 Posts
Re: Deploy ASP.NET MVC site within a Classic ASP site in IIS
Mar 16, 2014 07:09 AM|AidyF|LINK
Note that they will be two different sites though, they can't share session etc.