in the file config.asp there's the following line:
FIXME -- not linked -- "Asp.Net", you need to copy the loopback.dll to your bin folder, it should work with Asp.Net 1.1 and 2.0
My host is suporting ASP.net 1.0 as well 2.0, where can i find that file? Bacause the other two components aren't installed on the server.
FIXME -- not linked -- "Asp.Net", you need to copy the loopback.dll to your bin folder, it should work with Asp.Net 1.1 and 2.0
My host is suporting ASP.net 1.0 as well 2.0, where can i find that file? Bacause the other two components aren't installed on the server.
Re: Loopback.dll
Don't worry, that comment is a left over. At the end we have choose to release it as source so it's almost ready to work.
The only problem is if your server is configured to use Asp.Net 1.1 instead of 2.0, then as pointed in viewtopic.php?f=10&t=8313#p21755 you need to do a little correction and then it should work OK. (it was due to a late minute change and then it wasn't tested again with Asp.Net 1.1)
Re: Loopback.dll
Re: Loopback.dll
Now it should inform properly of the reason of the problem.
Re: Loopback.dll
But in the config.asp the CKFinder_Debug is set on false
Attachments:
Re: Loopback.dll
So the question is: Why doesn't the asp.net work?
now go to the config.asp file and change the image componente from Auto to Asp.Net, that way it will force it and we'll see the error generated in the asp.net side (probably we'll need to change the asp.net to enable debugging, but that will be later).
Meanwhile, you can try to create a simple aspx file with this content
and try to load it in your browser to verify if asp.net is enabled.
Re: Loopback.dll
It seems that the method used by asp.net (1.0 and 2.0/30) is not permitted in a shared webhostenvironment. According to the following screenshot