Add another simple ASP.NET child site
Hello
I have a MojoPortal site and I want to add a simple child site to it.
The MojoPortal is in the root directory (mysite.com), and the child should be mysite.com/childsite.
The child site has a few web forms (.aspx) and web services (.asmx). It must be a different site due to dlls.
Both are ASP.NET 4. More information about the child site:
- anonymous access
- may need to allow GET for the webservices but not a must
- write files to the folder
I did try to just place it there and it didn't work (...It is possible that the error was just a momentary hiccup...).
I've seen this http://www.mojoportal.com/multiplesitesbasedonfoldernames.aspx- but it seems to cover another MojoPortal as a child site.
Any ideas?
Thanks