web.config? .dll files? not working! ahhhh

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
bwhit132
-


Joined: 06 Feb 2006
Posts: 1

PostPosted: Mon Feb 06, 2006 2:10 am    Post subject: web.config? .dll files? not working! ahhhh Reply with quote

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 View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Feb 06, 2006 12:14 pm    Post subject: Re: web.config? .dll files? not working! ahhhh Reply with quote

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 View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group