简体   繁体   English

FreeTextBox导致权限被拒绝错误

[英]FreeTextBox causing permission denied error

I am using a freetextbox control on my asp.net page. 我在asp.net页面上使用了一个freetextbox控件。 It is causing a Permission Denied pop up message, but not always when I am working with the freetextbox directly. 这会导致“权限被拒绝”弹出消息,但是当我直接使用freetextbox时,并不总是这样。 Example: I can submit the text from the freetextbox to the database with no problem. 示例:我可以毫无问题地将文本从freetextbox提交到数据库。 Then, when I click another control on the page (completely unrelated) the error comes up. 然后,当我单击页面上的另一个控件(完全不相关)时,出现错误。 If i remove the freetextbox everything works fine. 如果我删除自由文本框,一切正常。 Has anyone experienced similar issues with the freetextbox? 有没有人在freetextbox上遇到过类似的问题?

Thanks! 谢谢!

When I installed the application, the permission denied error no longer appeared. 当我安装该应用程序时,权限拒绝错误不再出现。 I'm unsure why. 我不确定为什么。 It still occurs when i run from visual studio. 当我从Visual Studio运行时,它仍然会发生。 If anyone can figure out how to prevent it prior to installation that would be helpful. 如果有人可以在安装之前弄清楚如何防止它,那将很有帮助。 I'll just deal with it for the time being as it won't screw up in production. 我暂时只处理它,因为它不会在生产中搞砸。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 检查freetextbox中的文本是否为空时出错 - Error when check if the text in freetextbox is empty or not 对FreeTextBox控件使用RequiredFieldValidator控件时出错 - Error when using RequiredFieldValidator control for FreeTextBox control FreeTextBox javascript错误阻止了DropDownList上的PostBack - FreeTextBox javascript error is preventing PostBack on my DropDownList 是什么原因导致此访问被拒绝错误? - What could be causing this Access Denied error? 在FCKEditor中上传文件时出现权限被拒绝错误 - Permission Denied error when uploading files in FCKEditor Fancybox Microsoft JScript 运行时错误:权限被拒绝 - Fancybox Microsoft JScript runtime error: Permission denied MVC出现错误-拒绝CREATE DATABASE权限 - MVC Getting Error - CREATE DATABASE permission denied 快速报告导致 mvc .net 中的访问被拒绝错误 - fast report causing access denied error in mvc .net 实体框架MigrateDatabaseToLatestVersion在数据库“master”错误中拒绝CREATE DATABASE权限 - Entity Framework MigrateDatabaseToLatestVersion CREATE DATABASE permission denied in database 'master' error Internet Explorer脚本错误,网页消息,权限被拒绝 - Internet Explorer Script Error, Message from Webpage, Permission denied
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM