[red]Runtime Error
Description: An application error occurred on the server.
The current custom error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons).
It could, however, be viewed by browsers running on the local server machine.
[/red]
Detta får jag fastän jag ändrat i web.config så att det står
[red]
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
[/red]
nån som vet hur jag ska lösa det så att jag kan köra mina script globalt......eller hur man säger :)