Should i be able to set up a new site with SQL server 2000 yet? I havent had any luck - I enter the database details and then the admin user details and it goes to the error page saying "for more details, set custom errors to off" - i do this in the new web.config file, click refresh on the browser and it takes me back to the page to enter the database details (and then the admin password again) - after this it then shows the following error message:
Server Error in '/SFTest' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
Source Error:
Line 48: <clear />
Line 49: <add connectionStringName="DefaultNolicsConnection" applicationName="/"
Line 50: name="Sitefinity" type="Telerik.DataAccess.AspnetProviders.TelerikRoleProvider, Telerik.DataAccess" />
Line 51: </providers>
Line 52: </roleManager> |
Source File: C:\Program Files\telerik\Sitefinity3.0\WebSites\SFTest\web.config Line: 50
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210It does connect to the database as at least some of the tables are created (i dont think it is all of them as it doesnt look like very many)
Should this be workign or shall i just leave off SQL server 2000 for the meantime?