.Text setup

riggers

Guppy
Hello,
I'm trying to get .Text to work but I've hit a slight stumbling block.

Has anyone else had any joy setting this up on Jodo?
 
riggers said:
Hello,
I'm trying to get .Text to work but I've hit a slight stumbling block.

Has anyone else had any joy setting this up on Jodo?

I've had a further look into this and what it appears to be having problems with is following lines in the web.config file:

<sessionState mode="Off" />
<authentication mode="Forms">
<forms name=".DottextCookie" loginUrl="login.aspx" protection="All" timeout="90" /></authentication>

any ideas why these seemingly simple options seem to throwing up erros on Jodo?
 
Yash said:
Hi
What is your exact error? Do you need .NET write permissions on your home dir?

Yash,
I've now reproduced this error on my local pc and it appears that the content folder (in my case /nick/) needs to be an application.

is it possible to set this up via the web tools?

I thought that creating a new sub-web via visual studio did this for me?

Thanks for your help.

Nick
 
Back
Top