AideedSS
Error 500.9 when I expand httpRuntime size
I have a error problem, and how do I solve it..I got error
I tried to allowing website to upload more than 10mb..so I put
When I run it, it response error 500.19
The following is its response...how do I solve this?
___
Config error
Config Source:
4 replies
❔ Is it possible to build a session in WinForm C#?
By using session, I want to pass the data from Launcher to another launcher.
I have been thinking of write file, then other launcher just read it..but that's doesnt seems a secure in term of security? Is there a way to save variable into cache memory or session to be read in another launcher?
8 replies
❔ ✅ How to get ImageLocation from Controls?
lets say
and then, I want to retrieve
ImageLocation
..But with panel1.Controls..
soo
ImageLocation
definition arent available..How to make code able to identify that panel1.Controls[0]
is a PictureBox
, so I could retrieve ImageLocation
?4 replies
❔ How to build a function that return TextFragmentCollection based on PDF file url?
I already have a searchable pdf, but I want to convert it into pdf with digital text...I already got the code, but, unfortunately there is no method GetTextFragment.. I have been looking for it in itext7, Aspose and iTextSharp, None of them have this..Therefore, I was wondering if there is a way to get TextFragmentCollection where source file as parameter
3 replies
❔ How to rebuild searchable PDF to PDF with digital text
I have already got searchable PDF, but that wasnt in text digital, it just an image but detected text..How can I change every word in searchable PDF into PDF but every word are retype into text(not a text from image) and every text written are at the same position??
2 replies