YAFLogo

Posted by: DPSI - Thursday, 18 November 2010 13:32:33
If I setup YAF as my default website inder IIS then I have no issue. However, as soon as I change the default website and made YAF a directory of that site then I get the following error message when I open YAF default page. How can I get rid of this error???? Any help would be appreciated ______________________________________________________________________________ Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 18 Nov 2010 12:23:44 UTC Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near 'yLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1Ymx'. Line: 5 Char: 62099 Code: 0 URI: http://localhost/forum/ScriptResource.axd?d=FaiASt08NZqndjtX0yY7CG5zSpLZbIJ2aSjHidd0_DXEbwDT1uTA5ZZbmsN_ OUtRiOAd2hYTLrZSVUuu7ODv9znFiGdcemhMABcKi_0AnB8WtHxPdJ3zQsBxBV5PJygtQ9Jrk60OAkyluPf_IM3KJO1qYAs1&t=2d7db0a

Posted by: aBu-S3ayeD - Sunday, 21 November 2010 06:09:41
i think you need to make few changes in the web.config when you change the directory take a look here http://wiki.yetanotherforum.net/Installation%20Instructions.ashx#Other_Common_Problems_when_Building_from_Source_6 If YetAnotherForumNET isn't installed at the root directory of your web server or host, make sure the files in the bin directory of the zip file is copied to /bin on your web server. Also you'll need to add the element to the web.config to point to the correct URL. Example: If you have install the forum in the directory "http://www.yoursite.com/forum/yaf/" you will need to add /forum/yaf/ to web.config. Please refer to these URLs if you still have questions about the application root: