Home  >  Article  >  Database  >  解决VS2010连接VSS时,Access to file"\***rights.dat&

解决VS2010连接VSS时,Access to file"\***rights.dat&

WBOY
WBOYOriginal
2016-06-07 15:43:121081browse

1、通过VS2010打开项目链接VSS后,提示 Access to file"\\***\rights.dat" denied。 该提示是指没有网络访问的权限,用户要在共享文件夹有可写的权限才可以。我们在设置共享文件的时候应该允许写入。 2、在Windows2003中设置共享的写入权限有两个地方需要设

1、通过VS2010打开项目链接VSS后,提示 Access to file"\\***\rights.dat" denied。

 该提示是指没有网络访问的权限,用户要在共享文件夹有可写的权限才可以。我们在设置共享文件的时候应该允许写入。

2、在Windows2003中设置共享的写入权限有两个地方需要设置everyone的写入权限。 

共享: 设置Everyone的更改权限

解决VS2010连接VSS时,Access to file"\***rights.dat&

安全:加入Everyone的写入权限

解决VS2010连接VSS时,Access to file"\***rights.dat&

如果还有问题,就把everyone的权限全部勾上。

 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:jersey1.X与jersey2.X的区别Next article:cocos2dx A*算法