Steps for Creating a website using VS.Net
- Start VS 2010 from programs in administration mode, if we want to work with IIS.
- Then goto File --> New --> Website . It is one way to create a website from VS .net.This action will display a window prompting for some inputs.
- Language : C#
- Target Framework : .Net 2.0 to .Net 4.0
This option lets users select the .Net version to be used for executing the current project. Multi targetting .Net framework is one unique feature of .Net which means we can use latest IDE's tools to work with any .Net version and also to change the project from one version to other with simple options.
- ASP.Net Empty WebSite
This is what we have to start with as this template doesn't provide any content in project automatically. All the content should be added explicitly by user.
- Location :
----------------------------------------------------------
** If you like this post please like our page in facebook "Dot Net Support"
0 comments:
Post a Comment