Hi all, I have a problem ie., while running project on my machine .It is running faster. It is storing images in my temporary internet folder. But if i am accessing my webpage in other machines which is connected over the network using my IP address.It doesnot stores it in Temporary Internet files folder. Because of this my apllication is running slow. Is that any way to store images in client machine.Please Help me. Thanx in Advance.. C.Babu
BabuChellathurai
Posts
-
Problem regarding Temporary Internet files -
How to change the IE browser Setting through JavascriptIn my project i want to use an ActiveX control. The user should not change any settings of the browser. I want programatically to change the settings for adding my site to Trusted Sites and i want to change the ActiveX control to be enabled in the browser. Can anybody help me.......... Advance Thanx, Regards, C.Babu
-
How to invoke an exe in the client from WebpageI am getting System.Security.Security Exception System.Security.SecurityException: Request failed. at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Assembly asm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed) at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Object assemblyOrString, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, SecurityAction action, Object demand, IPermission permThatFailed) at System.Security.CodeAccessSecurityEngine.CheckSetHelper(PermissionSet grants, PermissionSet refused, PermissionSet demands, RuntimeMethodHandle rmh, Object assemblyOrString, SecurityAction action, Boolean throwException) at System.Security.CodeAccessSecurityEngine.CheckSetHelper(CompressedStack cs, PermissionSet grants, PermissionSet refused, PermissionSet demands, RuntimeMethodHandle rmh, Assembly asm, SecurityAction action) at coding.UserControl1.button1_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) The action that failed was: LinkDemand The type of the first permission that failed was: System.Security.PermissionSet The Zone of the assembly that failed was: Intranet C.Babu B.E.,
-
How to invoke an exe in the client from WebpageHere in my project,I want to invoke an exe from webpage. It shows more nos. of security errors. Is this possible to do???. I am struggling for the pas t 2 weeks. Anyone help please.............. Advance thanks, Regards, C.Babu C.Babu B.E.,
-
How to get status of the of the wave file [modified]I am using the mciSendString method in my project where i am unable to get the length of the wave file playing.Help me..... Framework version is v1.1,Visual Studio .Net 2003 mciSendString("open c:/MyMedia/Babu.wav type waveaudio alias song","MCI_OPEN",128,0) mciSendString("set song time format hms","MCI_SET_TIME_FORMAT",255,0) mciSendString("status song length",rs,255,0) mciSendString("play song from 1 to 6000 wait","MCI_PLAY",255,0) Advance thanx. C.Babu B.E., -- modified at 0:50 Monday 13th November, 2006