Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.
```