.net - Path in Web.config -


in web.config file iam using path this

d:\\folder1\\folder\\folder\\folder\\folder\\folder\\folder\\ 

but in page iam getting d:folder folder ....like this

please me

thanks in advance.

try using \\ or /

also: why not using relative path instead of absolute?


Comments