I downloaded the hole project made a local database exported all the data from the database but now I got a error every time I try to make a document type or property ?
the online version works fine ?
^
here is a little video showing what happens
http://i.gyazo.com/a1fa9746a6e805ea30757af7fab2a247.mp4
Hope someone can help.
I have downloaded the project before without any problems.
The error message above doesn't give any useful information but it's fairly simple to change the site settings to get helpful messages. By doing this I think that it can help you get a better idea, on what is going wrong on the site.
Try to look in your web.config file and changing:
<customErrors mode="RemoteOnly"/>
To:
<customErrors mode="Off"/>
By doing this you should see a more useful error message.
Local error after downloading project
I downloaded the hole project made a local database exported all the data from the database but now I got a error every time I try to make a document type or property ? the online version works fine ? ^ here is a little video showing what happens http://i.gyazo.com/a1fa9746a6e805ea30757af7fab2a247.mp4
Hope someone can help.
I have downloaded the project before without any problems.
Hi Dan,
The error message above doesn't give any useful information but it's fairly simple to change the site settings to get helpful messages. By doing this I think that it can help you get a better idea, on what is going wrong on the site.
Try to look in your web.config file and changing:
To:
By doing this you should see a more useful error message.
Hope this helps,
/Dennis
This made me find the solution
is working on a reply...