Thank you christoc for your respond here is what i did (i am not sure if this is the correct way)
This is what I did the first time but something was messing therefore, I did the whole thing a gain. Here is what I did
1- after unzipping the source.zip I extracted whatever is inside the website folder to a
2- new folder called DNNTest
3- I placed this folder in the wwwroot
4- I configured the IIS to point to DNNTest
5- I renamed the release.cofig file to web.config (is this step correct)?
Finally it worked this way, however, I have a question
After I manually executed the script by typing
http://DNNTest/Install/instal.aspx
I logged in as a host then downloaded all the available modules for the host menu option. Then when I tried to built the project again I got these errors (this only happened when I downloaded the available modules:
Error 102 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. c:\inetpub\wwwroot\DNNTest\DesktopModules\Forum\Integration\Integration_GalleryAddAlbum.aspx
Error 103 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. c:\inetpub\wwwroot\DNNTest\DesktopModules\Forum\Integration\Integration_MediaGallery.aspx 3
Error 104 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. c:\inetpub\wwwroot\DNNTest\DesktopModules\Forum\Integration\Integration_GalleryAddFiles.aspx 1
Error 105 Error parsing attribute 'enableEventValidation': Could not load file or assembly 'DotNetNuke.Modules.Gallery, Version=3.0.11.3077, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. c:\inetpub\wwwroot\DNNTest\DesktopModules\Forum\Integration\Integration_GalleryAddFile.aspx 4
Error 109 Type 'IGalleryObjectInfo' is not defined.
Error 115 Type 'PagerDetail' is not defined.
Error 120 Validation (XHTML 1.0 Transitional): Element 'html' is missing
And more errors
Also is this the right way to download the source.zip package and do I need to rename my web.config file back to it’s original name release.config(when I did that I got 103 erros)
Thank you for your help