Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Rotativa pdf doesn't work when published to Azure Server
Rupesh Kahane
8y
890
1
Reply
I have a web app with Asp.net MVC 5 and I used Rotativa for the pdf.
Bellow is my code
public ActionResult DoPdf(int id)
{
return new ActionAsPdf("PrintMyPdf", new { id = id }) { FileName = string.Format("Demo_{0}.pdf", id) };
}
Rotativa doesn't work when published to Azure Server but it works on my local computer.
It is giving bellow error
500 - The request timed out.
The web server failed to respond within the specified time.
Please give me suggestion.
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
GridView Cell value cannot fetch
Specified view name for Grid.Mvc not found. ViewName: _Grid