Category Archives: ASP

By June 11, 2008

Error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. A name was started with an invalid character. Error processing resource ‘http://localhost/yoursite.aspx/’. Line 1, Posi… ———————– Possible solution Check the file name for capitalization, I was


Read More
By December 11, 2007

To accomplish this you must create a Virtual Directory under the default website. Name the virtual directory iishelp and map it to C:\WINDOWS\Help\iisHelp you may also want to make sure debugging is enabled. right click the default website in IIS and click properties , click home directory. proceed and click configuration on the bottom. click


Read More
By December 07, 2007

Problem Description When saving uploaded files to a sub-directory of the c:\Inetpub\wwwroot directory with AspUpload, the methods Upload.Save or Upload.SaveVirtual may generate the following error: Solution Despite what the error message says, the problem is caused by a lack of permissions rather than an invalid path. The current user (such as IUSR_machinename) must have Full


Read More
By December 07, 2007

“006~ASP 0172~Invalid Path~The Path parameter for the MapPath method must be a virtual path. A physical path was used. ————— virtual path means the url address exclude the domain name parts, for instance, the url of www.abc.com/forum/admin/index.php would be /forum/admin. physical path means from local drive name + path to resourse data, for instance, as


Read More
1 3 4 5 6