Asp.net mvc bootstrap 4.11 default new project template

When you create a new ASP.NET MVC project using the Bootstrap 4.11 template in Visual Studio, you'll get a default project structure and configuration that includes the following:

Project Structure:

Configuration:

Default Layout:

Default Views:

Default Controllers:

This is just a basic outline of what you can expect when creating a new ASP.NET MVC project using the Bootstrap 4.11 template in Visual Studio. Of course, you can customize the project to fit your specific needs and requirements.