Author |
Message |
Topic: ASP.NET MIME Type |
b0b
Replies: 2
Views: 19261
|
|
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
|
|
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
|
|
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
|
|
[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
|
|
^^ 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
|
|
@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
|
|
What is the script that you executed?
Did you type: http://localhost/hello.aspx ? |
Topic: CGI.NET Beta |
b0b
Replies: 41
Views: 153936
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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. |
|