Hi
I have a little script that need to show some files in a folde, but when i run the script in VS2010 i get a blank page.
I have no problem uploading files to the folder, thats work just fine, but when i want to see the files in the folder, a Blank page is showing up.
I have tryed many scrips and its the same problem.
Im running Windows 7 Pro, and im running the script local in VS2010, im running the script from
C:\Users\pcname\Documents\Visual Studio 2010\WebSites\file_to_folder_upload
i have a folder in this folder thats named "upload" i think its a problem with the right settings for the folder, but how do i set em up !?
My code is.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="show_file.aspx.vb" Inherits="show_file" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1 ...
Go to the complete details ...