RE: 2 servers, 1 website, security issue
- From: musosdev <musoswire@xxxxxxxxxxxxxxxx>
- Date: Mon, 29 Jan 2007 07:00:00 -0800
Hi Walter,
Sorry I confused you - probably something to do with the fact that I'm
confused!
Unfortunately, I can't get access to that setup again until tomorrow, but
you're probably right regarding the %20, so the path would be..
"%2fmyshare%2fsaved%2fthis%20is%20my%20file.ext"
Assuming that's the case, and "/myshare/" exists as a virtual directory on
my website, with the saved directory and a file called "this is my file.ext"
- it's giving me an 500 error whenever I try and access the files.
The filename it's looking for is pulled from the sql database, and the path
info is stored in appsettings, so my page loads an IFrame with the url..
IFrame.Attributes.Add("src", AppSettings["contractPath"].ToString() +
data("filename"));
I'll have a look tomorrow and keep you posted.
Cheers
Dan
"Walter Wang [MSFT]" wrote:
Hi Dan,.
I'm not sure if I fully understand your question. However, isn't space
should be represented by %20 in URL? The %2f is '/'. Where did you get the
generated URL "/myshare/saved/this%2fis%2fmy%2ffile.ext"?
Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- RE: 2 servers, 1 website, security issue
- From: Walter Wang [MSFT]
- RE: 2 servers, 1 website, security issue
- References:
- RE: 2 servers, 1 website, security issue
- From: Walter Wang [MSFT]
- RE: 2 servers, 1 website, security issue
- From: musosdev
- RE: 2 servers, 1 website, security issue
- From: Walter Wang [MSFT]
- RE: 2 servers, 1 website, security issue
- From: musosdev
- RE: 2 servers, 1 website, security issue
- From: musosdev
- RE: 2 servers, 1 website, security issue
- From: Walter Wang [MSFT]
- RE: 2 servers, 1 website, security issue
- Prev by Date: RE: 2 servers, 1 website, security issue
- Next by Date: RE: 2 servers, 1 website, security issue
- Previous by thread: RE: 2 servers, 1 website, security issue
- Next by thread: RE: 2 servers, 1 website, security issue
- Index(es):
Relevant Pages
|
|