- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHello.
I have developed a proprietary web scripting language and I need an extension to associate the scripts with.
1. If I were to use .asp (acronym for Alpine Server Pages) as the extension for my scripts,
could Microsoft successfully sue me for using .asp as an extension?
2. If I were to used .alp as the extension for my scripts, and five years from now a larger company
trademarked .alp as an extension, could I be successfully sued?
In your comments, please identify your qualifications (or lack there of) so I will know how safe I am following your advice :-)
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: deane_barkerPosted on 2004-09-01 at 10:50:55ID: 11955854
I have no qualifications other than having been around a block a few times...
illist.php ?extdetail =ALF
I highly doubt there are any trademarks with file extensions, because you can configure a Web server to do anything with any file extension. I can make my Apache server render .asp files using PHP, and there's nothing Microsoft can do about it. I can't imagine any scenario where you can be successfully sued over this.
However, there is a practical issue in that you just should't duplicate like this with apps running on the same platform. Does your system run on Windows? What if someone wants to use it on IIS alongside traditional ASP pages and they want to continue processing ASP pages using the ASP.dll? While I doubt there are legal issues, namespaces exist for a reason.
Is your platform designed so you can change the extension that identifies the script? If you let this option be configured, rather than hard-coded, you've managed to avoid the problem altogether.
Finally, take a look at this site:
http://www.filext.com/
ALP is already in use by "LICOM AlphaCAM Laser Pos," whatever that is.
ALF has been used seven or either different times by different companies:
http://www.filext.com/deta
I say don't worry about it.