| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) | |
| NamePros Regular | Quote:
PHP and ASP are different languages. What you need to do is either upload a asp file and see if it works, OR ask your website provider if the webserver supports asp.
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | |
| |
| | #3 (permalink) |
| NamePros Member | wow with a simple test.asp page i got "Internal Server Error" ![]() Code: <%@ Language="VBScript" %>
<% Option Explicit %>
<HTML>
<HEAD>
<TITLE>ASP Test Page</TITLE>
</HEAD>
<BODY>
<% Dim TestString %>
<% TestString = "ASP is Working!" %>
<H1>
<% Response.Write TestString %>
</H1>
</BODY>
</HTML>
. |
| |
| | #5 (permalink) | |
| NamePros Regular | what you need to do by the looks of it, is ask your Hosting Provider if they have a windows server they can move you onto. that way you should be able to get php AND asp on the same website working. Quote:
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | |
| |
| | #7 (permalink) |
| NamePros Regular | As mentioned above, you should try to get hosting on an IIS server. You can perhaps ask your host to wine it, though I'm not sure if that will work. If not, try visiting http://sg.wrs.yahoo.com/_ylt=A0geunJ...pache-asp.org/ |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |