Hi ,
I have been trying to change all .adp file extensions to .asp
extensions throuoght my application for testing purpose.
I have set the MIME parameters in ini file , but somehow AOLserver
(3.2 Ad12 )is not executing the .asp extensione'd adp's .
What are the parameters required to make any extension working
as .adp files .
ns/mimetypes]
Default=text/plain; charset=utf-8
NoExtension=text/plain ; charset=utf-8
.html=text/html; charset=utf-8
.tcl=text/plain; charset=utf-8
.adp=text/html; charset=utf-8
.pcd=image/x-photo-cd
.prc=application/x-pilot
.asp=text/html; charset=utf-8
[ns/server/bayt/adp/parsers]
adp=".adp"
[ns/server/bayt/adp]
Map=/*.asp
Map=/*.adp
Map=/*.xml
Cache=true
CacheSize=5120000
ThreadCache=true
EnableExpire=False
[ns/server/bayt/MimeTypes]
Default=text/plain ; charset=utf-8
NoExtension=text/plain ; charset=utf-8
.pcd=image/x-photo-cd ; charset=utf-8
.prc=application/x-pilot ; charset=utf-8
.html=text/html; charset=utf-8
.tcl=text/plain; charset=utf-8
.adp=text/html; charset=utf-8
.asp=text/html; charset=utf-8
.xml=text/html; charset=utf-8