Click here to Skip to main content
15,914,452 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generaltextbox validation through javascripting. Pin
ritu43216-Jan-08 22:18
ritu43216-Jan-08 22:18 
GeneralRe: textbox validation through javascripting. Pin
N a v a n e e t h6-Jan-08 22:22
N a v a n e e t h6-Jan-08 22:22 
GeneralRe: textbox validation through javascripting. Pin
Declan Bright6-Jan-08 23:00
Declan Bright6-Jan-08 23:00 
GeneralPop up window in ASP.Net Pin
Anuradha6126-Jan-08 21:19
Anuradha6126-Jan-08 21:19 
GeneralRe: Pop up window in ASP.Net Pin
N a v a n e e t h6-Jan-08 21:32
N a v a n e e t h6-Jan-08 21:32 
GeneralRe: Pop up window in ASP.Net Pin
Anuradha6126-Jan-08 21:37
Anuradha6126-Jan-08 21:37 
GeneralRe: Pop up window in ASP.Net Pin
N a v a n e e t h6-Jan-08 21:43
N a v a n e e t h6-Jan-08 21:43 
GeneralMove contents from one directory into another Pin
.NET- India 6-Jan-08 21:10
.NET- India 6-Jan-08 21:10 
Hello Friends,

I want to copy the contents(subdirectories and files) from source folder into destination folder.

Here is my code ...........

DirectoryInfo dir=new DirectoryInfo(MapPath(".")+"\\"+"Images");
dir.MoveTo(MapPath(".")+"\\"+"Hello");



and also I've set <identity impersonate="true" /> in web.config

The error i'm getting is given below...

Access to the path "c:\inetpub\wwwroot\Rough\Images" is denied.

GeneralRe: Move contents from one directory into another Pin
N a v a n e e t h6-Jan-08 21:30
N a v a n e e t h6-Jan-08 21:30 
Generalpassing parameters in report.rdlc Pin
Sanjay Kunjam6-Jan-08 20:59
Sanjay Kunjam6-Jan-08 20:59 
Generalquerying as Global Address List Pin
nicetohaveyou6-Jan-08 20:50
nicetohaveyou6-Jan-08 20:50 
GeneralRe: querying as Global Address List Pin
Declan Bright6-Jan-08 23:19
Declan Bright6-Jan-08 23:19 
GeneralProblem in creating virtual directory for an application.. Pin
Balagurunathan S6-Jan-08 20:32
Balagurunathan S6-Jan-08 20:32 
GeneralRe: Problem in creating virtual directory for an application.. Pin
N a v a n e e t h6-Jan-08 21:31
N a v a n e e t h6-Jan-08 21:31 
QuestionHow to retain Data of Main page controls. Pin
Binod K6-Jan-08 20:31
Binod K6-Jan-08 20:31 
AnswerRe: How to retain Data of Main page controls. Pin
N a v a n e e t h6-Jan-08 21:27
N a v a n e e t h6-Jan-08 21:27 
GeneralRe: How to retain Data of Main page controls. Pin
KANGAROO_7-Jan-08 1:27
KANGAROO_7-Jan-08 1:27 
QuestionDynamically Adding Table Rows Columns in asp.net Pin
kolag6-Jan-08 20:21
kolag6-Jan-08 20:21 
GeneralRe: Dynamically Adding Table Rows Columns in asp.net Pin
N a v a n e e t h6-Jan-08 20:25
N a v a n e e t h6-Jan-08 20:25 
GeneralRe: Dynamically Adding Table Rows Columns in asp.net Pin
kolag6-Jan-08 22:03
kolag6-Jan-08 22:03 
GeneralRe: Dynamically Adding Table Rows Columns in asp.net Pin
N a v a n e e t h6-Jan-08 22:19
N a v a n e e t h6-Jan-08 22:19 
AnswerRe: Dynamically Adding Table Rows Columns in asp.net Pin
kolag21-Jan-08 23:15
kolag21-Jan-08 23:15 
GeneralRe: Dynamically Adding Table Rows Columns in asp.net Pin
N a v a n e e t h22-Jan-08 19:29
N a v a n e e t h22-Jan-08 19:29 
Generalmaster page Pin
RajeevKumarSharma6-Jan-08 19:21
RajeevKumarSharma6-Jan-08 19:21 
GeneralRe: master page Pin
N a v a n e e t h6-Jan-08 20:08
N a v a n e e t h6-Jan-08 20:08 

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.