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
M B
NA
61
12k
Security Exception coming in a running asp.net website
Feb 10 2017 9:33 AM
I am getting this error when I am trying to call above function.
var controller = new createCustomerProfileController(request); // instantiate the contoller that will call the service
ontroller.Execute();
Error :- Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
I have tried my app.config file.
<system.web>
<securityPolicy>
<trustLevel name="Full" policyFile="internal"/>
</securityPolicy>
</system.web>
Please help me to solve this issue.
Reply
Answers (
1
)
Asp.Net GridView Edit Mode.
Reusing View in Another View or Not?