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)

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,178 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,616 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
297 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,531 Reputation points
    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)