| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Nov 2006 Location: Europe
Posts: 135
![]() | |
| |
| | #2 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() |
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 | ||||
| |
| | THREAD STARTER #3 (permalink) |
| NamePros Member Join Date: Nov 2006 Location: Europe
Posts: 135
![]() | 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> ????: NamePros.com http://www.namepros.com/showthread.php?t=273661 .
__________________ Psicologo Brescia |
| |
| | #5 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() | 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. ????: NamePros.com http://www.namepros.com/showthread.php?t=273661
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | ||||
| |
| | THREAD STARTER #6 (permalink) |
| NamePros Member Join Date: Nov 2006 Location: Europe
Posts: 135
![]() | Right thank you Dario .
__________________ Psicologo Brescia |
| |
| | #7 (permalink) |
| NamePros Regular Join Date: Feb 2006
Posts: 584
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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/ |
| |