I unzipped FCKeditor files in my ASP.NET root web folder, and started configuring it for my needs. Everything was going great - all the functionality worked wonderfully! Then, I tried passing a value in the session from a page in my web project to a page in FCKeditor - it didn't work. Turns out, these pages are using two different session objects (I confirmed this by comparing sessionid). Of course, I want the same session to be used so I can pass values between pages.
I'm kind of new to ASP.NET, so I might be missing something easy here. However, I have a hunch that I haven't registered FCKeditor properly. Has anyone else had this problem? Do I need to explicitly register the FCKeditor folder? Any help would be appreciated. When I installed FCKeditor, the folder just showed up with all the other folders, so I thought that was enough. I'm using .Net studio. Thanks.
I'm kind of new to ASP.NET, so I might be missing something easy here. However, I have a hunch that I haven't registered FCKeditor properly. Has anyone else had this problem? Do I need to explicitly register the FCKeditor folder? Any help would be appreciated. When I installed FCKeditor, the folder just showed up with all the other folders, so I thought that was enough. I'm using .Net studio. Thanks.