venrag
December 19th, 2006, 11:55 PM
Hi,
I have created a Web service in my system and it is working fine. I need to install or deploy or run it in my Server or some other machines IIS. I tried to copy the Web service folder in my server Inetpub/wwwroot and it shows error in web.config file. The error message is as follows:
==========Error message starts================
Server Error in '/' Application.
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.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
===========Error message ends=================
Please guide me what to be added in web.config file to make the web service run properly.
Thanks in advance.
Regards
Venkat
I have created a Web service in my system and it is working fine. I need to install or deploy or run it in my Server or some other machines IIS. I tried to copy the Web service folder in my server Inetpub/wwwroot and it shows error in web.config file. The error message is as follows:
==========Error message starts================
Server Error in '/' Application.
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.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
===========Error message ends=================
Please guide me what to be added in web.config file to make the web service run properly.
Thanks in advance.
Regards
Venkat