newbie question about axd

  • Thread starter Thread starter Danny Ni
  • Start date Start date
D

Danny Ni

Hi,

What are the porposes of files with .axd extensions? Some say they are http
handlers, then why not just create .ashx files?

TIA
 
First of all, ".axd" has nothing to do with the C# language, which is the
group you've posted to. It's strictly an ASP.NET thing and is language -
agnostic.
"axd" is one on several "phantom handlers" that is primarily used to request
and server embedded resources from assemblies - whether they be images,
javascript, css or other resources. It is typically used with the
Webresource.axd moniker.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top