Web Application Publish Issue:
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
Solution:
- Unload your web/webjob project
- Select “Edit <yourprojectfilename>.csproj”
- Add the following entry under the first <PropertyGroup> that exists in the xml file:<IntermediateOutputPath>..\Temp</IntermediateOutputPath>
- Reload the project
- Clean the project and rebuild
- Try the deployment/publish again – it should work now.
No comments:
Post a Comment