Priyanka Singh

Priyanka Singh

  • 651
  • 1.4k
  • 622k

Problem in Run the application and navigate to Page in MVC

Oct 10 2019 12:36 AM
I have just start working in MVC.I am facing problem in  Run the application and navigate to http://localhost/MVCDemo/Employee/Details.
 
 
 
I have created "EmployeeController.cs" class in Controllers and I have created all supported files.But by default when I run the project "HomeControllers.cs files are executed.
 
How can I run the application to navigate to specific page,Please Help me.
 
I am using VS 2010 and I install MVC 4 in it.Please guys help me I am new to it.I also try to use "Local ISS web server" but it gives error
 
 
 
Then I try to create virtual directory it gives some authenication error
 
 
 My project file location is in C drive
 
C:\Users\admin\Documents\Visual Studio 2010\Projects
 
Help me guys to resolve this problem.
 
Thank you in advance

Answers (4)