Hi, Iam working on a web application MyApp. I have a root folder My App and a sub folder Media inside MyApp with images. The images are uploaded and downloaded through the application. I want to secure this folder Media so that no one can access the images by typing the URL http:// //MYApp/Media/ in the address bar . How can i block the access to images through browser such that the upload and download via application is not affected an no one can access images also? Any kind of help will be appreciated. Thanks Ramya
prgramya
Posts
-
Block access to images in website -
Crsytal reports help neededHi, I am currently working on a windows and web application which was developed in VS 2003. Now these two applications have been ported to VS 2005 and .Net 3.0. When the applications were ported the crystal reports dll(v9.1.9800.0) that were added as reference to the two applications have automatically changed to v 10.2.3600.0 which is for .net 2.0. I would like to know that whether i can use the crystal reports dll v9.1.9800.0 (VS 2003) in the newly ported application? Will the application work if i add the crystal reports dll v9.1.9800.0 as a reference to the newly ported application? Will the crystal reports dll v9.1.9800.0 be compatible with the newly ported application in vs 2005?. Thanks Ramya
-
Client application using request version HTTP 1.1 though the protocol is set to 1.0 in the code.Hi all, Iam using a client application developed in c# that connects to a webservice in a remote server.I have set the Client protocol version to 1.0 in the client application. The code is protected override System.Net.WebRequest GetWebRequest(Uri uri) { System.Net.HttpWebRequest webRequest = (System.Net.HttpWebRequest) base.GetWebRequest(uri); webRequest.ProtocolVersion = System.Net.HttpVersion.Version10; return webRequest; } I compiled the application connecting to the webservice in the remote server. But when i viewed the HTTP post info using Ethereal the POST info displayed was HTTP POST/xx/xx.asmx HTTP1.1 RequestMethod:POST RequestVersion:HTTP/1.1 Iam using the protocol version set to 1.0 in the code but the application is still using HTTP 1.1.Why? Can anyone help me resolve this issue. Any help will be appreciated. Thanks Ramya
-
Client application using HTTP 1.1 though the protocol is set to 1.0 in the code.Hi all, Iam using a client application developed in c# that connects to a webservice in a remote server.I have set the Client protocol version to 1.0 in the client application. The code is protected override System.Net.WebRequest GetWebRequest(Uri uri) { System.Net.HttpWebRequest webRequest = (System.Net.HttpWebRequest) base.GetWebRequest(uri); webRequest.ProtocolVersion = System.Net.HttpVersion.Version10; return webRequest; } I compiled the application connecting to the webservice in the remote server. But when i viewed the HTTP post info using Ethereal the POST info displayed was HTTP POST/xx/xx.asmx HTTP1.1 RequestMethod:POST RequestVersion:HTTP/1.1 Iam using the protocol version set to 1.0 in the code but the application is still using HTTP 1.1.Why? Can anyone help me resolve this issue. Any help will be appreciated. Thanks Ramya
-
Commerce server 2000 - build ecommerce solutions using commerce server 2000hi Iam abou to work on commerce server 2000 iam a beginner to commerce server. from where do i download commerce server 2000. Also can somone help in providing the url of sites that provide tutorials on building commerce server applications with sample worked out sites thanks
-
Commerec server 2007applicationhi, can someone help me in providing some tutorial links related on how to create or develop an application in commerce server 2007 using visual studio 2005. iam a beginner in development of commerce server applications using visual studio 2005,Please can anyone help me
-
discusiion forumhi can anyone help in providing sample code in asp.net1.1 or 2.0 and c# for a discussion forum
-
compressing video files before savinghi iam working on a c# application that captures video from web cam. I need to compress the video file before saving using c# code independent of the compressors of web cam as different webcams have different compressors ,can anyone help in solving this problem so that the video file can be compressed for any web cam used. thanks :suss: ramya
-
how can i show popup from predefined siteshi iam working on a browser control .I have blocked all the popups in the new window events-e.cancel = true, but i want to allow popups from predefined sites . How is it possible. thanks ramya
-
transparent picture box on top of another picturebox in c#hi can anyone help to solve my problem. i have two picture boxes one on top of other.the picture box behibd the top one shows live video from web cam . i want the picture box on top to be transparent so that i can view the video in the second picturebox through the transaprent one for c# application. thanks ramya
-
merging two images in pictureboxesc#hi my application needs the merging of two images. Actually when iselct a picturebox the image in the picturebox should merge with the photo captured and shown in another picturebox from the web cam . can anyone help thanks
-
capture video clip from webcamhi Iam working on c# windows application . I want to capture video clips or moving images from web cam and not photos.can anyone help . thank u ramya
-
load multiple imageshi iam working on a c# application. i want to dipaly set of 9 images in 9 pictureboxes from a folder on form load.how can i do this. can anyone help thanks ramya
-
capturing videoclip and saving video clip from webcamhi iam working on a c# windows application . I need to develop a module that allows capturing video clips from web cam. i want to save video clips and not pictures from web cam.can anyone help me by giving me some sites in solving this . thanks ramya
-
disable back buttonsi have a application in c# that uses web browser control How can i disable Back buttons and forward button of my application if there is no page to be navigated. ifa nayone can help please. thanks ramya
-
disable right click of mouse in windowsapplication in c#I'm working on an app that's using the WebBrowser control in a c# windows application. I got the control working fine, hooking to the document object. But I've run into a major issue with hooking the Document events. Whenever I hook any of the HTMLDocumnetEvent2_Event events like this: HTMLDocumentEvents2_Event DocEvents = this.Browser.Document as HTMLDocumentEvents2_Event ; DocEvents.oncontextmenu += new HTMLDocumentEvents2_oncontextmenuEventHandler(Browser_ContextMenu); the browser document becomes unresposinve.All mouse clicks are eaten. I cannot click on any text box or any link . But the right click is disabled . Can anyone help to solve this problem such that i can disable the right click in the browser control and browser document and mouse clicks also work fine in c# windows application. thanks ramya -- modified at 23:34 Monday 27th February, 2006
-
month year selectionI need a month year textbox or a monthyear selection control for an application in c# that displays only months and years and no date similiar to credit card expiry date style selection .Can anyone help from where can i get such a control or any alternative solution
-
month year text boxI need a month year textbox or a monthyear selection control for an application in c# that displays only months and years and no date similiar to credit card expiry date style selection .Can anyone help from where can i get such a control or any alternative solution.