We have a shared drive where web applications are published to. When I attempt to publish I get the following error:
------ Publish started: Project: XXX.Web, Configuration: Release Any CPU ------
Connecting to T:\WebSites\XXX\...
Unable to create the Web site 'T:\WebSites\XXX'. The path 'T:\WebSites\XXX' does not exist or you do not have access. The system cannot find the path specified.
Details
- OS: Windows 7
- IDE: Visual Studio 2008 (running as administrator)
- Path exists? Yup.
I assume it's some permissions issue, but I have no idea where to start.