vote up 0 vote down star

How can I see which file extensions are related to which kind of syntax highlighting? Unfortunately, Tools -> Options -> Text Editor -> File Extensions lists only those entered manually, no default ones. And I didn't manage to find it on my own via Google or other means.

My particular problem is, I want to have .inc highlighted exactly as .asp but I'm not sure which editor is used for .asp. I did try the following (none worked):

  • Web Form Editor
  • VBscript Editor
  • HTML Editor
  • Script Editor

(They did worked in a sense that they colored my code in one way or another, but it wasn't the same highlight as I get for .asp files). Thanks in advance ;)

flag

2 Answers

vote up 0 vote down

There are a security problem with non .asp files. The problem is that you can view the full code of the file if you access to the file directly in the URL.

Recommended workaround (that solves your problem as a bonus) is to create a identical .asp file and change the .inc file to includes the .asp file

link|flag
vote up 0 vote down

Actually I can't (probably due to the server configuration), .inc files are treated exactly as .asp. Though I'm aware of this security problem and for the time being I just rename files to .asp ;) Thank you Eduardo.

But my question still stays...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.