I have the address "http: // localhost: 3579 / MusicStore / StoreManager" that really shows "http: // localhost: 3579 / MusicStore / StoreManager / Index".
I want to go to another address at the same level from the index: "http: // localhost: 3579 / MusicStore / StoreManager / Edit". Edit is a view inside the StoreManager folder, therefore a view of the 2nd level.
I was confused about which controller I even turned on. I tried to put my “public ActionResult Edit” in the MusicStoreController, but it was not recognized. How can i do this?
source share