Link to home
Start Free TrialLog in
Avatar of Aleks
AleksFlag for United States of America

asked on

Dreamweaver ASP.net create connection

I am creating my first ASP.net website.
I created my first page and now trying to connect to my database but i keep getting an error.

Attached is the screenshot of the error.

I dont know what I should check as far as making sure there is a testing server. I have classic ASP websites on the same machine and the websites run just fine, so in that sense this being an asp.net what do i have to check ?  

AND

the _mmServerScripts/MMHTTPDB.asp  does not exist inside my website, how is that created ?  it wasnt created when i tried creating the connection ... where does the file comes from ?
connection.gif
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Something's not right here.  You got a 404 error trying to set up an OLEDB connection?  That doesn't make sense...
Avatar of Aleks

ASKER

Ok ... we do know something is not right. I created the website like any other ASP classic website, is there something else i need to know ?
Also, it does not use an ODBC connection to connect to the database, as it appears .net connects directly somehow.
SOLUTION
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aleks

ASKER

None of the above help. I actually found the folder above and it is in my root, so thats OK. The problem is that inside that folder the file:  MMHTTPDB.asp

Does not exist. How can I create such file ?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aleks

ASKER

I found the solution by testing and doing research along with pointers from the experts.