I have a site set up using DotNetNuke. I would like to add a blog and a wiki, but instead of using DNN's blog and Wiki, I would like to use BlogEngine.net or DasBlog for the blog, and ScrewTurn Wiki for the wiki. Is it possible to install all of these apps on the same account? Also, whether I use the built-in DNN modules, or the ones I specified above, I would like the blog to use blog.mydomain.com for the URL and the wiki to use wiki.mydomain.com. I'm not really sure how I'd set this up. Can someone point me to the correct resources for performing this setup?
You shouldn't have any problems settings these up in our environment. What most customers do is create individual directories under the root of your site for each application you plan to run. The you will set the folder your application is in as a web application using our built in 'Web Application Tool': http://support.discountasp.net/KB/a160/what-is-the-web-application-tool-and-how-do-i-use-it.aspx Once you got that all squared away you can set up a simple redirect script like the one provided in this knowledge base article so that your sub-domains can be pointed to the appropriate sub directory.
Thanks for the quick reply. After I posted this, I found a related post: http://community.discountasp.net/showthread.php?t=13727 Since I would rather install WordPress for my blog, and found that it was possible to install with Sql Server, I installed it using the Web App Gallery. I tried to run the install.php page, but it failed saying it couldn't connect to the Sql server. Are the Sql Server drivers for php installed on the server? Or is there anything special I need to do to get it installed?
Actually, Word Press will not work with an MS SQL database, you have to set up a MySQL database to use it.