View previous topic :: View next topic |
Author |
Message |
bwhit132 -
Joined: 06 Feb 2006 Posts: 1
|
Posted: Mon Feb 06, 2006 2:10 am Post subject: web.config? .dll files? not working! ahhhh |
|
|
Howdy, I'm new here. I just installed abyss and my site works but for some reason I cannot get my servlets working. Its as if the link is dead. I made them in C#. Basically there is a web.config file that tells the server how to run them? They are located in htdocs/bin. I had my site running on my schools server so I know it should work. It worked before. Here is the web.config file if it helps any
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<customErrors mode="Off"/>
<httpHandlers>
<add verb="*" path="Hello.go" type="Hello, Hello" />
<add verb="*" path="Disassembler.go" type="Disassembler, Disassembler" />
<add verb="*" path="Grocery.go" type="Grocery, Grocery" />
</httpHandlers>
</system.web>
</configuration> |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Feb 06, 2006 12:14 pm Post subject: Re: web.config? .dll files? not working! ahhhh |
|
|
bwhit132,
You seem to have an ASP.NET application. Please download the new Beta release which features support for this technology to be able to get your application to run. See the 2.3 Beta section in this forum for more information and for download instructions. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|