Reputation: 21
I'm working on a project that requires me to make a simple "social network" using ASP.Net in Visual Studio 2012.
I have my website layed out how I need it and even have a log in/register system set up.
I need to be able to have registered users to initiate topics, or join the existing discussion page.
Essentially what I'm looking for is just a very basic forum type structure.
Do I need to use some things from the Toolbox to do this? I'm pretty new to this ASP stuff and could use some help.
Thanks
Upvotes: 2
Views: 711
Reputation: 11713
No need to reinvent the wheel from scratch. Web PI have forum applications you can use.
From Microsoft Web Site:
The Microsoft Web Platform Installer (Web PI) is a free tool that makes getting the latest components of the Microsoft Web Platform, including Internet Information Services (IIS), SQL Server Express, .NET Framework and Visual Web Developer easy. The Web PI also makes it easy to install and run the most popular free web applications for blogging, content management and more with the built-in Windows Web Application Gallery.
Upvotes: 1