webserver difficulties

Joined
Nov 14, 2007
Messages
1,829
Reaction score
177
i'm having an issue with my current webserver (xampp package) with allowing the use of asp pages, it shows the default.asp but it will not let me do anything else i looked through my configs and i haven't spotted the segment for the ssl to properly utilize the asp pages, so unless i overlooked something im at a stand still does anyone here know what i should do? simutaneously i will be looking through google and if i find the solution i will post it here. hopefully someone here can help me out first.
 
Here is the problem with ASP coded sites. To use ASP you MUST HAVE A WINDOWS OS. If you are running a Windows OS server, then you should be fine. I dont know what to tell you there. But, if you are doing it from your home computer, You need to have a PROFESSIONAL version of a Windows OS. I tried ASP and ASPX, before just to learn it. I couldn't see the code or its output, because my computer did not have the necessary files, or information to use ASP.
 
Here is the problem with ASP coded sites. To use ASP you MUST HAVE A WINDOWS OS. If you are running a Windows OS server, then you should be fine. I dont know what to tell you there. But, if you are doing it from your home computer, You need to have a PROFESSIONAL version of a Windows OS. I tried ASP and ASPX, before just to learn it. I couldn't see the code or its output, because my computer did not have the necessary files, or information to use ASP.
i use xampp on windows xp home edition sp3 and it is a combo of asp and flash, i can view only the first page i can't do anything else. but when i use babyweb ssl and set for asp and set it to the directory to that site i can view it, but that means i can't be running pache and i have a few sites on there that require apache (xampp)
 
Back