Hello.
This could be due to your webhost not supporting ASP. I am only guessing that that is the case, but like you said, the processing code is just being displayed and not processed.
However, from viewing your code I can access the nwconx.inc file and I can see your database connection values. Not a good idea. I would suggest putting them in an ASP Variable in an ASP file but not right now, seeong as your ASP is being displayed in the browser.
Perhaps try creating a test asp page such as
Code:
<%
Response.Write("Hello WDF")
%>
And see if that is processed.
|