Click here to Skip to main content
15,892,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to check window is popup or not? Pin
Abhijit Jana11-Jul-08 23:13
professionalAbhijit Jana11-Jul-08 23:13 
AnswerRe: How to check window is popup or not? Pin
Anurag Gandhi12-Jul-08 0:13
professionalAnurag Gandhi12-Jul-08 0:13 
GeneralRe: How to check window is popup or not? Pin
Abhijit Jana12-Jul-08 0:39
professionalAbhijit Jana12-Jul-08 0:39 
GeneralRe: How to check window is popup or not? Pin
Anurag Gandhi12-Jul-08 0:54
professionalAnurag Gandhi12-Jul-08 0:54 
GeneralRe: How to check window is popup or not? Pin
Abhijit Jana12-Jul-08 0:57
professionalAbhijit Jana12-Jul-08 0:57 
GeneralRe: How to check window is popup or not? Pin
Anurag Gandhi12-Jul-08 1:11
professionalAnurag Gandhi12-Jul-08 1:11 
GeneralRe: How to check window is popup or not? Pin
Abhijit Jana12-Jul-08 1:21
professionalAbhijit Jana12-Jul-08 1:21 
Questionsecurity Exception Pin
vijaya_sarathys11-Jul-08 23:05
vijaya_sarathys11-Jul-08 23:05 
i want to convert the any video file into .flv format.. it is worked local server perfectly.. but it is not worked in web server... security exception will be displayed.. i used ffmpeg.exe tool only... pls help me


Process ffmpeg; // creating process
string video;
string mpg;
video = Page.MapPath("movie.wmv");
mpg = Page.MapPath("") + "\\video.flv"; // thumb name with path !
ffmpeg = new Process();
ffmpeg.StartInfo.Arguments = "-i " + video + " -f flv -vcodec flv -qscale 10 -s 480x360 -ar 44100 -acodec libmp3lame " + mpg; // arguments !
ffmpeg.StartInfo.FileName = Page.MapPath("ffmpeg.exe");
ffmpeg.Start();

my web config file


<?xml version="1.0"?>
<configuration>
<connectionStrings/>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
<authentication mode="Windows"/>
<httpRuntime executionTimeout="240" maxRequestLength="2097151" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100"/>
</system.web>
</configuration>


i receive this error what is this error tell me pls


Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

Exception Details: System.Security.SecurityException: Request failed.

Source Error:


[No relevant source lines]


Source File: App_Web_1lwzeoop.0.cs Line: 0

Stack Trace:


[SecurityException: Request failed.]
_Default.Button1_Click(Object sender, EventArgs e) +0
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7350
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) in App_Web_1lwzeoop.0.cs
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
AnswerRe: security Exception Pin
just3ala212-Jul-08 23:15
just3ala212-Jul-08 23:15 
QuestionMail Inbox Pin
TheEagle11-Jul-08 22:36
TheEagle11-Jul-08 22:36 
AnswerRe: Mail Inbox Pin
Abhijit Jana11-Jul-08 23:08
professionalAbhijit Jana11-Jul-08 23:08 
GeneralRe: Mail Inbox Pin
TheEagle12-Jul-08 0:10
TheEagle12-Jul-08 0:10 
AnswerRe: Mail Inbox Pin
Abhijit Jana12-Jul-08 0:33
professionalAbhijit Jana12-Jul-08 0:33 
Questionmarquee on master page Pin
TheEagle11-Jul-08 21:59
TheEagle11-Jul-08 21:59 
QuestionRe: marquee on master page Pin
Abhijit Jana11-Jul-08 22:22
professionalAbhijit Jana11-Jul-08 22:22 
AnswerRe: marquee on master page Pin
TheEagle11-Jul-08 22:29
TheEagle11-Jul-08 22:29 
AnswerRe: marquee on master page Pin
TheEagle11-Jul-08 22:33
TheEagle11-Jul-08 22:33 
Questioninsert data from one table to another table (with condition) Pin
Sneha Bisht11-Jul-08 21:13
Sneha Bisht11-Jul-08 21:13 
AnswerRe: insert data from one table to another table (with condition) Pin
Guffa12-Jul-08 0:55
Guffa12-Jul-08 0:55 
Questionproblam in nbsp; Pin
Rinki Mukheraji11-Jul-08 21:04
Rinki Mukheraji11-Jul-08 21:04 
Questionhow to write a method or function which returns time range values Pin
Rameez Raja11-Jul-08 20:28
Rameez Raja11-Jul-08 20:28 
AnswerRe: how to write a method or function which returns time range values Pin
Imran Khan Pathan11-Jul-08 20:46
Imran Khan Pathan11-Jul-08 20:46 
GeneralRe: how to write a method or function which returns time range values Pin
Anubhava Dimri13-Jul-08 19:16
Anubhava Dimri13-Jul-08 19:16 
QuestionAdding row to the gridview Pin
kimo code11-Jul-08 20:07
kimo code11-Jul-08 20:07 
QuestionHTML control Pin
strawberrysh11-Jul-08 18:49
strawberrysh11-Jul-08 18:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.