Results 1 to 4 of 4

Thread: ASPX in vb.net?

  1. #1

    Thread Starter
    Lively Member carl_mathews200's Avatar
    Join Date
    May 2004
    Location
    Wales, UK
    Posts
    94

    ASPX in vb.net?

    Hi there,
    i am still trying to find my way around the whole .net thing so im sorry if this is a stupid question.

    If i have a windows application created in vb.net and installed it on a machine which does not have IIS installed - could i display and interact with an ASPX page within my application (Even thought it is not hosted)?

    Does that make sence?

    Cheers.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    ASP.NET applications are called Web applications. And you need a server to view them.

    If you don't have IIS, you could use WebMatrix, but it's best you use IIS.

  3. #3

    Thread Starter
    Lively Member carl_mathews200's Avatar
    Join Date
    May 2004
    Location
    Wales, UK
    Posts
    94
    ok ty

    If then i just wanted to display a simple html page in my application what is the best way? In vb6 you could just put the WebBrowser control and load the page.

    Im sure there must be a better with with .NET?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    IIRC, there is no web browser control in VB.NET. Instead, you can either use the old DLL, or look for a third party control which serves the same purpose.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width