Put web application online (publish) done in visual studio?

Asked

Viewed 65 times

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.

  • 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..

  • the company for which I made the Website provided me with a pass and a username..

  • ftp, terminal client or web deploy? Be clearer about the information you give, otherwise you can’t help... Have you contacted them and asked?

  • The only thing they told me was "through the file manager, I uploaded the website (copy-Paste)"..

  • And what’s the mistake???

  • The old site is in Asp.net mvc c#?

  • The server is microsoft?

  • Unless it is Asp.net-core this site only runs on windows

Show 5 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.