Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOexception: The account used is a computer account

Tags:

c#

asp.net

My website throws the following exception:

IOException: The account used is a computer account. Use your global user account or local user account to access this server

How can I fix that?

like image 205
Elad Benda Avatar asked Nov 14 '22 14:11

Elad Benda


1 Answers

Is this running under a shared hosting provider? That seems likely, based on other people's similar experiences. Alternatively, you may not be mapping virtual to physical paths correctly.

Can you provide the full stack trace of the exception?

like image 152
mjwills Avatar answered Nov 16 '22 02:11

mjwills