Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webconfig Cannot see site from other machines

Status
Not open for further replies.

IndyGill

Technical User
Jan 15, 2001
191
GB
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=&quot;connBSS&quot; value=&quot;Password=BSS_WClient;Persist Security Info=False;User ID=BSS_WClient;Initial Catalog=BSS;Data Source=bss-sql&quot; />

<identity impersonate=&quot;true&quot;/>
<customErrors mode=&quot;RemoteOnly&quot;/>
<authentication mode=&quot;Windows&quot;/> tried None aswell but didnt work
<allow users=&quot;*&quot;/>

I cant really understand why this happens? Is it a sql server problem?

Thanks in advance
 
change <customErrors mode=&quot;RemoteOnly&quot;/>
to <customErrors mode=&quot;Off&quot;/>

Then view the page from a remote computer. You'll be able to see what the error is that way.

That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top