Dnn and SharePoint/exchange/multi-site/website coexist with one server
Dnn is usually installed on the default IIS website with port 80. However, if SharePoint or exchange or other websites are installed on the same server, it may conflict with dnn.
One solution is to set the dnn port to a non-80 port.
Generally, you can modify the port to a non-80 port in just a few minutes after installing the instance using dnn.
1. Change the field httpalias in the dnn_portalalias table to the server IP address and port, for example, 192.168.100.109: 8080.
2. Add <add key = "useportnumber" value = "true"/> In the <appsettings> section of the dnn web. config file.
3. create a new site in IIS and change its port to 8080. Point the path to the dnn site directory in use (for example, c: \ webdnn) add "default. aspx "to confirm" ASP. the version on the "Net" tab is 2.0 (or above, if any)
4. Restart IIS
All completed.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.