Hi Friends,
I tried to create a simple test website with one master page having link to forum.aspx page.( i created this website to test how it works in existing site)
i followed the instructions that are provided in the link
http://wiki.yetanotherforum.net/1.9.3%20Integration%20with%20existing%20site.ashx initially my site does not contain any bin folder or any xml file.so i just cut and paste the xml files of YAF in my root directory.and followed every step provided in the above link.
in forum.aspx page i write the following code
Response.Redirect("~/Yaf/"); ( i placed YAF1.9.3 code in my site Yaf folder) in page_load method.
but when i execute the site and click the link..it is giving error..i am copying the error below..
Server Error in '/YAF-Trial' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /yaf-trial/Error.aspx
i have my site files in YAF-Trial folder.
i used the bin version of YAF1.9.3 version. i run it in VS-2005.
it is successfully executed if i not included in the existing site.
Please help me out...Thanks in advance...