VS2003里如何创建asp.net web应用项目
本人新手,刚接触VS2003,在创建asp.net web应用项目时遇到报错:
The default Web access mode for this project is set to file share,but the project folder at 'http://localhost/WebApplication1' cannot be opened with the path 'c:\inetpub\wwwroot\WebApplication1'. The error returned was:
Unable to create Web project 'WebApplication1'. The file path 'c:\inetpub\wwwroot\WebApplication1' does not correspond to the URL ''http://localhost/WebApplication1'. The two need to map to be the same server location. HTTP error 403:Access Forbidden
请问如何解决?谢谢!