Re: need some help
From: Ken Kolda (ken.kolda_at_elliemae-nospamplease.com)
Date: 01/19/05
- Next message: ADLearner: "Dynamic binding to an interface"
- Previous message: Ken Kolda: "Re: Simple remoting failure calling Object.Equals across sink interface"
- In reply to: Mike: "need some help"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 19 Jan 2005 08:23:48 -0800
As you mentioned, this is probably permission-related. So, when you say that
the file is not being saved, what is happening? On the line of code that
opens the file for writing, it should either succeed (in which case you
should see, at a minimum, a 0 byte file) or you'll get an exception. If
you've got an exception, what does it say? If no exception and it appears
that the write succeeds but there's no file, check to be sure you're writing
the file to the location you think you're writing it.
Ken
"Mike" <Mike@discussions.microsoft.com> wrote in message
news:45E6AC99-9CA4-48B5-BAA5-252AEA5D8C48@microsoft.com...
> I have an asp.net web page (vb.net) that talks to another pc via a port. I
> can connect to the pc fine. When i connect to the pc via the port, its
> suppose to return me a file and then save that file to the web server
under
> the web site directory. Well the file is not being saved to the folder.
When
> i run the app in debug mode i can see the file coming acrossed but not
being
> saved. Could this be a permission issue or something different? Has anyone
> ever done soemthing like this via a asp.net app? Now this same code for
this
> class works in a winform application
>
- Next message: ADLearner: "Dynamic binding to an interface"
- Previous message: Ken Kolda: "Re: Simple remoting failure calling Object.Equals across sink interface"
- In reply to: Mike: "need some help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|