Hi
I have a web application and I am having a few problems with the webconfig configuation file. The site works perfectly fine on my development machine. However if any body else tries to view it from there machine they get an error of saying:
"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."
However I have noticed that this error only occurs on pages that are datdriven. I cant seem why this occurs
I have the following security settings:
<add key="connBSS" value="Password=BSS_WClient;Persist Security Info=False;User ID=BSS_WClient;Initial Catalog=BSS;Data Source=bss-sql" />
<identity impersonate="true"/>
<customErrors mode="RemoteOnly"/>
<authentication mode="Windows"/> tried None aswell but didnt work
<allow users="*"/>
I cant really understand why this happens? Is it a sql server problem?
Thanks in advance
I have a web application and I am having a few problems with the webconfig configuation file. The site works perfectly fine on my development machine. However if any body else tries to view it from there machine they get an error of saying:
"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."
However I have noticed that this error only occurs on pages that are datdriven. I cant seem why this occurs
I have the following security settings:
<add key="connBSS" value="Password=BSS_WClient;Persist Security Info=False;User ID=BSS_WClient;Initial Catalog=BSS;Data Source=bss-sql" />
<identity impersonate="true"/>
<customErrors mode="RemoteOnly"/>
<authentication mode="Windows"/> tried None aswell but didnt work
<allow users="*"/>
I cant really understand why this happens? Is it a sql server problem?
Thanks in advance