Search found 20 matches
Aprelium Forum Index
Author Message
  Topic: ASP.NET MIME Type
b0b

Replies: 2
Views: 19261

PostForum: ASP.NET   Posted: Mon Mar 27, 2006 5:10 pm   Subject: ASP.NET MIME Type
Okay, I'm trying to achieve the same thing many PHP servers do, by setting the default MIME type of files without extensions to execute as PHP, but in this case, I want to do it with ASP.NET.

Anyon ...
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Sat Apr 23, 2005 6:19 pm   Subject: CGI.NET Beta
I'm glad to hear it atleast works. The performance is be much better the next release once I finish the threading and memory parts.
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Sun Apr 10, 2005 12:02 am   Subject: CGI.NET Beta
Microsoft's ASP support is in an encrypted DLL file, which cannot be used by any program besides IIS. The only way around it is write your own implimentation, or find someone who has.

CGI.NET is th ...
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Sat Apr 09, 2005 12:42 am   Subject: CGI.NET Beta
[url=http://www.pablovandermeer.nl/web_server.html]Baby ASP Webserver will do classic ASP pages. I have stopped development of my ASP extension for now, as ASP.NET seems to be rising in popularity.
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Thu Apr 07, 2005 7:55 pm   Subject: CGI.NET Beta
^^ That is a bug in the .NET Framework 1.1, it only has stable support for 2000/XP/2003 right now.
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Wed Apr 06, 2005 8:05 pm   Subject: CGI.NET Beta
@richardyork

1. Do you have the .NET Framework 1.1 installed?
2. Use the /htdocs/CGI.NET.exe for your CGI executable, not the one in the /htdocs/bin directory. Don't rename either, and don't delet ...
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Tue Apr 05, 2005 11:40 pm   Subject: CGI.NET Beta
What is the script that you executed?

Did you type: http://localhost/hello.aspx ?
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Tue Apr 05, 2005 10:03 pm   Subject: CGI.NET Beta
Go into command promp/dos prompt and type:

cd C:\Program Files\Abyss Web Server\htdocs
CGI.NET hello.aspx

send me the output (the whole prompt).
  Topic: CGI.NET Beta
b0b

Replies: 41
Views: 153936

PostForum: Classic ASP   Posted: Tue Apr 05, 2005 12:02 am   Subject: CGI.NET Beta
I decided to release the beta. Treat it like a Perl CGI. Extract into htdocs folder so you have /htdocs/CGI.NET.exe and /htdocs/bin/CGI.NET.exe, and don't rename them otherwise you will get errors. As ...
  Topic: ASP.NET Extension - Status
b0b

Replies: 4
Views: 17170

PostForum: Classic ASP   Posted: Mon Apr 04, 2005 8:02 pm   Subject: ASP.NET Extension - Status
I decided to name it: CGI.NET

I would release it, but there is not issue tracker setup right now to manage bugs, not to mention the issue tracker on ASP.NET won't run properly yet on it. Im gonna w ...
  Topic: ASP.NET Extension - Status
b0b

Replies: 4
Views: 17170

PostForum: Classic ASP   Posted: Sun Apr 03, 2005 7:05 pm   Subject: OMG!!! IT WORKS!!!!
It works. Used .NET Framework 1.1. But now I need to impliment POST support, do some testing and then release it to you to enjoy!

http://img213.exs.cx/img213/1486/screen15rg.th.jpg
  Topic: ASP.NET Extension - Status
b0b

Replies: 4
Views: 17170

PostForum: Classic ASP   Posted: Sun Apr 03, 2005 5:34 pm   Subject: ASP.NET Extension - Status
ISAPI will not work do to a techological limitation of COM and ISAPI. They both use the same shared memory which kinda defeats the point using COM.

For the beta, I will have to use a CGI version wh ...
  Topic: ASP.NET Extension - Status
b0b

Replies: 4
Views: 17170

PostForum: Classic ASP   Posted: Sun Apr 03, 2005 5:18 pm   Subject: ASP.NET Extension - Status
As you may have heard, I have been working on an ASP.NET extension to work via ISAPI. I have finsished the coding as of a few minutes ago, but now I must fix all bugs and make it work. It seems to be ...
  Topic: Installing ISAPI Extensions - Help/Howto
b0b

Replies: 4
Views: 9155

PostForum: General Questions   Posted: Fri Mar 25, 2005 11:05 pm   Subject: Installing ISAPI Extensions - Help/Howto
Thanks. I will begin testing and will release soon for free!

Note: I am not releasing beta version and/or source to anyone except Aprelium Technologies. I like to release quality work to the public ...
  Topic: Installing ISAPI Extensions - Help/Howto
b0b

Replies: 4
Views: 9155

PostForum: General Questions   Posted: Fri Mar 25, 2005 7:23 pm   Subject: Installing ISAPI Extensions - Help/Howto
Okay, as of today, I have a classic ASP ISAPI extension that has about 95% of classic ASP language complete, so I downloaded Abyss Web Server X1 (v 2.0.0.20) and went into the console interface but I ...
  Topic: EXE CGI file
b0b

Replies: 7
Views: 40375

PostForum: FastCGI/CGI   Posted: Sat Nov 06, 2004 1:22 am   Subject: Re: EXE CGI file
How do I use an EXE as a CGI? Do I need to configure anything?
Write your app in C or C++.
Make sure you stdout "Content-type: text/html\n" before the rest of your code, then compile with:
gcc -o ...
  Topic: ActiveHTML free version
b0b

Replies: 86
Views: 448282

PostForum: Classic ASP   Posted: Sun Jul 18, 2004 2:10 am   Subject: ActiveHTML free version
You can hex edit it and totally erase the trial info, but I don't think anyone here knows how to hex a program.
  Topic: ASP.NET help, anyone?
b0b

Replies: 6
Views: 15766

PostForum: Classic ASP   Posted: Tue Jun 01, 2004 11:27 pm   Subject: ASP.NET help, anyone?
Why do you assume that I write everything in .NET ?

I can program in PHP and Perl too.
  Topic: Hello World! (no response)
b0b

Replies: 12
Views: 17365

PostForum: PHP   Posted: Tue Jun 01, 2004 8:29 pm   Subject: Hello World! (no response)
make a file called phpinfo.php and paste this into it:
<?
phpinfo();
?>

Test it to see if you get a long page with PHP parameters. If you don't you have PHP configured wrong.
  Topic: ASP.NET help, anyone?
b0b

Replies: 6
Views: 15766

PostForum: Classic ASP   Posted: Tue Jun 01, 2004 8:23 pm   Subject: ASP.NET help, anyone?
Any of the .NET languages can use the .NET Framwork library in place for the default language commands.

.NET is supported in ASP, C#, J#, J++ and Visual Basic.
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group