A simple Question...

This is a discussion on "A simple Question..." within the Classic ASP section. This forum, and the thread "A simple Question... are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 10th, 2004, 14:25
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
A simple Question...

Using ASP can I directly access folders elswhere on the local network and put them on a website?

e.g. Word docs. If a user is in their own directory and is working on documents that change from day to day, is it possible to link directly to those documents on the network so that when somebody clicks a link on the live Internet webpage it will retrieve the document?

  #2 (permalink)  
Old Aug 10th, 2004, 15:09
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Wouldn't it be easier for the users to work on documents from the server via a shared folder?
Although you would have to be careful with permissions.
  #3 (permalink)  
Old Aug 10th, 2004, 15:19
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Sirkent
Wouldn't it be easier for the users to work on documents from the server via a shared folder?
Although you would have to be careful with permissions.<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

So that's a no then...?
  #4 (permalink)  
Old Aug 10th, 2004, 15:20
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
I would have to agree with Sirkent... never open up your local network to outside access from the internet.... thats just asking for it.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #5 (permalink)  
Old Aug 10th, 2004, 15:49
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
I wouldn't ever do something like this on the internet... but on an Intranet I don't see why it'd be a problem...
  #6 (permalink)  
Old Aug 10th, 2004, 15:59
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
He never said intra-net..... but yes, on an intra-net this would be ok.
just set the directory in question as a virtual directory, and set 'browse' permissions on it.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #7 (permalink)  
Old Aug 10th, 2004, 16:05
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Oh, I guess I was just hoping... That'd be a tad bit scary on the internet...
  #8 (permalink)  
Old Aug 10th, 2004, 16:24
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Court Jester
Oh, I guess I was just hoping... That'd be a tad bit scary on the internet...<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

I was thinking of the Internet but these docs need to be accessible on the Internet. Giving them a shared folder on the webserver sounds great but you don't know whom I'm dealing with - they make Luddites look good...so what you're saying is that it's possible but DON'T DO IT. Fair enough.
  #9 (permalink)  
Old Aug 10th, 2004, 16:38
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Thats about the size of it Lizard!
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #10 (permalink)  
Old Aug 11th, 2004, 08:17
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
How about a scheduled task that copies documents to the web directory, it could even check which ones have changed....
  #11 (permalink)  
Old Aug 11th, 2004, 08:35
Junior Member
Join Date: Jun 2004
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote" class="ffs">quote:<hr height="1" noshade="noshade" id="quote" />Originally posted by Smokie
How about a scheduled task that copies documents to the web directory, it could even check which ones have changed....<hr height="1" noshade="noshade" id="quote" /></blockquote id="quote">

Yes, now that sounds the business.
  #12 (permalink)  
Old Aug 11th, 2004, 08:45
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
well, i guess you wanna create a .VBS file which simply uses the File System Object to copy the .doc's from one directory to another.

I think you can use the last modified date to decide which files need to be moved, or just move the whole lot!

You can then use the Windows task scheduler to execute the .VBS every night.
Closed Thread

Tags
simple, question

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
hopefully a simple question newoptical Hosting & Domains 9 Sep 21st, 2007 22:02
simple question Daniel Web Page Design 29 Feb 6th, 2007 17:23
Simple CSS Question welshie Web Page Design 9 Jan 31st, 2007 12:22
a simple question (I think) Colm Osiris Introduce Yourself 4 Feb 8th, 2006 20:00
a simple question (I think) Colm Osiris Web Page Design 2 Feb 5th, 2006 09:17


All times are GMT. The time now is 06:22.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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