views:

62

answers:

1

Hi Guys,

I have a MVC project and trying to host my web site using IIS 7.0 on my local desktop. My desktop has Vista x64 bit machine.

I m getting 403.14 error. I have already tried the microsoft suggeston, but that doesn't help me.

Does anyone know any other solution?

Thnx

+1  A: 

You may not have the default document specified properly in IIS. But without details, I can't tell you much more than that.

Dave Markle
What details do you want me to tell you?
alice7
What are the URLs you're using? Are you attempting to hit up the site with the absolute path or with a directory path? What are the default document settings in IIS?
Dave Markle
I am trying localhost\wesite.default.asp,default.aspx and most of the settings are inherited.
alice7
I got it solved.Then it means .net framework 4 is not installed. So you need to run the following in the Command Prompt/Run as Administrator And type this command %windir%\Microsoft.NET\Framework64\v4.0.30128\aspnet_regiis.exe -ir
alice7