|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I have a college project website running on IIS and MySQL with ASP and JavaScript. Now I need to run it on Windows XP Home edition and since IIS is not present on XP home I had to install Apache.I went thru lot of articles on this site and installed the Opensa Webserver using http://forums.devarticles.com/archive/t-1928/Article-Discussion-The-QuicknDirty-Guide-to-Setting-Up-Apache-on-Windows Now I have got the server installed correctly and the connection to mysql also works.But it does not open other asp pages Error it gives is Apache Active Scripting Runtime Error Object does'nt support this action Line #33 Char #1 The code in line # 33 is if request("submit") <> "" then vusername = request("username") Please help me in getting this to work. Thanks |
|
#2
|
||||
|
||||
|
ASP is Microsoft propietary language. I'm pretty sure it only runs on IIS servers.
There are modules that emmulate the ASP language, like Opensa, but they won't work 100%. Don't be surprised if your code works at school on the IIS/ASP, but not at home. I did find some articles on installing IIS in XP Home, but i personally don't think it's worth it. |
|
#3
|
|||
|
|||
|
Quote:
I know.I have it properly working on a laptop with XP Pro with IIS.But I have to anyhow get it to work with XP HOme.I am really stuck.Dont know if its work taking the risk of installing IIS on XP home.THere were so many people who have got Opensa working with ASP so I thought it will work.Gosh I am stuck even after completing the project. |
|
#4
|
|||
|
|||
|
hey i wrote that article, about the opensa server. i never used the asp module that came with it, since it makes no sense to do that in my opinion. so your best bet, would be to use php for the particular script in question.
__________________
Apache Expert |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Server Configuration > Opensa Webserver instead of IIS -Please help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|