skymagic wrote:
I have added a folder (music) in the default iss-site and placed all files of the cms.
I have configured the two files as mentioned. When i try to start the site, i always get the same error "page connot be displayed"
I think i have to configure ISS form scratch. Ca you help me with these setps?
At this time the MP3 CMS is designed for programmers and system/web administrators and not regular users. We don't have the resources on the
project to program up a friendly installer yet, but at some time in the future we'd like to do that.
In any event, the steps should have been something like this (the same steps to setup any web page)
Assuming IIS and ASPNET v2.0 (and AJAX Extensions) is installed correctly on the server:
1. Create virtual directory called music off of "default web site"
2. Set startup page to Default.aspx
3. Set ASPNET version to v2.0
4. Set Directory Security > Authentication & Access Control > Enable Anonymous Access (Checked) all other options unchecked
5. Site set to use custom Application Pool
6. AppPool setup with network account identity or NETWORK_SERVICE account
7. Network account or NETWORK_SERVICE given read, write, list permissions to music share
8. AppPool default timeout value set to unlimited
Sorry I can't be more detailed. I'll try to draft up a more clear installation document in the near future.