firehorse24
Programmer
Hi Guys,
I've just changed my pc to Windows XP (Brand new pc). I Intalled IIS. The ASP files works fine. But Cannot run .aspx file. Even very sample file (welcome.aspx):
I got the error:
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\2135a508\8d69a834" is denied.
I checked that path, ...\\Temporary ASP.NET Files\root\2135a508\8d69a834 not even exist in my pc. Do I need to install anything else? Windows XP has the .NET framework 1.1 installed already, right?
Please help!
Thank you very much
I've just changed my pc to Windows XP (Brand new pc). I Intalled IIS. The ASP files works fine. But Cannot run .aspx file. Even very sample file (welcome.aspx):
Code:
<html>
<body bgcolor="yellow">
<center>
<h2>Hello W3Schools!</h2>
<p><% Response.Write(now()) %></p>
</center>
</body>
</html>
I got the error:
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\2135a508\8d69a834" is denied.
I checked that path, ...\\Temporary ASP.NET Files\root\2135a508\8d69a834 not even exist in my pc. Do I need to install anything else? Windows XP has the .NET framework 1.1 installed already, right?
Please help!
Thank you very much