Can someone point me to how to set up IIS to run wep application project on IIS5.1. This is what i have tried:
-have a web app project .net 2.0 which is created at the default location c:\documents and settings\name\VS2005\projects\myWebApp1\myWebProj1 ..i have changed the project properties in VS to run on IIS server and gave the path to my virtual directory as http://localhost/myVirtualDir
-i have IIS5.1 running on my local system,thats where i have created myVirtualDir. Local path for myVirtualDir is set up to c:\documents and settings\name\VS2005\projects\myWebApp1\myWebProj1 and application name is defaulted to same name as myVirtualDir
-under defaultwebsite ->properties->Home directory,i have local path set up toC:\Inetpub\wwwroot\myWebApp1\myWebProj1
when i try to browse the site as localhost/myVirturalDir>> i get HTTP 401.3 - Access denied by ACL on resource
and if i try localhost/myVirturalDirmy/WebApp1/myWebProj1 >> i get file not found error and it i add default.aspx .i get server application is unavailable error.What am i missing here...PLEASE HELP ME...thanks a million