.Net Composer Project on Windows 2008 64bits

Hi guys,
I’m using Net projects for the first time due a customer need.
Now, I installaed IIS 7 with IIS 6 Metadata compatibility
Enabled the Execute permissions on IIS for the folder.

I run Composer as Administrator (right click Execute As) but saw that when composer deploys the App it does as IIS Application and for what I have read it should be a Virtual Directory…

What happens is the following, prompts do work, branches etc, it fails when does a call to include/getWebRequestData.aspx file.

Something about the log4net.dll file. I enabled logs on the application and it complains about :


e:\workspace\Test\include\getWebRequestData.aspx(9,11): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)

e:\workspace\Test\include\getWebRequestData.aspx(6,11): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

e:\workspace\Test\include\getWebRequestData.aspx(7,11): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

e:\workspace\Test\include\getWebRequestData.aspx(12,18): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)

e:\workspace\Test\include\getWebRequestData.aspx(26,55): error CS0246: The type or namespace name 'JObject' could not be found (are you missing a using directive or an assembly reference?)

e:\workspace\Test\include\getWebRequestData.aspx(26,78): error CS0246: The type or namespace name 'JToken' could not be found (are you missing a using directive or an assembly reference?)

e:\workspace\Test\include\getWebRequestData.aspx(194,49): error CS0246: The type or namespace name 'JsonTextReader' 

Has anyone seen this before? And fixed?

Thanks

Installed (Add Feature) Net Framework 3.5 and did an iisreset command and think is working fine now.
The holy web service is down so can’t test properly…

¬¬

Ah…and Composer adds it as Application and works, no Virtual Directory…kinda confused