- Open Visual Studio Community:
- Launch Visual Studio
- Create a New Project:
- Click on Create a new project.
- Select Project Template:
- In the search box, type “ASP.NET Core Empty”.
- Select ASP.NET Core Empty and click Next.
- Configure Your New Project:
- Enter the project name (e.g., “MyFirstWebApp”).Choose a location to save your project.
- Click Next.
- Additional Information:
- Ensure .NET 8.0 (or the latest version) is selected.Uncheck Configure for HTTPS.Uncheck Enable Docker.
- Click Create.