Click here to Skip to main content
15,922,584 members
Home / Discussions / Web Development
   

Web Development

 
QuestionReportViewer DLLs Pin
SharonaM20-Aug-07 3:59
SharonaM20-Aug-07 3:59 
Questionhow to create validate login form in javascript....? Pin
rambrahmam.g20-Aug-07 3:35
rambrahmam.g20-Aug-07 3:35 
AnswerRe: how to create validate login form in javascript....? Pin
Michael Sync20-Aug-07 4:30
Michael Sync20-Aug-07 4:30 
Questiondisable the save/copy images on right click of image in asp.net Pin
harryforum20-Aug-07 2:18
harryforum20-Aug-07 2:18 
AnswerRe: disable the save/copy images on right click of image in asp.net Pin
Michael Sync20-Aug-07 4:25
Michael Sync20-Aug-07 4:25 
AnswerRe: disable the save/copy images on right click of image in asp.net Pin
Vasudevan Deepak Kumar20-Aug-07 21:47
Vasudevan Deepak Kumar20-Aug-07 21:47 
QuestionJscripts within tab widgets Pin
matjame19-Aug-07 20:59
matjame19-Aug-07 20:59 
QuestionServer.Mappath is giving Error after Deployment Pin
naresh51118-Aug-07 4:21
naresh51118-Aug-07 4:21 
Hello,
I have a download functionality in my web application. I let users to select wav files then I zip it and finally provided a download functionality. For this I placed all the wav files in one of the folder under "App_Data" folder in my solution. Their is again a "Download" folder under "App_Data" and I use it for temporarily storing zipped files.After download is over this zip file under "Download" folder is deleted automatically. Everything is working fine on my local machine. But when I deployed this Application on server and tried to download files I am receiving error "Access to the path 'MyServerpath\Applicationname\App_Data\Downloads\zipfilename.zip' is denied.
I am not using any particular accounts for user to access this functionality and is not having any groups also.

Here is my code: where i am getting error:(having //Error tag)
Blush | :O
string filepath = (Server.MapPath("./App_Data/Downloads/") + zippedfile);

//Error Smile | :) System.IO.FileStream fs = new System.IO.FileStream(filepath, System.IO.FileMode.Open);
///set the content type
//Response.ContentType = "application/zip";
///set Content-Disposition
Response.AppendHeader("Content-Disposition", "attachment; filename=" + zippedfile);

Need urgent Help.

Naresh

AnswerRe: Server.Mappath is giving Error after Deployment Pin
Fred_Smith18-Aug-07 5:23
Fred_Smith18-Aug-07 5:23 
QuestionProblem with 100% height table layout Pin
HaBiX18-Aug-07 1:03
HaBiX18-Aug-07 1:03 
AnswerRe: Problem with 100% height table layout Pin
Rama Krishna Vavilala18-Aug-07 3:27
Rama Krishna Vavilala18-Aug-07 3:27 
GeneralRe: Problem with 100% height table layout Pin
HaBiX18-Aug-07 11:10
HaBiX18-Aug-07 11:10 
QuestionInbound and outbound connection - windows xp Pin
Ananthalvan17-Aug-07 14:02
Ananthalvan17-Aug-07 14:02 
AnswerRe: Inbound and outbound connection - windows xp Pin
Fred_Smith18-Aug-07 1:14
Fred_Smith18-Aug-07 1:14 
GeneralRe: Inbound and outbound connection - windows xp Pin
Ananthalvan8-Sep-07 9:58
Ananthalvan8-Sep-07 9:58 
QuestionNOT GETTING CURSOR POSITION in LIGHT BOXES in MOZILLA Pin
jophinmichael17-Aug-07 4:07
jophinmichael17-Aug-07 4:07 
AnswerRe: NOT GETTING CURSOR POSITION in LIGHT BOXES in MOZILLA Pin
Johnny ²17-Aug-07 14:33
Johnny ²17-Aug-07 14:33 
QuestionText is not WRAPPING in MOZILLA Pin
jophinmichael17-Aug-07 4:04
jophinmichael17-Aug-07 4:04 
AnswerRe: Text is not WRAPPING in MOZILLA Pin
Shog917-Aug-07 6:51
sitebuilderShog917-Aug-07 6:51 
AnswerRe: Text is not WRAPPING in MOZILLA Pin
Fred_Smith17-Aug-07 7:12
Fred_Smith17-Aug-07 7:12 
GeneralRe: Text is not WRAPPING in MOZILLA Pin
Guffa17-Aug-07 7:45
Guffa17-Aug-07 7:45 
GeneralRe: Text is not WRAPPING in MOZILLA Pin
Fred_Smith17-Aug-07 7:49
Fred_Smith17-Aug-07 7:49 
QuestionpWebsite Pin
Tsepoz17-Aug-07 3:02
Tsepoz17-Aug-07 3:02 
AnswerRe: pWebsite Pin
Shog917-Aug-07 6:58
sitebuilderShog917-Aug-07 6:58 
QuestionShortcut Key.. Pin
Dotnetkanna17-Aug-07 2:10
Dotnetkanna17-Aug-07 2:10 

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.