ASP web app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin M

    #1

    ASP web app

    I am new to ASP. However, I'm am somewhat familiar with HTML. I recently
    built a simple application using VB 2005 which works great. It is basically
    a web application which allows one to book an appointment. I currently have
    a web page, and I want to use this app on my web page, but I can't figure
    out how. I have looked a several books of which tells one how to write a web
    project, but none of the books explains how to actually use the app on a
    remore web page.


    Thanks

    --
    Kevin




  • Scott M.

    #2
    Re: ASP web app

    Can you be more specific. You created an app and it "works great", but you
    can't figure out how to use it?


    "Kevin M" <kmills444@bell south.netwrote in message
    news:fpvXg.4645 $%l1.1820@newsf e07.lga...
    >I am new to ASP. However, I'm am somewhat familiar with HTML. I recently
    >built a simple application using VB 2005 which works great. It is basically
    >a web application which allows one to book an appointment. I currently have
    >a web page, and I want to use this app on my web page, but I can't figure
    >out how. I have looked a several books of which tells one how to write a
    >web project, but none of the books explains how to actually use the app on
    >a remore web page.
    >
    >
    Thanks
    >
    --
    Kevin
    >
    >
    >
    >

    Comment

    • rowe_newsgroups

      #3
      Re: ASP web app

      I believe he means it works great within the ide, but he wants to put
      the site on the web. I know you use IIS for this, but I can't give a
      how-to - (our network admin takes over at this point.)

      Thanks,

      Seth Rowe


      Scott M. wrote:
      Can you be more specific. You created an app and it "works great", but you
      can't figure out how to use it?
      >
      >
      "Kevin M" <kmills444@bell south.netwrote in message
      news:fpvXg.4645 $%l1.1820@newsf e07.lga...
      I am new to ASP. However, I'm am somewhat familiar with HTML. I recently
      built a simple application using VB 2005 which works great. It is basically
      a web application which allows one to book an appointment. I currently have
      a web page, and I want to use this app on my web page, but I can't figure
      out how. I have looked a several books of which tells one how to write a
      web project, but none of the books explains how to actually use the app on
      a remore web page.


      Thanks

      --
      Kevin


      Comment

      • Kevin M

        #4
        Re: ASP web app


        "rowe_newsgroup s" <rowe_email@yah oo.comwrote in message
        news:1160737669 .584497.168040@ k70g2000cwa.goo glegroups.com.. .
        >I believe he means it works great within the ide, but he wants to put
        the site on the web. I know you use IIS for this, but I can't give a
        how-to - (our network admin takes over at this point.)
        >
        Thanks,
        >
        Seth Rowe
        >
        >
        Scott M. wrote:
        >Can you be more specific. You created an app and it "works great", but
        >you
        >can't figure out how to use it?
        >>
        >>
        >"Kevin M" <kmills444@bell south.netwrote in message
        >news:fpvXg.464 5$%l1.1820@news fe07.lga...
        >I am new to ASP. However, I'm am somewhat familiar with HTML. I recently
        >built a simple application using VB 2005 which works great. It is
        >basically
        >a web application which allows one to book an appointment. I currently
        >have
        >a web page, and I want to use this app on my web page, but I can't
        >figure
        >out how. I have looked a several books of which tells one how to write a
        >web project, but none of the books explains how to actually use the app
        >on
        >a remore web page.
        >
        >
        Thanks
        >
        --
        Kevin
        >
        >
        >
        >
        >
        Thanks Seth, that's what I'm trying to do. The app works fine on my local
        machine. I can't figure out how to make it work on my web page. Sorry, I
        don't mean to give too little info., but I'm very new to ASP.


        Comment

        • rowe_newsgroups

          #5
          Re: ASP web app

          but I'm very new to ASP.

          ASP.Net! There are huge differences between the two, notably the fact
          that ASP.Net can use managed code. Anyways, besides the IIS help files
          the following website should help answer your questions:

          시행착오를 줄이는 서버이야기 이 사이트는 워드프레스와 서버 운영을 위한 실전 중심으로 정리하며 이론보다 실제 선택에 도움이 되는 내용을 다룹니다.


          Thanks,

          Seth Rowe


          Kevin M wrote:
          "rowe_newsgroup s" <rowe_email@yah oo.comwrote in message
          news:1160737669 .584497.168040@ k70g2000cwa.goo glegroups.com.. .
          I believe he means it works great within the ide, but he wants to put
          the site on the web. I know you use IIS for this, but I can't give a
          how-to - (our network admin takes over at this point.)

          Thanks,

          Seth Rowe


          Scott M. wrote:
          Can you be more specific. You created an app and it "works great", but
          you
          can't figure out how to use it?
          >
          >
          "Kevin M" <kmills444@bell south.netwrote in message
          news:fpvXg.4645 $%l1.1820@newsf e07.lga...
          I am new to ASP. However, I'm am somewhat familiar with HTML. I recently
          built a simple application using VB 2005 which works great. It is
          basically
          a web application which allows one to book an appointment. I currently
          have
          a web page, and I want to use this app on my web page, but I can't
          figure
          out how. I have looked a several books of which tells one how to write a
          web project, but none of the books explains how to actually use the app
          on
          a remore web page.


          Thanks

          --
          Kevin


          >
          Thanks Seth, that's what I'm trying to do. The app works fine on my local
          machine. I can't figure out how to make it work on my web page. Sorry, I
          don't mean to give too little info., but I'm very new to ASP.

          Comment

          Working...