Re: Cannot run exe from asp.net Programming Web Development by lennyli > Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen Re: Theory on the VPN Programming Mobile Development by Mr.M I guess a more research on this has to be made, problem is that it is hard to get the exact people who knows this and has done it before to give straight answers. Random shared file access details....... Programming Software Development by MrConfused … their stations to run it. All the file access in the program is set to "… change the file first. Does the "random shared" form of access allow some sort… of queing at system level, or would the second persons info be put in the file…first persons new info. I know the file could be opened for "random lock … URL file-access is disabled in the server configuration Programming Web Development by scorpionz …a problem for the last 5 hours as URL file-access is disabled in the server configuration Description: I …c:/xampp/htdocs/mysite/config.php Thats my configuration file name. I have a folder in root which …mysite/config.php Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\xampp\htdocs… Re: URL file-access is disabled in the server configuration Programming Web Development by rajesh4u2u …a problem for the last 5 hours as URL file-access is disabled in the server configuration Description: I …c:/xampp/htdocs/mysite/config.php Thats my configuration file name. I have a folder in root which …mysite/config.php Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\xampp\htdocs… Printing file access permission.... Programming Software Development by livingsword … i have some doubts, 1) How do i print the file access permission(FAP),... not changing the FAP... but printing it ?? 2… Html File Access Denied issue.. Programming Web Development by mk09 Hi friends, i have an html file access denied issue only at windows 7 and windows xp and … File Access Denied Programming Software Development by pc20912 I created project, If It Run from Vb.Net program its works fine, Then Create "Setup" Files and Installed it, When Run "Exe" file, there is error like this, From my Project I want to read this file, (Text File) If I Install this Out of "Program Files" folder, then its works Please show me, what is my mistake. Re: File Access Denied Programming Software Development by Deep Modi …false" /> If you want to utilize File and Registry Virtualization for backward compatibility then delete the requestedExecutionLevel…false" /> If you want to utilize File and Registry Virtualization for backward compatibility then delete the … Re: File Access Denied Programming Software Development by Deep Modi oh, Can you send me the project File. I will not share it to someone but I will send you back with the correction. you can mail me your project/source folder on my email: modideepkumar@gmail.com but before this what the error you get? click details and copy all the text and comment it so if possible then I will help you surely Re: How to monitor all file access realtime? Hardware and Software Microsoft Windows by coolin333 …amp; every time I try to update AVG or access a webpage , it attempts to redirect to another …the problem seems to be very logical in that 'access to the server is deined' & this is…AVG. So I need a 'snapshot' of all file access from when I click the 'Update' icon in…to 3 or 4 seconds later when the denied access message comes up. I can't seem to… Re: How to monitor all file access realtime? Hardware and Software Microsoft Windows by gerbil "So I need a 'snapshot' of all file access from when I click the 'Update' icon in AVG up …to 3 or 4 seconds later when the denied access message comes up. I can't seem to get this… as the kernal loads. And you can split out the file accesses with one click. file access problem(access and oracle) Programming Software Development by mahas … tellme how to access the sql file using c++. what i've to do is to take a sample file from oracle and… one from access(a table having employee's personal info… File access denied after formatting Hardware and Software Microsoft Windows by blerina12 Hello guys. I recently formatted my computer and now I can't access some of my files. When I try to open a word file for example I get the message that I don't have enough permissions to access it. I never set access permissions for my files and I never had this problem. Pleas help me. I really need to access those files :S Re: File access problem Programming Web Development by nil_gh_80 …bar (since it is being printed directly through the PHP file) and that directory can even be located outside of …the public server directory, but PHP can still access it and browsers cannot. But the main point is …acomplished that only authorised persons can view those file other than none can access... If you have any idea can you plz… Re: File access denied after formatting Hardware and Software Microsoft Windows by blerina12 … selected. Could that be the reason why I can't access them? I cannot remove that attribute. Re: File access denied after formatting Hardware and Software Microsoft Windows by caperjack … selected. Could that be the reason why I can't access them? I cannot remove that attribute.[/QUOTE] it sure could… Re: File access problem Programming Web Development by langsor … bar (since it is being printed directly through the PHP file) and that directory can even be located outside of the… public server directory, but PHP can still access it and browsers cannot. But the main point is that…, and if it's not, it doesn't show the file... The real problem you will be facing is that anyone… file access with applet Programming Software Development by vishalbhavsar Hi all, i am writing a program which displays the data from the file on the applet. but i m not able to do it. I think we cannot access files through applet due to security reasons. is there any alternative to do this? Re: File access problem Programming Web Development by toughjamy yes neil dear that was to appen actually u r asking a questionn of basic security what u can do is to change the access configurations from .htaccess file or else use MySql at the back end and save those info in a database (password protected) This will surely solve the problem!! Re: File Access after clean install Hardware and Software Microsoft Windows by caperjack … overwrit them. If I launched my Emial package it said, Access Denied. My Admin account had a 1 (I think on… thing i see explained was try to rename a ini file or something ,you just refer to it as saved data… Re: File Access after clean install Hardware and Software Microsoft Windows by BBAD … overwrit them. If I launched my Emial package it said, Access Denied. My Admin account had a 1 (I think on… Re: File access problem Programming Web Development by langsor …<?php // example argument passed with file name // http://yourhost.com/view.php?file=test.pdf $file = $_GET['file']; if ( $_SERVER['HTTP_HOST'] == '…yourhost.com' ) { header( 'Content-type: application/pdf' ); print file_get_contents( 'secret_directory/'.$file ); } else { header( 'Location: http://www.google.com/' ); } ?> [/CODE]… Re: File access problem Programming Web Development by nil_gh_80 …lt;?php // example argument passed with file name // http://yourhost.com/view.php?file=test.pdf $file = $_GET['file']; if ( $_SERVER['HTTP_HOST'] == …'yourhost.com' ) { header( 'Content-type: application/pdf' ); print file_get_contents( 'secret_directory/'.$file ); } else { header( 'Location: http://www.google.com/' ); } ?> [/… Re: File access problem Programming Web Development by langsor …(), fread() etc. using that i can open my pdf file in the browser...[/QUOTE] You can either redirect the browser… to the file you would like it to open by setting the […('Location: ...')[/icode], of course the browser must understand the file mime type in order to open it. Or you can… File access problem Programming Web Development by nil_gh_80 … can view those files. But, the problem is when a file is viewed in the browser at that time if someone… just copy the URL in some text file after that any body from any where can view that… file by just pasting that URL in the browser's address … Re: File access problem Programming Web Development by langsor … or as serialized data, or even a text file as serialized data...you need to be sure to… like: [CODE] <?php // open the pdf file and serialize // write the serialized data to a text…' ); file_put_contents( 'test.txt', serialize( $binary ) ); // open the text file and publish as pdf $serialized = file_get_contents( 'test.txt' ); header( 'Content… Re: File Access after clean install Hardware and Software Microsoft Windows by jingda You mean when you edit the file but you can't save it because you do not … rights and root user. Root user allow yourself to change file permission so other accounts on your laptop cannot edit the… file. Have you restored the file properly, file not resore properly don't allow you… Re: File access problem Programming Web Development by langsor … have a simple referer check at the top of your file-page and if the referer is not coming from your… Re: File access problem Programming Web Development by toughjamy … try with POST instead of GET. so that even the file name gets hidden in the internet transactions take care anwar…