Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index Out of Range Exception #9

Open
Markus1980Wien opened this issue Jun 20, 2020 · 0 comments
Open

Index Out of Range Exception #9

Markus1980Wien opened this issue Jun 20, 2020 · 0 comments

Comments

@Markus1980Wien
Copy link

You will receive an IndexOutOfRangeException
if the application pool is running under a custom user whose username was entered in UPN-Format

so if application-pool-user is entered this way: domain\username everything is fine.
BUT
if you entered the application-pool-username this way: username@domain then this program will throw an exception.

the error can be found in line 1357 and 1358 where the code is trying to split the application-pool-username by the backslash-char and use the second-part of the split-result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant