[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 12-27-2006, 03:33 AM   #1 (permalink)
NamePros Member
 
www.techdo.com's Avatar
 
Join Date: Nov 2006
Location: Europe
Posts: 134
1,358.50 NP$ (Donate)

www.techdo.com is an unknown quantity at this point

Parkinson's Disease Multiple Sclerosis
Question Stupid question maybe... ASP pages on Apache v2.0.54 ?

i'm not PHP skilled as with ASP coding

can i use my webspace (PHP 5.0.4 + Apache v2.0.54 ) to run some .asp pages ?

Thanks a lot


Dario





.
www.techdo.com is offline  
Old 12-27-2006, 03:39 AM   #2 (permalink)
NamePros Regular
 
-PS-'s Avatar
 
Join Date: Jun 2006
Location: Sydney
Posts: 251
5.95 NP$ (Donate)

-PS- will become famous soon enough-PS- will become famous soon enough


Quote:
Originally Posted by www.techdo.com
i'm not PHP skilled as with ASP coding

can i use my webspace (PHP 5.0.4 + Apache v2.0.54 ) to run some .asp pages ?

Thanks a lot
Dario
.


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.
-PS- is offline  
Old 12-27-2006, 03:54 AM   #3 (permalink)
NamePros Member
 
www.techdo.com's Avatar
 
Join Date: Nov 2006
Location: Europe
Posts: 134
1,358.50 NP$ (Donate)

www.techdo.com is an unknown quantity at this point

Parkinson's Disease Multiple Sclerosis
Sad

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>




.
www.techdo.com is offline  
Old 12-27-2006, 05:25 AM   #4 (permalink)
Senior Member
 
Peter's Avatar
 
Join Date: Nov 2003
Location: Scotland
Posts: 4,900
0.60 NP$ (Donate)

Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute

Child Abuse Save The Children Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
for asp pages to work with apache mod_asp needs to be installed in the system, even with mod_asp it is not guaranteed to work.
Peter is offline  
Old 12-27-2006, 03:37 PM   #5 (permalink)
NamePros Regular
 
-PS-'s Avatar
 
Join Date: Jun 2006
Location: Sydney
Posts: 251
5.95 NP$ (Donate)

-PS- will become famous soon enough-PS- will become famous soon enough


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:
Originally Posted by www.techdo.com
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>




.
-PS- is offline  
Old 12-28-2006, 12:07 AM   #6 (permalink)
NamePros Member
 
www.techdo.com's Avatar
 
Join Date: Nov 2006
Location: Europe
Posts: 134
1,358.50 NP$ (Donate)

www.techdo.com is an unknown quantity at this point

Parkinson's Disease Multiple Sclerosis
Right

thank you

Dario



.
www.techdo.com is offline  
Old 12-28-2006, 01:03 AM   #7 (permalink)
NamePros Regular
 
Join Date: Feb 2006
Posts: 588
1,620.95 NP$ (Donate)

jerometan is a name known to alljerometan is a name known to alljerometan is a name known to alljerometan is a name known to alljerometan is a name known to alljerometan is a name known to all


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/
jerometan is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 04:41 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85