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.
|
|
|
|
|
![]() |
||
A simple Question...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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? |
|
|
|
|||
|
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. |
|
|||
|
<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...? |
|
||||
|
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
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
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...
|
|
||||
|
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
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Oh, I guess I was just hoping... That'd be a tad bit scary on the internet...
|
|
|||
|
<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. |
|
||||
|
Thats about the size of it Lizard!
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
How about a scheduled task that copies documents to the web directory, it could even check which ones have changed....
|
|
|||
|
<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. |
|
|||
|
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. |
![]() |
| Tags |
| simple, question |
| Thread Tools | |
|
|
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 |