Click here to Skip to main content
16,005,236 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to pass Mulitple values through 'location.href' ?? Pin
Abubakarsb3-May-06 9:34
Abubakarsb3-May-06 9:34 
AnswerRe: How to pass Mulitple values through 'location.href' ?? Pin
Guffa3-May-06 0:23
Guffa3-May-06 0:23 
Questionhow to do "Lucene- WildCard Search" Pin
kpsetty2-May-06 22:32
kpsetty2-May-06 22:32 
AnswerRe: how to do "Lucene- WildCard Search" Pin
R.Prabha Devi3-May-06 1:57
R.Prabha Devi3-May-06 1:57 
QuestionCreate Directory..... Pin
NeverHeardOfMe2-May-06 22:27
NeverHeardOfMe2-May-06 22:27 
AnswerRe: Create Directory..... Pin
Jakob Farian Krarup2-May-06 23:54
Jakob Farian Krarup2-May-06 23:54 
GeneralRe: Create Directory..... Pin
NeverHeardOfMe3-May-06 0:07
NeverHeardOfMe3-May-06 0:07 
GeneralRe: Create Directory..... Pin
J4amieC3-May-06 0:45
J4amieC3-May-06 0:45 
I dont think anyone other than your hosting comany could possibly give you a definitive 100% accurate answer - but the chance of finding and speaking to a programmer there that understands such matters is slim!.

I can tell you that Server.MapPath works better the more of the path it has to go on. So, in your case you say that this works:

objFile.SaveAs(Server.MapPath("subfolderX\" & savedFilename))

so you are giving it quite alot to go on
Server.MapPath("subfolderX\myfilename.ext")

the one you say does not work has less to go on
Server.MapPath("subfolderX")

if you know the folder above subfolderx, you might try prepending that to give MapPath more of a hint, but I cant guarantee that will make any difference whatsoever.

Current blacklist
svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

GeneralRe: Create Directory..... Pin
NeverHeardOfMe3-May-06 1:10
NeverHeardOfMe3-May-06 1:10 
QuestionAddhandler to a dynamic control not working -- VS 2003 Pin
Rizwan Bashir2-May-06 21:59
Rizwan Bashir2-May-06 21:59 
QuestionData Relations Pin
kuwl_mark2-May-06 21:44
kuwl_mark2-May-06 21:44 
QuestionButton with dinamic text Pin
papa19802-May-06 21:27
papa19802-May-06 21:27 
AnswerRe: Button with dinamic text Pin
CWIZO2-May-06 21:37
CWIZO2-May-06 21:37 
GeneralRe: Button with dinamic text Pin
papa19802-May-06 22:14
papa19802-May-06 22:14 
GeneralRe: Button with dinamic text Pin
CWIZO2-May-06 22:58
CWIZO2-May-06 22:58 
GeneralRe: Button with dinamic text Pin
papa19802-May-06 23:49
papa19802-May-06 23:49 
GeneralRe: Button with dinamic text Pin
CWIZO2-May-06 23:53
CWIZO2-May-06 23:53 
Questiondropdownlist Pin
Balwan2-May-06 20:39
Balwan2-May-06 20:39 
AnswerRe: dropdownlist Pin
CWIZO2-May-06 21:37
CWIZO2-May-06 21:37 
QuestionEnabled/Disabled dropdownlist Pin
MissionSuccess2-May-06 19:52
MissionSuccess2-May-06 19:52 
AnswerRe: Enabled/Disabled dropdownlist Pin
R.Prabha Devi2-May-06 21:57
R.Prabha Devi2-May-06 21:57 
GeneralRe: Enabled/Disabled dropdownlist Pin
MissionSuccess3-May-06 0:10
MissionSuccess3-May-06 0:10 
QuestionDrop down list Pin
Balwan2-May-06 19:47
Balwan2-May-06 19:47 
AnswerRe: Drop down list Pin
CWIZO2-May-06 21:38
CWIZO2-May-06 21:38 
Questionbinding slides to grid Pin
sandip manoj2-May-06 18:53
sandip manoj2-May-06 18:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.