open asp.net page included in windows Form application C#.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashkan0021
    New Member
    • Feb 2008
    • 2

    open asp.net page included in windows Form application C#.net

    hi,
    i have a solution in C#.Net that includes 2 project and ASP.net & A Windows form application project,
    i want to open some pages of my asp.net project in my windows application,
    i'd be realy appricite for your help!
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Please don't post your questions in the Insights section.

    MODERATOR

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      ASP.NET pages have to be hosted. They're not like regular HTML/Javascript.

      So unless you publish those pages to a web server, you can't do anything with them. Now, if you do publish them, you can use the WebBrowser control to view them.

      Comment

      Working...