- Messages
- 19,181
- Reaction score
- 28
- Points
- 48
__z|x__ said:Ok, Corey said that to enable ASP, he needs to receive a PM from 5 members saying that they want it. So, who all are willing to PM him?
I'll PM him right now
__z|x__ said:Ok, Corey said that to enable ASP, he needs to receive a PM from 5 members saying that they want it. So, who all are willing to PM him?
You are right.kryptonyte said:Make it 2. If you PM him, blong4life does and I do thats 3 down and 2 to go.
if ASP script could make something as good as http://www.iportalx.net, why not give it a try?dpogary said:wow ive never actually heard of ASP...i think ive seen it before but never actually looked at a code...i dont think any of my programmer friends use it...maybe 1 but i donno...what is ASP good for?:dunno:
__z|x__ said:if ASP script could make something as good as http://www.iportalx.net, why not give it a try?
Whatever you said up there went over my head.... could you speak "english"??Spartan Erik said:
"ASP does not expose HTTP variables as environment variables, which is the conventional approach in web server programming environments (because VBScript cannot access environment variables). Instead a 'Request object' is used, which makes code specific to ASP."
ASP is a good environment for web applications programming, but it offers no particular advantages over the alternatives that it is copied from, such as PHP, GNU Server Pages or the various forms of embedded Perl, such as the Apache::ASP Perl module for Apache. In fact, these alternatives are generally superior to ASP.
IMO, the cons outweigh the pros :drool:
Koshimi said:Well, while we're on the topic of installing stuff...
I demand that you install Python!
I know I'd probably be the only one using it, but I doubt many people are going to be using ASP either.
So if you install this horrible ASP mess, you also must install Python, or I shall kill you.
Richard said:Finaly the way a program looks is not set by the language that is used to build it. Besides iportalx uses tables for content
http://nicholas.x10hosting.com/cgi-bin/test-python.cgiRichard said:As far as python goes you can use it already in .cgi form (I think mod_python can be arranged if needed)
You can just use the python shebang
#!/usr/bin/python
The_Magistrate said:EWWWW! Tables! Yuck! Richard is right, the fact that iportalx's menus look nice really has the fact that it uses ASP. It is the HTML, Javascript and CSS that control the way a page looks. ASP, like PHP, controls how the content is generated.
I for one, moved to x10 from a free ASP host because ASP is so powerless compared to PHP. Besides, PHP can do so many things so much more easily than ASP. Want an example, try parsing an XML file in PHP and doing the same thing in ASP. Then check how many lines of code you needed and you'll see what I mean.
Corey, if you do enable it, be sure it is ASP.NET and not ASP. I might use ASP.NET for a class I'm taking in the spring.
blong4life said:There is no ASP.NET mod for a linux server. Microsoft doen't support linux, so a module were you have to have ASP.NET installed won't work. Unless they wanted to try ASP.NET with wine and then enable it but it would be a resource sucker.:happysad:
The only reason ASP works under linux is because of perl. There are three versions of ASP, J-Script, VB-Script, and Perl-Script. Because you use the perl-script version on a server, not all scripts will work because perl script is way different than J and VB script.
The_Magistrate said:Check http://www.mono-project.com/Main_Page, which Richard posted previously. It has support for ASP.NET under several platforms other than Windows.
Koshimi said:http://nicholas.x10hosting.com/cgi-bin/test-python.cgi
Internal Server Error?
It's just a hello world program.blong4life said:Try it with no extention, so make it http://nicholas.x10hosting.com/cgi-bin/test-python also could I have a copy of the script and I will figure it out