Click here to Skip to main content
15,907,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: History List for a Form Field Pin
#realJSOP23-Aug-06 10:55
professional#realJSOP23-Aug-06 10:55 
GeneralRe: History List for a Form Field Pin
ToddHileHoffer23-Aug-06 7:48
ToddHileHoffer23-Aug-06 7:48 
GeneralRe: History List for a Form Field [modified] Pin
#realJSOP23-Aug-06 10:46
professional#realJSOP23-Aug-06 10:46 
QuestionCustom error page is ignored Pin
ake_krakbar23-Aug-06 4:45
ake_krakbar23-Aug-06 4:45 
AnswerRe: Custom error page is ignored Pin
ToddHileHoffer23-Aug-06 5:31
ToddHileHoffer23-Aug-06 5:31 
GeneralRe: Custom error page is ignored Pin
ake_krakbar24-Aug-06 1:43
ake_krakbar24-Aug-06 1:43 
QuestionWeb.config path Pin
seee sharp23-Aug-06 4:27
seee sharp23-Aug-06 4:27 
AnswerRe: Web.config path Pin
Guffa23-Aug-06 4:34
Guffa23-Aug-06 4:34 
You can only get the path when MapPath is available. If it's really not available, you have to store the value when it is, so that you can get it when it isn't.

If the code is run because of a request, you can always use MapPath. You can reach it through HttpContext.Current.Server.MapPath.

MapPath("~") gets the root folder. The root may or may not contain a web.config file. Each subfolder may also contain a web.config file.


---
b { font-weight: normal; }

QuestionRe: Web.config path Pin
seee sharp23-Aug-06 4:42
seee sharp23-Aug-06 4:42 
AnswerRe: Web.config path Pin
seee sharp23-Aug-06 4:48
seee sharp23-Aug-06 4:48 
AnswerRe: Web.config path Pin
Guffa23-Aug-06 12:08
Guffa23-Aug-06 12:08 
GeneralRe: Web.config path Pin
seee sharp25-Aug-06 1:15
seee sharp25-Aug-06 1:15 
AnswerRe: Web.config path Pin
Guffa25-Aug-06 9:37
Guffa25-Aug-06 9:37 
Questionfolder browser dialog Pin
248912823-Aug-06 4:25
248912823-Aug-06 4:25 
AnswerRe: folder browser dialog Pin
ake_krakbar23-Aug-06 4:47
ake_krakbar23-Aug-06 4:47 
GeneralRe: folder browser dialog Pin
248912823-Aug-06 4:52
248912823-Aug-06 4:52 
QuestionASP.NET passing values from one form to another? Pin
Solly7423-Aug-06 4:01
Solly7423-Aug-06 4:01 
AnswerRe: ASP.NET passing values from one form to another? Pin
_AK_23-Aug-06 4:03
_AK_23-Aug-06 4:03 
GeneralRe: ASP.NET passing values from one form to another? Pin
Not Active23-Aug-06 4:10
mentorNot Active23-Aug-06 4:10 
GeneralRe: ASP.NET passing values from one form to another? Pin
_AK_23-Aug-06 4:22
_AK_23-Aug-06 4:22 
GeneralRe: ASP.NET passing values from one form to another? Pin
Solly7423-Aug-06 8:02
Solly7423-Aug-06 8:02 
GeneralRe: ASP.NET passing values from one form to another? Pin
_AK_23-Aug-06 18:35
_AK_23-Aug-06 18:35 
GeneralRe: ASP.NET passing values from one form to another? Pin
chaddolan23-Aug-06 7:12
chaddolan23-Aug-06 7:12 
GeneralRe: ASP.NET passing values from one form to another? Pin
Not Active23-Aug-06 7:25
mentorNot Active23-Aug-06 7:25 
QuestionForeign Key in DataGrid Pin
Dayekh23-Aug-06 3:56
Dayekh23-Aug-06 3:56 

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.