We try to deply a website to a webserver but it shows only codes.
are we missing something?
is it possible that a webserver does not support asp?

Recommended Answers

All 2 Replies

You'll need IIS, so check if you have that.

To clarify... ASP and ASP.NET are a bit different. For you to be able to implement an asp.net website, you do need IIS to be running on the web server. In addition, the web server, must be configured properly to service asp.net (.aspx) web pages.

Make sure that your files are in fact saved as .aspx and .aspx.vb/cs (for code behind pages).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.