Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/captcha-aspnet-mvc
Example: generate captcha(text and audio) in aspnet mvc
https://github.com/nhatthaiquang-agilityio/captcha-aspnet-mvc
aspnet-mvc-5 captcha captcha-audio netframework48 speechsynthesizer
Last synced: 5 days ago
JSON representation
Example: generate captcha(text and audio) in aspnet mvc
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/captcha-aspnet-mvc
- Owner: nhatthaiquang-agilityio
- Created: 2023-06-21T01:33:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-04T04:14:17.000Z (over 1 year ago)
- Last Synced: 2024-04-16T07:09:35.593Z (9 months ago)
- Topics: aspnet-mvc-5, captcha, captcha-audio, netframework48, speechsynthesizer
- Language: JavaScript
- Homepage:
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# captcha-aspnet-mvc
Example: create captcha and read text from captcha image### Issues:
+ Couln't read the text when it is deployed on IIS with Application Pool as specific users(service account).
```
Fix: The app pool also needs permission to read HKU\.Default\Software\Microsoft\Speech
- Go to IIS > Application Pools
- Select the application pool of app. Click Advantage Settings
- Set `Load User Profile = True`.
```