kr0k0 |
Advanced user |
|
|
Joined: Jan 26, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
I just found that URL site in vain and I m wondering about,Take A look and you will understand...
Code: | /icon.aspx?m=profile |
Normal page! ( It show a picture with icon type.)
Code: | /icon.aspx?m=blablabla |
Code: | The remote server returned an error: (404) Not Found.
System
at System.Net.WebClient.DownloadFile(Uri address, String fileName) at System.Net.WebClient.DownloadFile(String address, String fileName) at FileServer.icon.Page_Load(Object sender, EventArgs e) |
Code: |
The given path's format is not supported.
mscorlib
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at FileServer.icon.Page_Load(Object sender, EventArgs e) |
Code: | /icon.aspx?m=%22
/icon.aspx?m=%00 |
Code: | An exception occurred during a WebClient request.
System
at System.Net.WebClient.DownloadFile(Uri address, String fileName) at System.Net.WebClient.DownloadFile(String address, String fileName) at FileServer.icon.Page_Load(Object sender, EventArgs e) |
I m waiting any suggestion/explanation/idea/help..
Thanks.. |
|