I can't publish my ASP.NET core web API to somee.com

Faris Mohamed 0 Reputation points
2024-04-08T17:36:40.94+00:00

It's been one mouth since i published my API to somee.com and it was working fine and even when i update the API in my local machine and publish it again it worked fine but now it doesn't want to publish to somee.com anymore and i don't know if the problem is from the visual studio itself or from somee.com

and note that i restarted my machine and ran visual studio with administrator and rebuild the project many times and even updated my visual studio to the latest update and still not working and even tried to publish the project to a folder then uploaded it manually to somee.com and somee.com said the files are corruptedScreenshot (1033)

Developer technologies ASP.NET ASP.NET Core
Developer technologies ASP.NET ASP.NET API
Developer technologies Visual Studio Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2024-04-08T20:49:36.9166667+00:00

    the ftp 550 error means an access permission error. in the case of publish, the account did not have write permission. most likely the files exist on the server as readonly. just change permissions or delete the files before publish. (see your host, or preferred ftp client docs for this)


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.