.ASPX Extension

  • Thread starter Thread starter Toni
  • Start date Start date
T

Toni

Does the *default* setup of ASP.NET support any other file extension for ASP.NET
viewable web pages besides .ASPX?

I understand that via IIS I can set any extension I want - I'm asking about the DEFAULT
extensions for VIEWABLE web pages.

Thanks!!!

Toni
 
Toni said:
Does the *default* setup of ASP.NET support any other file extension for
ASP.NET
viewable web pages besides .ASPX?

I understand that via IIS I can set any extension I want - I'm asking
about the DEFAULT
extensions for VIEWABLE web pages.

Thanks!!!

Toni


Do you mean the order of the default document served by IIS? That is
changeable, but as far as I am aware you cannot change the .aspx extension
to be .asp_net, for example, and have anything work. Why do you want to
change the .aspx extension?

Just because you have an asp.net website does not limit you to .aspx files
however. Your application may serve up .html, .pdf, and a miriad of other
file types.
 

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