ASP web app

K

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
 
S

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?
 
R

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
 
K

Kevin M

rowe_newsgroups said:
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

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.
 
R

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top