First of all you have to install visual studio. The Visual Studio Express edition is freely available on the Microsoft Visual Studio Site. You need to install the web developer only, if you plan to develop website only.
Step 1: open the visual studio
Step 2: Click on File => New => Website.
Step 3: From installed template choose the language( c# or vb) and choose the web location as File System. Then give the Website Name and click ok.
Step 4: A default.aspx and about.aspx page will be created in the solution explorer automatically.
Step 5: Under the Solution Explore side bar Right click on the website name and Select Add New Item.
Step 6: A new window will open with all available options. Select Web Form , then provide the name below and click on add.
Step 7: In the main window there are three options " Design, Split And Source" Now if you want to use drag and drop the buttons or components on the web page, then select Design otherwise choose source to add buttons and styles manually.
Step 1: open the visual studio
Step 2: Click on File => New => Website.
Step 3: From installed template choose the language( c# or vb) and choose the web location as File System. Then give the Website Name and click ok.
Step 4: A default.aspx and about.aspx page will be created in the solution explorer automatically.
Step 5: Under the Solution Explore side bar Right click on the website name and Select Add New Item.
Step 6: A new window will open with all available options. Select Web Form , then provide the name below and click on add.
Step 7: In the main window there are three options " Design, Split And Source" Now if you want to use drag and drop the buttons or components on the web page, then select Design otherwise choose source to add buttons and styles manually.
