Monday, May 24, 2010

Is it possible to test ASP code with Apache?

Normally, people with XP can run and test with IIS. I have Home Edition XP and you can't use IIS with this. I am running WAMP as my PHP server. Can I test it with this as long as I keep the %26lt;% %%26gt;.?

Is it possible to test ASP code with Apache?
Out of the box, no -- ASP needs to run in IIS, the MS Windows-based web server. Apache can run other server-side languages, such as PHP and ruby, but typically not ASP. I believe the first answerer was referring to configuring PHP to use ASP-style tags.





I haven't tried them, but there are alternatives that you could try if it's your only option: the Apache::ASP module [1], or Chili!Soft (now part of Sun) ASP [2].





[1] http://www.apache-asp.org/


[2] http://www.sun.com/software/chilisoft/in...

pink flowers

No comments:

Post a Comment