0

Please can some one explain the difference between web project and web site in visual studio?

I hope to create a new web site for shop which selling mobile phones.. There should be a admin panel that can be uploaded new mobile phones and add some banner about special offers in some season....I hope to build asp.net web site.

User should have ability to sort mobile phones according its brand name, price ... and also should have filtering facility to find exact phone.

What should I select?

Should I go through web project or web site. Please help me to select best thing.

Storm
  • 684
  • 9
  • 20
89616
  • 1

2 Answers2

0

Per Ali .Nets response it would be better to create a web application project as opposed to a website.

Danthuss
  • 55
  • 1
  • 8
0

It totally depends on what you want to do.

Web application and web site is not so different from each other. Its the technique and function of each other that varies. If you know how to create website and you want to use it on mobile devices, functions of it are not a problem, the design does.

There are different bootstrap that can help for your needs like twitterbootstrap, skeletonUI and many more.

hope it helps.