Error 405 Method not allowed

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 10:25 pm    Post subject: Error 405 Method not allowed Reply with quote

...

Last edited by silentcoast on Wed Jul 21, 2010 12:54 am; edited 1 time in total
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 10:28 pm    Post subject: Reply with quote

...

Last edited by silentcoast on Wed Jul 21, 2010 12:56 am; edited 3 times in total
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Tue May 22, 2007 10:38 pm    Post subject: Re: Error 405 Method not allowed Reply with quote

silentcoast,

Error 405 means that you've submitted a form to a static page. Actually it seems that you've not correctly declared ASP support in Abyss Web Server so .asp files are not recognized as scripts by the software.

Please check the instructions in http://www.aprelium.com/abyssws/asp.html . If the problem persists, please send your abyss.conf file with a description of the problem to our technical support.
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 10:41 pm    Post subject: Reply with quote

...

Last edited by silentcoast on Wed Jul 21, 2010 12:58 am; edited 1 time in total
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Tue May 22, 2007 10:48 pm    Post subject: Reply with quote

silentcoast wrote:
That stinks then because I followed that to a T and just rechecked it. Nothing is different from how you guys have it set up.


It could be a little typo in your configuration that is causing the problem. As we said error 405 means that the server does not recognize .asp files as scripts. That's mainly because there in no interpreter associated with the extension asp.

Please send us your abyss.conf file and we'll check it for you.
_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 10:54 pm    Post subject: Reply with quote

...

Last edited by silentcoast on Wed Jul 21, 2010 12:58 am; edited 1 time in total
Back to top View user's profile Send private message
admin
Site Admin


Joined: 03 Mar 2002
Posts: 1295

PostPosted: Tue May 22, 2007 10:57 pm    Post subject: Reply with quote

silentcoast wrote:
CGI /ISAPI C:\Program Files\seliSoft\ActiveHTML\AHTML.exe
asa for associated extensions

Aliases virtual path = /ahtml
Real Path = C:\Program Files\seliSoft\ActiveHTML

Anything Seem wrong with that?

You should add asp to the list of associated extensions. Right now you have only declared asa only while on http://www.aprelium.com/abyssws/asp.html , we instruct users to add both asp and asa:

Quote:

* Check Use the associated extensions to automatically update the Script Paths.
* Press Add in the Associated Extensions table.
* Enter asp in the Extension field and press OK.
* Press again Add in the Associated Extensions table.
* Enter asa in the Extension field and press OK.
* Press OK.

_________________
Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 11:17 pm    Post subject: TY Reply with quote

...

Last edited by silentcoast on Wed Jul 21, 2010 12:58 am; edited 1 time in total
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 11:22 pm    Post subject: Reply with quote

....

Last edited by silentcoast on Wed Jul 21, 2010 12:58 am; edited 1 time in total
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Tue May 22, 2007 11:53 pm    Post subject: What are your thoughts? Reply with quote

....

Last edited by silentcoast on Wed Jul 21, 2010 12:59 am; edited 1 time in total
Back to top View user's profile Send private message
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Wed May 23, 2007 12:12 am    Post subject: Reply with quote

....

Last edited by silentcoast on Wed Jul 21, 2010 12:59 am; edited 1 time in total
Back to top View user's profile Send private message
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Wed May 23, 2007 5:30 pm    Post subject: Reply with quote

I once tried XP x64, it was horrible...most programs wouldn't run. It's not compatible enough with 32 bit apps in my opinion. There's always the chance that it is causing your problem. (I don't know though, I don't use ASP...I use PHP)
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Wed May 23, 2007 6:18 pm    Post subject: Reply with quote

....

Last edited by silentcoast on Wed Jul 21, 2010 12:59 am; edited 1 time in total
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu May 24, 2007 5:56 pm    Post subject: Reply with quote

silentcoast,

Reinstalling the operating system won't solve the problem. The error message you are getting is informing you that the script is unable to opeb a database file because it is missing or because you are giving it the wrong information (path, credentials) to access it.

So you'll have to check the configuration steps of the script you are using and probably ask its author about how to properly set it up or configure it so that it can find that file.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
silentcoast
-


Joined: 11 Jan 2006
Posts: 25

PostPosted: Thu May 24, 2007 7:54 pm    Post subject: Reply with quote

....

Last edited by silentcoast on Wed Jul 21, 2010 12:59 am; edited 1 time in total
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue May 29, 2007 5:45 pm    Post subject: Reply with quote

silentcoast wrote:
Actually was because of the operating system the jet driver the application used could not be installed on x64 so installing 2003 will fix the problem. But thanks all for the support finally got it working :)


You're welcome. Thank you by the way for letting us know about such a potential incompatibility between x64 and ODBC/JET drivers.
_________________
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 -> Classic ASP 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