im starting a social network site and im trying to get this asp welcome code to work and it wont. All it is doing is saying welcome, but in the address bar it is showing right. Check it out to see if you know whats wrong. thekoolaid.x10hosting.com
View the source of your second page. You will see both your HTML and your ASP code in the source. Does the server the page is on support ASP?
hmmmmmmm i checked the source already i thought that you were suppose to put asp into html but ill check it
im usi c-panel and i dont know how to change it. but it does say html type file if thats what you mean.
You can put ASP Code where ever you want, so long as it is enclosed in with a <% and a %>. However, you are NOT supposed to see that code when viewing the source of a page using your browser. Are you sure your hosting company supports the ASP Scripting language?
ASP is a scripting language installed on the server itself. If the server doesn't have that installed on it - there is nothing you can do... except change to a different hosting provider.
ASP is used quite widely, but that doesn't mean that all hosting companies have it. Looking at X10Hosting, they support ASP.net v2.0 but only via mod_mono to emulate ASP.net on Linux. This isn't the same as Classic ASP. You would need to find a hosting company that supports Classic ASP, and uses Windows as their server operating system, not Linux. Unless you find a Linux host that supports Chilisoft ASP or SunONE ASP - ASP emulators designed for Linux.
you can run an asp page with one line simple code as the following to see if your host run asp or not <%=now%> if it work then your server time will be showed via asp good luck
ok i got the php to work but it is changed a little bit but i might change it back to ask first and last name