SQL 2008 question

 
Post new topic   Reply to topic    Aprelium Forum Index -> Databases
View previous topic :: View next topic  
Author Message
ewh1972
-


Joined: 19 Dec 2012
Posts: 2

PostPosted: Wed Dec 19, 2012 3:58 pm    Post subject: SQL 2008 question Reply with quote

I am using Abyss aspx.net, SQL 2008, and Dreamweaver 8 and I have a testing server setup but when I try to connect to the SQL 2008 I get an http error code 405 Method not allowed.
When I go to localhost/testing.aspx my page does come up I just can not connect to my database.
Back to top View user's profile Send private message
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Wed Dec 19, 2012 5:24 pm    Post subject: Re: SQL 2008 question Reply with quote

ewh1972,

Error 405 means that you have not configured Abyss Web Server to know what to execute to run the .aspx page.

We suggest following the instructions in http://www.aprelium.com/abyssws/aspnet/ and especially those in the section "Declaring the application in Abyss Web Server" to declare your ASP.NET application before being able to use it. In your case, the virtual path should be / (a single slash.)
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
ewh1972
-


Joined: 19 Dec 2012
Posts: 2

PostPosted: Wed Dec 19, 2012 5:33 pm    Post subject: Reply with quote

under the asp.net applications I have / for the virtual path
4.0 - 4.5 for .net version.

I am trying to connect to my SQL Server from deamweaver 8 on my local machine maybe im posting this in the wrong forum dont know though.
when I type in localhost/testing.aspx My page comes up with my information on it.
Back to top View user's profile Send private message
aprelium-support
-


Joined: 20 Feb 2009
Posts: 356

PostPosted: Fri Dec 21, 2012 4:34 pm    Post subject: Reply with quote

ewh1972,

Are you able to run simple aspx files? We must determine if it is a simple ASP.NET setup issue or a problem with the code that you are generating with Dreamweaver.

Try creating in your Web site documents path a simple file named x.aspx for example containing the following:

Code:
<HTML><BODY>This is a test</BODY></HTML>


Does browing http://localhost/x.aspx shows "This is a test" or an error?
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Databases 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