2
I developed a website on Asp.net C# in the Visual Studio 2013 for a company. This company wants to replace its current website with the one I developed. This site is located on the server of a telephone company. How do I replace the files of the old site with mine, I mean, what do I have to do to get my site up and running?
It depends a lot on the structure of the environment where you publish, security restrictions, how you set up the connection strings with the banks and external services. But basically you use Publish from visual studio, upload to the server... Or by web deploy connecting directly to IIS... Are many alternatives.
– Leandro Angelo
I tried to use Publish but I can’t find the information (username and pass) on the server where I want to place the site..
– M.Carreira
the company for which I made the Website provided me with a pass and a username..
– M.Carreira
ftp, terminal client or web deploy? Be clearer about the information you give, otherwise you can’t help... Have you contacted them and asked?
– Leandro Angelo
The only thing they told me was "through the file manager, I uploaded the website (copy-Paste)"..
– M.Carreira
And what’s the mistake???
– Leandro Angelo
Let’s go continue this discussion in chat.
– M.Carreira
The old site is in Asp.net mvc c#?
– Daniel Aloísio
The server is microsoft?
– Amadeu Antunes
Unless it is Asp.net-core this site only runs on windows
– Amadeu Antunes