Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to create a simple ASP.NET application, with connectivity.
Posted
Updated 25-Mar-15 16:53pm
v2
Comments
ZurdoDev 25-Mar-15 16:53pm    
Very simply. Where are you stuck?
Afzaal Ahmad Zeeshan 25-Mar-15 22:54pm    
He's stuck at the simplicity! :D

In addition to Solution 2, you can create your ASP.NET application (not the website; there is a different between web app and web site[^]) in Visual Studio, which is at the very instance available in ASP.NET MVC as well as Web Forms framework. But as of ASP.NET 5, you will get only MVC (Web Pages framework will also be taken over by MVC in a coming version) and Web Forms would be a part of .NET framework 4.6 not ASP.NET 5. Since you're a new guy to the crew, please read this[^] about changes in ASP.NET to make sure you don't try out the old stuff.

If you were using WebMatrix, I suggest you move to Visual Studio, as probably Microsoft has left WebMatrix too.
 
Share this answer
 
Comments
Peter Leow 25-Mar-15 23:17pm    
Thank you, Afzaal. 5ed!
Afzaal Ahmad Zeeshan 25-Mar-15 23:19pm    
Thanks Peter.
Well that's quite simple.
And it begins there:
asp.net sample application[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900