Click here to Skip to main content
15,896,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have tried changing web properties and also creted its virtual directory in iis but its not working


What I have tried:

i have tried changing web properties and also creted its virtual directory in iis but its not working
Posted
Comments
[no name] 6-Mar-16 1:33am    
Make sure that you have installed MVC3 in your system.
Make sure that you have added routing rules in routeConfig.cs correctly.

Secondly try to browse like: /Userregister/AddUser

suppose your controller:
public class UserregisterController
{
public void AddUser()
{
}
}
Kornfeld Eliyahu Peter 6-Mar-16 8:12am    
You should show us some (not too much!) code...
- the controller/action
- the caller
- the redirection rules

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900