Search results

  1. R

    mssql connect

    Also make sure that the SQL Server Client Network Utility is configured correctly....
  2. R

    JodoHost .Net problem

    Yash, Thanks for all your help with this everything now works perfectly :) Nick
  3. R

    .Text setup

    Sent via ticket 941. Cheers Nick
  4. R

    .Text setup

    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
  5. R

    .Text setup

    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...
  6. R

    JodoHost .Net problem

    Thanks for your reply. But Visual Studio is placing the dlls in the bin directory already. Or are you saying it needs to be in /bin/ not /nick/bin/? if its the latter, is this the only way it will work @ Jodo? in an intranet environment both methods work fine... Cheers Nick
  7. R

    JodoHost .Net problem

    Okay, Created a new web application using visual studio called nick. Added a blank Webform1.aspx saved and recompiled. Altered web.config to be the following: <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Saved and recompiled...
  8. R

    .Text setup

    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?
Back
Top