Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP .net app, and server side assembly that needs to read an XSL resource

ASP .net app, and server side assembly that needs to read an XSL resource

Scheduled Pinned Locked Moved Web Development
csharpwpfcomsysadminxml
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Braulio Dez
    wrote on last edited by
    #1

    I have an ASP .net app and an additional server side project to perform some transforms via XSL. In the additional server side project I just load an XSL template depending on some params and perform a transformation (the results are passed back to the ASP .net application). I'm not quite sure what could be the best approach to store and access the XSL templates: -> I could implement the XSL "choose" logic in the ASP .net application and have the XSL in a web folder (just pass it back as a param to the external assembly). -> Another idea was to embedd the XSL templates into my servier side assembly, but not sure if this only will work on the "EXE" world and not on the web (or if I could have performance issues). -> The last one that I had was to add it as a resource and mark the copy to output directory,but again I think that won't be situable for the web world. What option will work better in my web app? Regards Braulio

    /// -------------------------      Braulio Díez      tipsdotnet.com /// -------------------------

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups