403 - 将类库添加到 Azure 项目上的 WCF Web 角色时出现禁止错误
以管理员身份打开VS,我创建一个解决方案,添加新的Cloud Azure项目,然后选择WCF服务Web角色,然后运行它,一切都很好,我可以通过浏览器很好地访问默认服务,但是,当添加新的空白类库作为新的DAL时项目到解决方案并运行它,我收到 403 错误,提示“您无权使用您提供的凭据查看此目录或页面。”
出了什么问题?
谢谢
P.S(无论是否添加 EMDX 以及对类库的正确数据库访问权限,它都会产生一些结果)
Open VS as admin, I create a solution, add new Cloud Azure Project then pick WCF service web role and then run it, everything is fine, I could access default services through browser nicely, however, when add new blank class library as new DAL project to the solution and run it, I have 403 error says "You do not have permission to view this directory or page using the credentials that you supplied."
what is going wrong?
thanks
P.S (with or without adding EMDX with proper db access to class lib, it came out something)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我试图在这里回答https://stackoverflow.com/a/9411719/182371:
I tried to answer here https://stackoverflow.com/a/9411719/182371: