.asp conversion to aspx Need help with includes?

JoeDirt

New member
I'm converting an .asp page to .aspx. We have include files in the .asp page, but they contain functions that can't be included in the .html portion once converted to .aspx. What is the best practice or quickest answer for getting these functions into the .aspx page <script> area without statically adding them to each page as they are converted?
 
Back
Top