when i run asp.net application version 2.0 on iis 7.0 it shown error like( i use window vista home premium):
------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\hello1\542e60a1\3cabbb96\App_Web_hello.aspx.cdcab7d2. gkq3gvba.dll' -- 'Access is denied. '
Source Error:
[No relevant source lines]
Source File: Line: 0
c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /t:library /utf8output /R:" C:\Windows\assembly\GAC_MSIL\System.Runtime.Serialization\3 .0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:" C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c56193 4e089\System.Data.dll" /R:" C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e0 89\System.dll" /R:" C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b 03f5f7f11d50a3a\System.Web.Services.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03 f5f7f11d50a3a\System.Web.Mobile.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.ServiceModel.Web\3.5.0. 0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.IdentityModel\3.0.0.0__ b77a5c561934e089\System.IdentityModel.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.ServiceModel\3.0.0.0__b 77a5c561934e089\System.ServiceModel.dll" /R:" C:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d5 0a3a\System.Web.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__ b03f5f7f11d50a3a\System.Configuration.dll" /R:" C:\Windows\assembly\GAC_32\System.EnterpriseServices\2.0.0. 0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.WorkflowServices\3.5.0. 0__31bf3856ad364e35\System.WorkflowServices.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c5619 34e089\System.Xml.dll" /R:" C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f 7f11d50a3a\System.Drawing.dll" /out:" C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\hello1\542e60a1\3cabbb96\App_Web_hello.aspx.761f3935. luxq_eod.dll" /debug- /optimize+ /w:4 /nowarn:1659;1699;1701 " C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\hello1\542e60a1\3cabbb96\App_Web_hello.aspx.761f3935. luxq_eod.0.cs" "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\hello1\542e60a1\3cabbb96\App_Web_hello.aspx.761f3935. luxq_eod.1.cs"
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.1434
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
error CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\hello1\542e60a1\3cabbb96\App_Web_hello.aspx.761f3935. luxq_eod.dll' -- 'Access is denied. '
Please help me.......
what can i do to run asp.net application on iis 7.0?