Create New Web-Site or Project in Visual Studio.....
- To create a web-site or Web Application on ASP .net we need to install the VISUAL STUDIO
- After the installation of visual Studio, we start the visual studio (Note: here I’m use the Visual Studio 2013)
- First step of creating site or project go to … File menu and select the option Web-Site or project
- after clicking the new web-site or press "Shift+Alt+N" new window will be display as below
- set path where you want to store the application in your computer
- default path is take by automatic as per given in above image
- while we create the application give the proper name of an application and solution(Solution means which contains the full application and it is given in to View menu 1st option Solution Explorer or press "Ctrl+Alt+L") which is given in below image
- Now we will take a web form for web site
- Select "Web Form" and give proper name for web page
- After add the web form in our application Web Form will be add and "Web.Config" is automatic added while create the application; we will discuss about the web.config later
well, application is created after we will learn how to add the asp control and use html tags in ASP.
Thank You.... :)
No comments:
Post a Comment