Question

Is it possible to have .aspx and .aspx.py (IronPython codefile) nested underneath aspx files in VS 2010 ? I've seen some people added Windows registry entries for Visual Studio so other files would show up as nested underneath aspx, but I've no idea how to do it for IronPython if possible

Était-ce utile?

La solution

I found the solution just in case someone needs the same, for websites which is what I needed (for web applications is easier because there's an installable tool)

Add a registry entry key ".py" in

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0_Config\Projects{E24C65DC-7377-472b-9ABA-BC803B73C61A}\RelatedFiles.aspx

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top