Configure discuz (Asp.net) and dottext (cnblogs)

Source: Internet
Author: User
A task similar to the development portal website, involving the blog module, forum, online chat, news, and video podcasts. (It seems that the online shopping function will be added in the future ), the number of people in our development team has one finger left with one hand. What about sweat ~ No way. Stick it to your head.
The news system has published open-source news in the wilderness. After trying it, I felt that there were too many functions. I decided to use freetext to do it myself. The chat room felt no difficulty and I did not consider it for the moment; video plug-ins can be developed, but they can also be used by others (I do not know if there is any copyright issue), and professional developers must be more efficient than what we do; if the Forum module and blog module are developed by themselves, it is definitely not enough time, so we decided to use discuz and dottext.
Discuz is a traditional PHP forum, but now there are discuznt, Asp.net, access and MSSQL versions, which are said to be. the official version of net2.0 is in the final release phase (officially released in April 1, yu'e :)), the address is http://nt.discuz.net/
I use the MSSQL version and configure it all the way according to the configuration. Pay attention to the following points: in the help section, sqlserver users only need to assign a public identity (as shown in the figure below). However, when setting up the Forum, the system prompts that they do not have the corresponding permissions to operate the database, therefore, I still granted the owner permission to pass through; if you are using a virtual directory, then set DNT. note the <forumpath>/FORUM/</forumpath> Method When configuring the config file. For example, if the virtual directory is Forum, set it to/FORUM /. Previously, my friend and I mentioned the HTML pseudo-static address, which is to put AA. aspx? Id=4changed to aa-4.html and can be accessed normally. It is also convenient for search engines to be indexed, And it looks comfortable. discuz can support this. It is necessary to study it later.
At first, I used the discuz configured for the new website, and then configured it with a virtual directory. Then I found that it was not possible because my main website is used. net2.0 and discuz are 1.1 (the official version will support 2.0 and is open-source), so every time you access it, you will go to the web under the main directory. config File, although the two of them use different applications Program Pool. I searched for it, but I don't know which expert has a good method. Please let me know.
Dottext address: http://www.cnblogs.com/dudu/archive/2004/12/14/77148.aspx
You need to configure an IIS ing during configuration ,*. * ing to Asp.net means that any file requested by the user is handed over to Asp.net for processing. You can right-click the website, choose Properties> Home directory> Configuration> insert, and select C: \ windows \ microsoft.net \ framework \ v2.0.50727 \ aspnet_isapi.dll, and do not select [check whether the file exists]. It should be okay without an accident :)

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.