Open VS-2022 or any VS version –> Select the Create a New Project option. -> Select ASP.NET web application – Click Next.
If the project has already been created, then follow the below steps from the class library.
Click Create – Select Empty Project. – Project will create – it looks like.
Then right-click on the solution - Demo_1 project – Add – New project.
Search Class Library – select C# project- Click next.
Set the path location the same as where the parent project is.
The new project will be added to the same project.
Now design your project by adding related folders – Model, Plugins, Webservices for Request & Response like.
Start writing related code.
Happy Coding!