Text to Speech in ASP.NET - Access is denied… what to do?

白昼怎懂夜的黑 提交于 2019-12-01 21:58:51

I got it working by setting the AppPool as working as "Local System" and by setting in the machine.config to work as SYSTEM account

Of course i feel that as a security issue, as i am hosting my personal website on the (small) company server (Employees are explicitly authorized to do so by the company owner)

Maybe this is not a good solution?

I set this setting only for this webapp, and i am not so good at coding (so there are lots of bugs in my code, measured in 100 WTFs/minute (haha)

I have had similar problems, after many headaches i did manage to solve the issue with me. I found two problems the first being the browser, i found for my purpose only ie explorer would work and not other browsers such as mozilla. The second problem was finally the permissions, even though i had all permissions correctly i found that i had to remove the internet user permission and check the log on as local account option which then worked.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!