xdevs23 Posted February 27, 2014 Posted February 27, 2014 Hello community, I've created and published an Website with Microsoft Visual Studio 2013 for Web but i doesn't work.(the code is written in Visual Basic (VB)) I've tried lot of things, like changing the web.config file. First there was internal Server error and now every time it Shows a blank (White), empty Website. I've attached the original (MS visual Studio untouched Default file) and actual web.config. both are in the zip file. Thanks in advance!Web.configs_both.zip
wolstech Posted February 27, 2014 Posted February 27, 2014 Did you target the program for .NET 3.5 when you built it? That tends to be the common cause of ASP.NET apps not working... Also, in my opinion, PHP and HTML/CSS/JS would be a better choice than an ASP.NET application if you're just developing it now and are planning to keep it hosted here, especially since you're trying to host on linux servers. Mono and ASP.NET can be picky sometimes... 2
xdevs23 Posted March 11, 2014 Author Posted March 11, 2014 Thank you. Finnaly,the page is working. The following Things i did:Changed target .NET Framework to v3.5Activated Pre-CompilingWaited first time after release until the Website is loaded to provide fast page loading for future visits
Recommended Posts