I´m having some troubels in generating a pdf file. When i try the helloworldMVC exampel it works. At the moment it generates 12 pages, and i had it working. It should generate more pages but not public.
My problem is now i can´t get it generating the pdf, it starts up but it only waiting for localhost.
Here is an image from the IIS Working process. The only way i can get rid of this is recycling app pool.
It seem to me it takes up a lot of memory, if i check the IIS Worker Process, in Windows, it just generate more and more memory use.
"I´m having some troubels in generating a pdf file. When i try the helloworldMVC exampel it works. At the moment it generates 12 pages, and i had it working. It should generate more pages but not public.
My problem is now i can´t get it generating the pdf, it starts up but it only waiting for localhost. "
What do you mean by "more pages but not public"??
I would approach this by putting break points on your Razor and stepping through the code until it hangs. Or comment out the dynamic parts one by one until it starts to work again so that you can identify which part causes the issue.
UpdateRequestCache - Troubles
HI
Im running this setup
I´m having some troubels in generating a pdf file. When i try the helloworldMVC exampel it works. At the moment it generates 12 pages, and i had it working. It should generate more pages but not public.
My problem is now i can´t get it generating the pdf, it starts up but it only waiting for localhost.
Here is an image from the IIS Working process. The only way i can get rid of this is recycling app pool.
It seem to me it takes up a lot of memory, if i check the IIS Worker Process, in Windows, it just generate more and more memory use.
I hope this give some meaning :-)
If not let me know :-)
René
Hi I'm not sure what is happening: You said.
"I´m having some troubels in generating a pdf file. When i try the helloworldMVC exampel it works. At the moment it generates 12 pages, and i had it working. It should generate more pages but not public.
My problem is now i can´t get it generating the pdf, it starts up but it only waiting for localhost. "
What do you mean by "more pages but not public"??
I would approach this by putting break points on your Razor and stepping through the code until it hangs. Or comment out the dynamic parts one by one until it starts to work again so that you can identify which part causes the issue.
Let me know how you get on!
Thanks.
Hi
I can see that it was a bit late last night, it does not give any meaning. Sorry
Tanks for your advice.
I will get back on this.
René
is working on a reply...