Friday, October 10, 2008

file extensions which are configured by default in ASP.NET 2.0

Here is a list of file extensions which are configured by default to be handled by ASP.NET 2.0.
asax used for application level logic
global.asax-ascx used for creating web user control.
ashx- used to create a custom httphandler
asmx- used to create web services
aspx- used for web application pages
axd- is used for special webresource axd handler which allows the developer to package component and controls along with javascript, images etc..in a single assembly. The extension is also used for trace output.
browser- are the browser capabilities files stored in XML format. These gfiles are used to define the capabilities of the browser.
config- used to store the configuration of the web application.
web.config and machine.config- are the common examplescs used as the code behind when the language chosen is C# (CSharp)vb used as the code behind when the language chosen is Visual Basic.Net
master- used as the extension for the master page.
resx- used as an extension for the resource file of the page for internationalization and localization purpose.
sitemap- is used as the configuration file for sitemap
skin- used as the skin file for the themes
svc- used to define a Windows Communication Foundation (WCF) based service

Share This!


No comments:

Powered By Blogger · Designed By Seo Blogger Templates