I have did the following accordinng to the steps here: http://christoctemplate.codeplex.com/
1. Download 5.6.2 - Source Code (New Install + Source Code). I unblocked and extracted it to
c:\dnn.
2. Turn on iis and turnon all settings (ASP etc)
3. Add a new website called
dotnetnuke_community to iis and set its physical path to
c:\dnn\WebSite. The application pool is called
dotnetnuke_community.
4. In iis->Actions->Edit Permissions I added NETWORK SERVICE and gave it full control.
5. In iis->Actions->Site Bindings hostname = localhost and port is 8080.
6. Under Application Pools I select dotnetnuke_community and select .Net version = v4.0.30.319 and the pipeline is Classic.
7. I then use iis to start my website.
I now go to Visual Studio and press F5 to start debugging.
After a few seconds a web page tries to launch with path "http://localhost/DotNetNuke_Community/" but then I get the error:
Server Error in '/DotNetNuke_Community' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke_community\eac55cd2\a3049fd8\App_GlobalResources.0ftgg8j2.dll' -- 'Access is denied. '
Source Error:
[No relevant source lines]
Source File: Line: 0
Show Detailed Compiler Output:
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
8. I notice that under iis->Sites I have my dotnetnuke_community site listed and also under Default Web Site it also has the
following:
a folder called aspnet_client
and a website called DotNetNuke_Community.
Should these be there???
Can someone help me as to what is wrong please? Have I missed a step?
Thanks