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. General Programming
  3. WPF
  4. WPF and ASP.NET

WPF and ASP.NET

Scheduled Pinned Locked Moved WPF
csharpasp-netwpfsysadminquestion
5 Posts 4 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.
  • R Offline
    R Offline
    rastaVnuce
    wrote on last edited by
    #1

    I'm researching if an idea we had today at a meeting is possible. What we need to do is embed an ASP.NET project inside a WPF app. I'm not talking about a browser feature, the ASP.NET app is not published on any server. The idea is to avoid any server setup. Anyone know if this is possible, or not?

    Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

    P C S 3 Replies Last reply
    0
    • R rastaVnuce

      I'm researching if an idea we had today at a meeting is possible. What we need to do is embed an ASP.NET project inside a WPF app. I'm not talking about a browser feature, the ASP.NET app is not published on any server. The idea is to avoid any server setup. Anyone know if this is possible, or not?

      Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Why do you want to embed an ASP.NET app inside a WPF one? Could you please elaborate on what you're trying to achieve here?

      "WPF has many lovers. It's a veritable porn star!" - Josh Smith

      As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

      My blog | My articles | MoXAML PowerToys | Onyx

      R 1 Reply Last reply
      0
      • P Pete OHanlon

        Why do you want to embed an ASP.NET app inside a WPF one? Could you please elaborate on what you're trying to achieve here?

        "WPF has many lovers. It's a veritable porn star!" - Josh Smith

        As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

        My blog | My articles | MoXAML PowerToys | Onyx

        R Offline
        R Offline
        rastaVnuce
        wrote on last edited by
        #3

        It's for demonstration. The idea is to be able to send the customer a few demo web apps. The demos should work out-of-the box without any setup. I know the first idea is to have the demo apps available online, but due to some product specifics, we prefer not to.

        Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

        1 Reply Last reply
        0
        • R rastaVnuce

          I'm researching if an idea we had today at a meeting is possible. What we need to do is embed an ASP.NET project inside a WPF app. I'm not talking about a browser feature, the ASP.NET app is not published on any server. The idea is to avoid any server setup. Anyone know if this is possible, or not?

          Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          This is an insane question. You'd have to ship your website code AND make sure IIS was set up, then use a browser control to browse to it. How else could it work. The non retarded way to do this is to have the websites in question on a hidden server, which perhaps has some sort of security built in, to try to make sure that only your WPF app could browse to the sample site.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          1 Reply Last reply
          0
          • R rastaVnuce

            I'm researching if an idea we had today at a meeting is possible. What we need to do is embed an ASP.NET project inside a WPF app. I'm not talking about a browser feature, the ASP.NET app is not published on any server. The idea is to avoid any server setup. Anyone know if this is possible, or not?

            Where it seems there are only borderlines, Where others turn and sigh, You shall rise!

            S Offline
            S Offline
            Steven Kirk
            wrote on last edited by
            #5

            You could perhaps try giving Cassini a WPF front-end? (http://www.asp.net/Downloads/archived/cassini/[^], http://ultidev.com/products/Cassini/[^]) I've needed something like this before and ended up pretty much writing my own simple webserver using HttpListener. However I didn't need any actual ASP.net features, my webserver was very simple. But I think Cassini would have been a better route to have taken.

            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