|
|
Posted 02/12/2005 13:33:13 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 22/12/2005 16:59:16
Posts: 3,
Visits: 19
|
|
I've installed version 4.1.2 in sub folder wwwroot/support/forums
I put the bin folder in wwwroot and have modified the web.config file's virtual path to reflect this,
When trying to perform a spell check I get an error indicating that file was not found:
Exception Type: System.IO.DirectoryNotFoundException Exception Message: Could not find a part of the path "D:\Domains\sqldbcontrol.com\wwwroot\Globalization\en-us\SpellCheck.xml". Exception Source: mscorlib Exception Target Site: WinIOError
Note how it's looking in the root of the application path rather than in the forums folder.
I moved across the above folder, including Skins folder (as I found a similar problem with the skins folder) into wwwroot and now I get a script error (line 33: Object expected).
Is there something that I should be doing that I haven't done?
Thanks
Karl
|
|
|
|
Posted 06/12/2005 12:56:01 |
|
|
Forum Guru
      
Group: Moderators
Last Login: 02/02/2006 08:51:54
Posts: 70,
Visits: 114
|
|
| Dear Karl, could you please try the following: 1 - move the InstantForum bin folder to your own bin folder. 2 - Merge the web.configs and remove from the forum folder 3 - put the UrlRewrite.config, Pages.config in the application root folder, in your case C:\Inetpub\wwwroot\WebApp\ 4 - Modify the directories path in the pages.config file 5 - Modify the key InstantASP_VirtualPath in the web.config file with the url of the forum or create a virtual directory and integrate your forum as explained in the following link: http://docs.instantasp.co.uk/instantforum/default.html?page=integration_webconfig.html
 Kindest Regards,
John Tabor
|
|
|
|
Posted 07/12/2005 17:04:10 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 22/12/2005 16:59:16
Posts: 3,
Visits: 19
|
|
Hi John,
Thanks for the reply. I tried moving the pages.config and urlRewrite.config files to my application's root but that resulted in an "io directory not found exception" on \wwwroot\support\forums\ even though that directory structure is there. I've got all of my other files in that directory.
I couldn't find a directories path in the pages.config file. Should there be one?
Here's what I've got in my web.config file for the virtual path.
add key="InstantASP_VirtualPath" value="support/forums"
On another note, if I remove the bin folder from support/forums I get a licensing error because it is looking for the licensing file in there. Here's a portion of the message:
D:\Domains\sqldbcontrol.com\wwwroot\support\forums\bin\InstantASP_Licenses.config
I've removed all other .dll files from this folder and put them in the bin folder in my application's root.
Thanks,
Karl
|
|
|
|
Posted 21/12/2005 08:11:19 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 22/12/2005 16:59:16
Posts: 3,
Visits: 19
|
|
|
|
|
Posted 02/03/2006 11:05:51 |
|
|
Forum Member
      
Group: Forum Members
Last Login: 04/04/2007 08:36:23
Posts: 47,
Visits: 59
|
|
| the solution above did not fix anything, in fact, it broke the thing. Some help on this problem that seems to happen to a lot of folks would be appreciated.
|
|
|
|