Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP page done - How do I get it out there?

Reply
Thread Tools

ASP page done - How do I get it out there?

 
 
Matt.
Guest
Posts: n/a
 
      05-07-2004
Hi all!

I've written and tested my ASP page using the Localhost. It works fine.
Now I'm ready to deliver it to the rest of the company. How do I put it out
there? Point me somewhere, please. My Google search ("how to publish
intranet page") was woefully inadequate.

The SQL Server is a Win2k machine, and that is also the machine I would like
to host the Intranet page. I don't know what else to tell you about our
environment. There will probably only be 5-10 users hitting the page (for
now). And for now, the ASP page (yes just one page) is the only page.

cheers,
Matt.


 
Reply With Quote
 
 
 
 
Aaron Bertrand - MVP
Guest
Posts: n/a
 
      05-07-2004
Does the SQL Server machine have IIS installed? Does any other intranet
server have IIS installed?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/




"Matt." <> wrote in message
news:SyLmc.75522$ ...
> Hi all!
>
> I've written and tested my ASP page using the Localhost. It works fine.
> Now I'm ready to deliver it to the rest of the company. How do I put it

out
> there? Point me somewhere, please. My Google search ("how to publish
> intranet page") was woefully inadequate.
>
> The SQL Server is a Win2k machine, and that is also the machine I would

like
> to host the Intranet page. I don't know what else to tell you about our
> environment. There will probably only be 5-10 users hitting the page (for
> now). And for now, the ASP page (yes just one page) is the only page.
>
> cheers,
> Matt.
>
>



 
Reply With Quote
 
 
 
 
Matt.
Guest
Posts: n/a
 
      05-07-2004
Hi Aaron!

The SQL Server does have IIS installed. There are no other intranet servers
in our company.

cheers,
Matt.

"Aaron Bertrand - MVP" <> wrote in message
news:...
> Does the SQL Server machine have IIS installed? Does any other intranet
> server have IIS installed?
>
> --
> Aaron Bertrand
> SQL Server MVP
> http://www.aspfaq.com/
>
>
>
>
> "Matt." <> wrote in message
> news:SyLmc.75522$ ...
> > Hi all!
> >
> > I've written and tested my ASP page using the Localhost. It works fine.
> > Now I'm ready to deliver it to the rest of the company. How do I put it

> out
> > there? Point me somewhere, please. My Google search ("how to publish
> > intranet page") was woefully inadequate.
> >
> > The SQL Server is a Win2k machine, and that is also the machine I would

> like
> > to host the Intranet page. I don't know what else to tell you about our
> > environment. There will probably only be 5-10 users hitting the page

(for
> > now). And for now, the ASP page (yes just one page) is the only page.
> >
> > cheers,
> > Matt.
> >
> >

>
>



 
Reply With Quote
 
Dominique
Guest
Posts: n/a
 
      05-07-2004
then on that server(using terminal services or something)

go to iis console and se up the site the way you did it o your own
machine...

copy you file(s) to a location on that server , and point the default
website to that folder/file

give it a test by right-clicking the default website, and selecting
browse(in term services) just to make sure...

also make sure you starting file is called something like "default.asp" or
"index.asp"
although the latter will have to be added to the default file list in iis...

this is quite a rushed story, hope you get my meaning...


"Matt." <> wrote in message
news:%_Lmc.77847$ ...
> Hi Aaron!
>
> The SQL Server does have IIS installed. There are no other intranet

servers
> in our company.
>
> cheers,
> Matt.
>
> "Aaron Bertrand - MVP" <> wrote in message
> news:...
> > Does the SQL Server machine have IIS installed? Does any other intranet
> > server have IIS installed?
> >
> > --
> > Aaron Bertrand
> > SQL Server MVP
> > http://www.aspfaq.com/
> >
> >
> >
> >
> > "Matt." <> wrote in message
> > news:SyLmc.75522$ ...
> > > Hi all!
> > >
> > > I've written and tested my ASP page using the Localhost. It works

fine.
> > > Now I'm ready to deliver it to the rest of the company. How do I put

it
> > out
> > > there? Point me somewhere, please. My Google search ("how to publish
> > > intranet page") was woefully inadequate.
> > >
> > > The SQL Server is a Win2k machine, and that is also the machine I

would
> > like
> > > to host the Intranet page. I don't know what else to tell you about

our
> > > environment. There will probably only be 5-10 users hitting the page

> (for
> > > now). And for now, the ASP page (yes just one page) is the only page.
> > >
> > > cheers,
> > > Matt.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Matt.
Guest
Posts: n/a
 
      05-07-2004
Thanks all!

I didn't realize it was that simple. For now, I've added the asp page under
a subfolder of wwwroot, and have made the home page of the key users point
to that folder-file. It works beautifully. I'm almost considering taking
the rest of the day off to celebrate!!!!

cheers,
Matt.

"Dominique" <> wrote in message
news:c7g3ea$lpq$...
> then on that server(using terminal services or something)
>
> go to iis console and se up the site the way you did it o your own
> machine...
>
> copy you file(s) to a location on that server , and point the default
> website to that folder/file
>
> give it a test by right-clicking the default website, and selecting
> browse(in term services) just to make sure...
>
> also make sure you starting file is called something like "default.asp" or
> "index.asp"
> although the latter will have to be added to the default file list in

iis...
>
> this is quite a rushed story, hope you get my meaning...
>
>
> "Matt." <> wrote in message
> news:%_Lmc.77847$ ...
> > Hi Aaron!
> >
> > The SQL Server does have IIS installed. There are no other intranet

> servers
> > in our company.
> >
> > cheers,
> > Matt.
> >
> > "Aaron Bertrand - MVP" <> wrote in message
> > news:...
> > > Does the SQL Server machine have IIS installed? Does any other

intranet
> > > server have IIS installed?
> > >
> > > --
> > > Aaron Bertrand
> > > SQL Server MVP
> > > http://www.aspfaq.com/
> > >
> > >
> > >
> > >
> > > "Matt." <> wrote in message
> > > news:SyLmc.75522$ ...
> > > > Hi all!
> > > >
> > > > I've written and tested my ASP page using the Localhost. It works

> fine.
> > > > Now I'm ready to deliver it to the rest of the company. How do I

put
> it
> > > out
> > > > there? Point me somewhere, please. My Google search ("how to

publish
> > > > intranet page") was woefully inadequate.
> > > >
> > > > The SQL Server is a Win2k machine, and that is also the machine I

> would
> > > like
> > > > to host the Intranet page. I don't know what else to tell you about

> our
> > > > environment. There will probably only be 5-10 users hitting the

page
> > (for
> > > > now). And for now, the ASP page (yes just one page) is the only

page.
> > > >
> > > > cheers,
> > > > Matt.
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
I asked before and was told it could not be done, well its Done...?? Karen Parker NZ Computing 32 08-27-2004 07:21 AM
I asked before and was told it could not be done, well its Done...?? Karen Parker NZ Computing 7 08-26-2004 02:25 AM
IE 6 Hotmail, "error on page"+"Done, but with errors on page" James Computer Support 5 08-10-2004 07:48 PM
How to let browsers be done when parent is done and not wait for childrn's finishing in CGI Zhidian Du Perl Misc 0 02-21-2004 07:01 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57