Search code examples
c#htmlasp.netftpwebserver

ASP.NET no website after web deploy


In Visual Studio I published my website via ftp to the server. Everything runs well, all the data is located on the webserver: the Default.aspx, all folders from the project, all the stuff. But when I call the URL, the browser does not show me the website. It's like there is no data on the server or the browser do not understand what to do with it (www.soenke-hansen.de). Is there anything to do for me, so that the Default.aspx is handled like an index.html or something like this?


Solution

  • ASP.NET - websites need a windows-server, but my provider offers only linux-servers, as I found out after I contacted the support.