Home All Groups Group Topic Archive Search About
Author
12 Oct 2006 6:04 PM
Kevin M
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

Author
13 Oct 2006 12:19 AM
Scott M.
Can you be more specific. You created an app and it "works great", but you
can't figure out how to use it?


Show quoteHide quote
"Kevin M" <kmills***@bellsouth.net> wrote in message
news:fpvXg.4645$%l1.1820@newsfe07.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
>
>
>
>
Author
13 Oct 2006 11:07 AM
rowe_newsgroups
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:
Show quoteHide quote
> 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" <kmills***@bellsouth.net> wrote in message
> news:fpvXg.4645$%l1.1820@newsfe07.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
> >
> >
> >
> >
Author
13 Oct 2006 2:49 PM
Kevin M
Show quote Hide quote
"rowe_newsgroups" <rowe_em***@yahoo.com> wrote in message
news:1160737669.584497.168040@k70g2000cwa.googlegroups.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" <kmills***@bellsouth.net> wrote in message
>> news:fpvXg.4645$%l1.1820@newsfe07.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.
Author
13 Oct 2006 3:36 PM
rowe_newsgroups
> 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:

http://www.aspnetfaq.com/

Thanks,

Seth Rowe


Kevin M wrote:
Show quoteHide quote
> "rowe_newsgroups" <rowe_em***@yahoo.com> wrote in message
> news:1160737669.584497.168040@k70g2000cwa.googlegroups.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" <kmills***@bellsouth.net> wrote in message
> >> news:fpvXg.4645$%l1.1820@newsfe07.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.