Howto: Install webmonkey?

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

michi200

Howto: Install webmonkey?

Post by michi200 »

Hi Together,

I am new here in this forum. I would like install the webmonkey on my web server, so I had unzipped the R12 Version of webmonkey and had read the readme from Martin Warning. My Problem is that I can’t open the default.asp like a normal homepage. I get only the source code from the internet explorer 7. What could be the problem? I didn’t change anything on the dns.asp file, because I don’t understand how to insert the file path to the media monkey DB. Unfortunately I can’t find a description in the readme or in this forum. Does anybody can help me to install the webmonkey?

Many Many thanks!!!

Michael

dsn.asp:

<%
dim dsn
dim Conn
dsn="DBQ=" & Server.Mappath(strDBLocation) & ";Driver={Microsoft Access Driver (*.mdb)};"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open dsn
%>
Lowlander
Posts: 58493
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

The database path is set in the settings.asp file, no need to change any other files (ie dns.asp).

What webserver are you using? Are you using IIS?
michi2002
Posts: 1
Joined: Sun Apr 15, 2007 5:05 pm

WebMonkey

Post by michi2002 »

Hi Lowlander, thank you for the fast answer! Actually I had thought if you can open your test environment you also can open the webmonkey on your local computer.
Than I have understood that I have to install urgently a web server. My destination is to install webmonkey on a Linux web server. Unfortunately I didn’t found an installation guide.
I only found out, that I have to install monostack from http://www.bitrock.com/products_mono_overview.html which includes apache web server + mono + xsp - but without any success.
Now I get only the source code in the internet browser, like the days before.

Yesterday I have tried this again with apache friends on windows xp but with the same mistake. Do I have forgotten anything to install for using asp?

Thank you very much
Lowlander
Posts: 58493
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

You need a webserver like IIS that supports the ASP language in which WebMonkey is written. WebMonkey won't run on Apache as Apache doesn't support ASP natively. I don't know if ASP plugins exist for ASP and if they would work. The second problem is that you need support the connection to the database which is only available under Windows (as the database is MS Access).
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Windows 2000 Pro, Windows XP Pro, and any server versions of Windows have IIS ready on the cd, to be installed.
If you're running another version (e.g. Windows XP Home), sometimes you can make some changes so you still can install IIS (but it's usually more trouble than it's worth).

You can also use http://www.apache-asp.org/ together with Apache (with mod_perl) on Windows.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
Verdifan
Posts: 6
Joined: Tue May 29, 2007 5:00 am

Post by Verdifan »

Hi Lowlander!
Thx for the Webmonkey Script.
So far it seems to run.

http://www.gbs2.de/html/webmonkey/

But clicking for Artist or Title doesn't work - 404.

Any idea!
Thx for your help.

Regards
Georg
Verdifan
Posts: 6
Joined: Tue May 29, 2007 5:00 am

Post by Verdifan »

... okay. solved. I mixed up the databases.
trek
Posts: 17
Joined: Wed Dec 29, 2004 7:08 pm
Location: So. FLa
Contact:

Post by trek »

I am having issues installing webmonkey...Is there anyone who can help walk me through?
Lowlander
Posts: 58493
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

Just post your issues and I will try to help as much as I can.
trek
Posts: 17
Joined: Wed Dec 29, 2004 7:08 pm
Location: So. FLa
Contact:

Post by trek »

How do you even get it to work? lol....I uploaded all the files to a folder on my server and when I goto the URL all I get is the Index of the directory.....
Lowlander
Posts: 58493
Joined: Sat Sep 06, 2003 5:53 pm

Post by Lowlander »

What webserver are you using? You will need a webserver that supports ASP pages (IIS is best for this as it's a Microsoft technology).

Have you tried the url + default.asp? That might be the issue as webservers need to be told what default document to load (IIS should have default.asp included as default document).

Also check out the settings.asp (with notepad) to make sure all configurations are correct (like the database path).
trek
Posts: 17
Joined: Wed Dec 29, 2004 7:08 pm
Location: So. FLa
Contact:

Post by trek »

I am using lypha.com. I will email them to see if they do support ASP. I do have IIS installed also.

When I do the url + default.asp it just comes up as txt from the file.

And im pretty sure I have the database path set. To make sure what is the code to search for to make sure I am in the right place?
trek
Posts: 17
Joined: Wed Dec 29, 2004 7:08 pm
Location: So. FLa
Contact:

Post by trek »

Well I emailed my server and this is there response "We are not supporting ASP. We have accounts hosted in linux servers."

So....I'm stuck there...any suggestions on a free host that supports ASP?
Last edited by trek on Thu Jun 07, 2007 3:25 pm, edited 1 time in total.
Steegy
Posts: 3452
Joined: Sat Nov 05, 2005 7:17 pm

Post by Steegy »

Lypha.com supports SSH, PHP, MySQL, Perl/CGI, Ruby, FTP, SSL (according to their web home page). That is, .not. ASP.
I'd suggest you to try installing WebMonkey on your own IIS server first.

I have no suggestions for free ASP hosting, except for search results.
Extensions: ExternalTools, ExtractFields, SongPreviewer, LinkedTracks, CleanImport, and some other scripts (Need Help with Addons > List of All Scripts).
trek
Posts: 17
Joined: Wed Dec 29, 2004 7:08 pm
Location: So. FLa
Contact:

Post by trek »

Steegy wrote:Lypha.com supports SSH, PHP, MySQL, Perl/CGI, Ruby, FTP, SSL (according to their web home page). That is, .not. ASP.
I'd suggest you to try installing WebMonkey on your own IIS server first.

I have no suggestions for free ASP hosting, except for search results.
At the moment I'm trying to figure out the whole IIS thing, but I did find a free ASP hosting site....http://www.somee.com...I setup an account and UL all the files and when I goto the webmonkey dir I get this error

Code: Select all

Server.MapPath() error 'ASP 0172 : 80004005'

Invalid Path

/Webmonkey/Default.asp, line 62

The Path parameter for the MapPath method must be a virtual path. A physical path was used.
I am wondering do I have to have the Music and DB that I want to use on the server?

I got IIS up and running, and setup a Virtual Dir. and all the good stuff....I see the default page but now I just cant figure out how to get it to link to my music on my HDD
Post Reply