Answered by:
How to do a web site like codeproject.com or csharpcorner.com?

Question
-
Hi,
I want to develop a web site like codeproject.com where authors will be uploading their articles and answering questions, I want to do it in ASP.NET MVC 5, EF 6 or 7, Sql server and Oracle. Here the challenge is should I create a separate page for each and every article which is getting uploaded by authors or should I use only one page to display it. If I need to create a separate page for each article then I would end up creating thousands of pages or If I need to create a single page then how would google search engine detects my articles with single URL which I have it in .ASAX file
Please help me out to solve this problem
Thanks In advance
- Moved by Kristin Xie Monday, August 10, 2015 9:12 AM Asp.Net related
Friday, August 7, 2015 9:49 AM
Answers
-
First of all, this is not Asp.NET forum but C#. You can direct your asp.net questions on forums.asp.net
I understand your point, you want to have search engine friendly pages in order to be recognized on search results.
Take a look at this example please:
http://www.codeproject.com/Tips/723534/Search-engine-friendly-URLs-in-ASP-NET
By making modifications in your project Global.asax file you can get what you need easily.
- Proposed as answer by Christopher84 Friday, August 7, 2015 12:22 PM
- Marked as answer by Just Karl Tuesday, August 18, 2015 10:23 PM
Friday, August 7, 2015 9:56 AM -
Please help me out to solve this problem
- Marked as answer by Just Karl Tuesday, August 18, 2015 10:23 PM
Friday, August 7, 2015 2:36 PM
All replies
-
First of all, this is not Asp.NET forum but C#. You can direct your asp.net questions on forums.asp.net
I understand your point, you want to have search engine friendly pages in order to be recognized on search results.
Take a look at this example please:
http://www.codeproject.com/Tips/723534/Search-engine-friendly-URLs-in-ASP-NET
By making modifications in your project Global.asax file you can get what you need easily.
- Proposed as answer by Christopher84 Friday, August 7, 2015 12:22 PM
- Marked as answer by Just Karl Tuesday, August 18, 2015 10:23 PM
Friday, August 7, 2015 9:56 AM -
Please help me out to solve this problem
- Marked as answer by Just Karl Tuesday, August 18, 2015 10:23 PM
Friday, August 7, 2015 2:36 PM