As mentioned by leonpwhirl ASP.net is the web development piece of the .net framework.
.Net Framework is the platform, where the application runs. The applications are of 3 types - Windows Forms, Web and Console applications. Normally, the web application part of the .Net Framework is known as asp.net . Just look at the figure and see where the asp.net comes in .Net Framework.
Knvn
Junior Poster in Training
86 posts since Feb 2011
Reputation Points: 24
Solved Threads: 12
Skill Endorsements: 0
Knvn
Junior Poster in Training
86 posts since Feb 2011
Reputation Points: 24
Solved Threads: 12
Skill Endorsements: 0
The .NET Framework was introduced with a vision to create globally distributed software with Internet functionality and interoperability. The .NET Framework consists of many class libraries, includes multiple language support and a common execution platform. It's a very flexible foundation on which many different types of top class applications can be developed that do different things. Developing Internet applications with the .NET Framework is very easy. ASP.NET is built into this framework, we can create ASP.NET applications using any of the built-in languages.
From: http://www.startvbdotnet.com/aspsite/asp/
Knvn
Junior Poster in Training
86 posts since Feb 2011
Reputation Points: 24
Solved Threads: 12
Skill Endorsements: 0