0% found this document useful (0 votes)
6 views7 pages

Lab Experiment No: 05 Title: Objective

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views7 pages

Lab Experiment No: 05 Title: Objective

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

LAB EXPERIMENT NO : 05

TITLE: CREATE WEB FORM APPLICATION


OBJECTIVE :
To use Visual Studio 2022 to construct web form apps and investigate its capabilities.
TOOLS USED: Visual Studio 2022, IIS Server, Web Browser etc.
PROCEDURE:
1. Launch the Visual Studio 2022.

2. To get started, select Create a new project.

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.

2. To get started, select Create a new project.

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.

You might also like