* Go to visual studio solution
* Navigate to feature > Add solution folder named Navigation > Add new project under Navigation (ASP.net Web Application, emtpy)
* Select location of the project > click on Browse > select physical project feature path>
* Create folder named > navigation > and select that path to store the newly created project
* Named the project as Code.
* Rename the Project name from Code to the feature of your task. eg. ClientName.Feature.xxxx
* Also, rename the Assembly name and default namespace name using the project properties window
* We need to make sure the Web.config file doesn’t get published, set the build action to ‘None’: Go to the project > select the webconfig > right click > property > change build action to none
* Same for a web config under Views
No comments:
Post a Comment