Mixing Winhost and ASP.Net

Discussion in 'Site Programming, Development and Design' started by mestrupp, May 13, 2014.

  1. Hello,

    I am working with a web designer who is creating a marketing front end for my Winhost website that is being written using WordPress. Is it possible to use ASP.net pages also on my website (and if so, do they have to be in a subdirectory or anything like that?)

    Thanks!
     
  2. You can use both php and .NET pages on the same site, sure. They can even be in the same directory.

    The only place you might run into a problem is if you found yourself with, say, two index pages in one directory. Then again that wouldn't even really be a problem, since the default document setting would take over.
     

Share This Page