Unable to get anything except 403 from a .Net 4.5 website

Posted by Basic on Server Fault See other posts from Server Fault or by Basic
Published on 2012-07-06T14:15:19Z Indexed on 2012/07/07 3:17 UTC
Read the original article Hit count: 476

Filed under:
|
|

Scenario: Clean Server 2008 R2 Install with IIS Role.

Installed Framework 3.5 (Server Features) Installed Framework 4.5 RC (MS Download)

executed

C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis.exe -i

(I'd use -iru on existing servers but this is a clean build).

Published via File System (SMB share)

Converted the folder into an application using the .Net 4.0 Integrated App Pool

Stopped/restarted everything.

Browsing to localhost/TestApp results in a 403.14 (Directory browsing forbidden)

What step have I missed out? The site in question is MVC4 and targets the 4.5 RC framework

© Server Fault or respective owner

Related posts about iis

Related posts about ASP.NET