I am trying to work through the Amit Kalani 70-315 book, I tried to open an existing project and I now get this message
"Unable to get the project file from the web server. Unable to open Web project '315C05Exercises_new'. Unable to
validate that the file path'C:\inetpub\wwwroot\315Exercises_new' matches the URL path'http://localhost/315C05Exercises_new'.
Access is denied."
I am using Visual Studio.NET 2003 and I am running on Vista Home Premium
Arun KumarPosted Nov 9, 2007, 3:43 PM
validate that the file path'C:\inetpub\wwwroot\315Exercises_new' matches the URL path'http://localhost/315C05Exercises_new'.
Access is denied."
Would you please create another virtual directory to reference your project path. And give the browse and Read permission to the virtual directory in IIS. YOu may able to browse your files directly from the IIS for a check.So that you can have a look regarding the file path problem if it exist.
- AMG