Anybody tried ASP.Net Community Forums?

Discussion in 'ASP.NET / ASP.NET Core' started by ubelt, Dec 23, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Anybody here tried installing ASP.Net Forums (communityserver.org) on their shared hosting account?

    I seem to be having trouble with it.

    I was able to have the tables, etc created on the SQL Server.

    What I did was I installed the forums on my local machine. It connected to the SQL Server after I set up my database using the Client Network Utility and Enterprise Manager.

    After that, I use FTP to upload the files (under web directory) to a directory on my shared server.

    I then set the Forums directory as an application. However, I'm getting the following error:


    Server Error in '/forums' Application.


    Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: The module 'AspNetForums' is already in the application and cannot be added again

    Source Error:





    Code:
    Line 20: 		<!-- START - AspNetForums specific application settings -->
    Line 21: 		<httpModules>
    Line 22: 			<add name="AspNetForums" type="AspNetForums.ForumsHttpModule, AspNetForums.Components" />
    Line 23: 		</httpModules>
    Line 24: 

    Thanks.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    May be a conflict w/ the web.config from your root.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page