Jump to content

[Solved] Asp.net Website Doesn't Work


xdevs23

ASP.NET or HTML?  

1 member has voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Recommended Posts

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

Link to comment
Share on other sites

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

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

Thank you.

 

Finnaly,the page is working.

 

The following Things i did:

  • Changed target .NET Framework to v3.5
  • Activated Pre-Compiling
  • Waited first time after release until the Website is loaded to provide fast page loading for future visits

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...