NicoVB Posted June 25, 2003 Posted June 25, 2003 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 Quote Visit http://www.nico.gotdns.com Now ONLINE!
*Experts* mutant Posted June 25, 2003 *Experts* Posted June 25, 2003 I suggest you have a look at this: http://www.asp.net/Default.aspx?tabindex=7&tabid=41 My 2nd suggestion is to make the page layout first before doing any programming, so you know where to place everything when you program it :). :) Quote
NicoVB Posted June 25, 2003 Author Posted June 25, 2003 I will take a look :) Quote Visit http://www.nico.gotdns.com Now ONLINE!
NicoVB Posted June 25, 2003 Author Posted June 25, 2003 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??? Quote Visit http://www.nico.gotdns.com Now ONLINE!
NicoVB Posted June 25, 2003 Author Posted June 25, 2003 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. Quote Visit http://www.nico.gotdns.com Now ONLINE!
bungpeng Posted July 1, 2003 Posted July 1, 2003 I also face some problem during installation of this forum, so I also plan to write my own forum Quote
NicoVB Posted July 1, 2003 Author Posted July 1, 2003 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. Quote Visit http://www.nico.gotdns.com Now ONLINE!
bungpeng Posted July 1, 2003 Posted July 1, 2003 Since there is no due date for this project, I don't think we will busy... :) Quote
JABE Posted July 1, 2003 Posted July 1, 2003 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/default.asp?url=/library/en-us/vsent7/html/vxconApplicationIdentity.asp. Take note of the access control list for the ASPNET account. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.