Creating a forum in ASP.NET

NicoVB

Well-known member
Joined
Jan 2, 2002
Messages
160
Location
Belgium
Hi, I want to create my own forum in ASP.NET. Does anyone can give me some tips how to begin at such a thing??? I have a data structure already in Access or SQL Server.

What to do next involving the site itself??


Thanks
 
I have installed that... But the configuration has failed and he gives this error quiet frequently:

aspnet_wp.exe - Application Error

An exception has occurred in software(0xc06d007e) in the application on location 0x77e53887


What to do???
 
If I look in the log : he says:

aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.
 
I did not have enough time, but will take a look in the next days at the code of their forum. But I think if we want to build a forum on our own, we will be busy, because of the huge amount of forums allready created.
 
aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.

You may get helpful info on this problem from http://msdn.microsoft.com/library/d...-us/vsent7/html/vxconApplicationIdentity.asp. Take note of the access control list for the ASPNET account.
 
Back
Top