Getting Http Error 403.14
2 answers
I had this problem and tried several possible solutions, but none of them worked. It turns out I accidentally created a directory structure that has the same name as my controller and activity.
For example, I had a url like this http://localhost:55501/Product/Preview/2
and also had a directory like ~ / Product / Preview / 2. I would have found it much faster, but I was pretty sure I didn't have a directory with that name .....
So, double check that you don't actually have a directory named with the same path as the URL.
0
a source to share