Getting Http Error 403.14

I have an MVC project and trying to host my website using IIS 7.0 on my local desktop. My desktop has a Vista 64 bit machine.

I am getting 403.14 error. I've already tried Microsoft's suggestion but it doesn't help me.

Does anyone know of any other solution?

+2


a source to share


2 answers


The default document cannot be installed in IIS. But without the details, I cannot tell you much more.



+2


a source


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







All Articles