Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Response.Redirect to network file

Reply
Thread Tools

Response.Redirect to network file

 
 
Johannes Klos
Guest
Posts: n/a
 
      10-03-2005
Hello

I am new to ASP.NET Development, but I have a serious problem.
I want to Redirect to something like \\server\share\file
But it does not work. The only way I can make the client show the file ist
to use Response.WriteFile or Response.Write But then the user cannot change
anything in the file and save it back to \\server\share\file He has to
manually store it there again.

Is there a way to solve that problem?


 
Reply With Quote
 
 
 
 
cbDevelopment
Guest
Posts: n/a
 
      11-13-2005
To allow the user be be able to edit and save the document on \\Server
\share, the user would have to be able to access that server and share
from their workstation (i.e. go to Start>Run and enter \\server\share).
If the user cannot do that, then they cannot edit the file directly on
the server. In these cases you will get a 404 not found error because
the client cannot resolve the server name.

Your approach is correct for transferring protected internal resources to
external clients, but the result as you see is that it is a copy of the
data.

The only way I know of to allow users to put files from the outside to
the inside is using http file upload.

If I misunderstood your environment, let me know and I will clarify.

"Johannes Klos" <> wrote in
news::

> Hello
>
> I am new to ASP.NET Development, but I have a serious problem.
> I want to Redirect to something like \\server\share\file
> But it does not work. The only way I can make the client show the file
> ist to use Response.WriteFile or Response.Write But then the user
> cannot change anything in the file and save it back to
> \\server\share\file He has to manually store it there again.
>
> Is there a way to solve that problem?
>
>
>


 
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
Close excel file from laptop remotely? file on network desktop? lbbss Computer Support 2 12-01-2009 11:40 AM
File sharing in wireless network - network path not found =?Utf-8?B?SmFtZXM=?= Wireless Networking 5 08-24-2006 09:12 PM
An Automated process of watching a network file folder, reading a file in it and deleting the file using ASP.NET ? Luis Esteban Valencia Muņoz ASP .Net 3 06-04-2005 10:56 AM
My Network Places | Entire Network ?? Rush Wireless Networking 0 09-21-2004 09:43 PM
Network Computer Reboots when Laptop Connects to Wireless Network Charles Law Wireless Networking 7 09-14-2004 02:11 PM



Advertisments