Security issue
-
Hi, I am working on a web application www.photo2text.com its working properly on local host. But it gives me error online. Here is the error, Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Please do help me. Thanks in Advance Arslan Ilyas
-
Hi, I am working on a web application www.photo2text.com its working properly on local host. But it gives me error online. Here is the error, Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Please do help me. Thanks in Advance Arslan Ilyas
-
It sounds like you havent got the correct rights when it is on the web server Can you give us a bit more detail about your app etc Also try googling the error message someone must have had the same problem before
Well this aplication convert imagage to text image. I've added a module to convert image format from one to other. I've done googling but i didn't found solution. I've given all the rights on web server. I've not made this site. I have made enhancement in this application. As i think this application was built in asp and then converted to asp.net because HTML controls have been used instead of ASP.Net controls. So, can you help me out? Any ways thanks for your response. Here is the url of appliction www.photo2text.com Thanks Arslan Ilyas
-
Well this aplication convert imagage to text image. I've added a module to convert image format from one to other. I've done googling but i didn't found solution. I've given all the rights on web server. I've not made this site. I have made enhancement in this application. As i think this application was built in asp and then converted to asp.net because HTML controls have been used instead of ASP.Net controls. So, can you help me out? Any ways thanks for your response. Here is the url of appliction www.photo2text.com Thanks Arslan Ilyas
check your database connection rights if you have any, when you get a security permissions error it usually means you do not have the correct rights to do stuff does the error message happen when you just view a page or when you perform an action on the page?
-
check your database connection rights if you have any, when you get a security permissions error it usually means you do not have the correct rights to do stuff does the error message happen when you just view a page or when you perform an action on the page?
when i perform an action. When i upload an image and then i want to convert it into text then this error occurs. I don't have any database attached with this application.
-
when i perform an action. When i upload an image and then i want to convert it into text then this error occurs. I don't have any database attached with this application.