Hi All,
I'm new for dotnetnuke, but have some experience in ASP.NET and administration. I got some issues during installation of dotnetnuke portal on hosting platform. Maybe you can suggest me how to solve them. On local computer I pass installation without any problems.
Issue #1: Can not setup permissions for root folder.
1&1 hoster provides web and ftp access to folder where can be uploaded DNN files. I successfully did it. When I try to setup DNN I got problem with permissions. Root folder permissions, where placed all DNN files, can not be changed. All sub-folders permissions can be changed easily. After some playing with hosting settings, I place DNN files into subfolder dnn-v5.02.02, setup sub folder permissions, setup DB connection string... So now my folder structure looks like:
- \ [root]
- dnn-v5.02.02
- logs
My questions are:
- Can be DNN setuped without changing root folder permissions? Maybe DNN can be configured to apply all file system changes into subfolder instead of root folder?
- I try to change web domain home folder to dnn-v5.02.02, but all the time got error (error text below).
- When I try access by full path everything starts works: http://**.com/dnn-v5.02.02 - OK; Looks like domain home directory means something differ for 1&1 then I expecting.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /default.aspx
- And question related to this error - can someone give me a small example of minimal URLRewriter.config and web.config that will redirect all my domain requests to dnn subfolder (best solution will be to hide subfolder existance)? How i understand into root folder should be placed web.config, urlrewrite.config and bin folder with urlrewriter assembly.
Issue #2: DNN hangs on Sql server database installation wizard step.
What to do? SQL Server web console shows that tables, views etc were created...