Lab Experiment No: 05 Title: Objective
Lab Experiment No: 05 Title: Objective
In Visual Studio, we see many types of templates for creating projects. For the time
being, select ASP.NET Web Application (.NET Framework) and click Next.
After setting up the project’s details as we see fit, click Create.
Select a choice from the list, such as Empty, Web Forms, MVC, etc. We select Web
Forms for the time being and click Create.
This type of project may be seen in Visual Studio IDE. As of right now, we don't need
to worry about what components are in the project folder. All we have to do is
construct a simple webforms application using Visual Studio. To launch the
application, select the IIS Express (Browser) option.
3. Successfully We’ve completed it. Our local IIS server hosts our initial web forms, or
web apps.
CONCLUSION:
Hence, we have created a web form application using Visual Studio 2022.
LAB EXPERIMENT NO : 06
TITLE: CREATE WEB MVC APPLICATIONS
OBJECTIVE :
To use Visual Studio 2022 to construct web MVC applications and investigate its capabilities.
TOOLS USED: Visual Studio 2022, IIS Server, Web Browser etc.
PROCEDURE:
1. Launch the Visual Studio 2022.
In Visual Studio, we see many types of templates for creating projects. For the time
being, select ASP.NET Web Application (.NET Framework) and click Next.
After setting up the project’s details as we see fit, click Create.
Select a choice from the list, such as Empty, Web Forms, MVC, etc. We select MVC
for the time being and click Create.
This type of project may be seen in Visual Studio IDE. Here, in Solution Explorer,
we can clearly see the controllers, models, and views that make up our MVC project
structure. All we need to do is select the IIS Express (Browser) option to launch this
application.
3. Successfully we’ve completed it. Our local IIS server hosts our initial web mvc(web
applications.
CONCLUSION:
Hence, we have created web MVC application using Visual Studio 2022.