TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
siddharth rai
NA
10
5.2k
excel report generation error
Jul 5 2013 2:55 AM
sir,
i am generating the excel report . when ever i m generating that on my localhost then it is generate successfully but when ever i m generating on remote server then a authentication windows appear.
theWorkbook.SaveCopyAs(fileName);
theWorkbook.Close(
false
, fileName,
true
);
byte
[] data = ExportImportUtil.StreamFile(fileName);
File.Delete(fileName);
return
data;
response.ContentType =
"
application/xls"
;
response.OutputStream.Write(fileContent,
0
, fileContent.Length);
response.AddHeader(
"
content-disposition"
,
"
attachment;filename="
+ fileName)
Reply
Answers (
3
)
XmlSerializer
connection.open problem. Error: "Could not find file..."