Web Services Workaroundhttp://forums.asp.net/t/1604769.aspx/1?Web+Services+WorkaroundWed, 22 Sep 2010 17:36:34 -040016047694090586http://forums.asp.net/p/1604769/4090586.aspx/1?Web+Services+WorkaroundWeb Services Workaround <p>Does the recommended error page workaround also work for&nbsp;an asp.net web service?&nbsp;</p> 2010-09-21T12:04:16-04:004090599http://forums.asp.net/p/1604769/4090599.aspx/1?Re+Web+Services+WorkaroundRe: Web Services Workaround <p>Yes sure,webservice runs under asp.net framwork and if you want to protect your application, then you should apply the workaround.</p> <p>Note: if you are using WCF services (not web services), that would depends on where you host the service.If you host it under asp.net , then you still need the workaround.However, if you host it using windows service or any hosting service other than the asp.net, then you will not need the workaround.<br> </p> 2010-09-21T12:10:09-04:004092739http://forums.asp.net/p/1604769/4092739.aspx/1?Re+Web+Services+WorkaroundRe: Web Services Workaround <p>How does the workaround is implemented an a web or wcf service?</p> <p>Should someone create an Error.aspx page? Since the service is page-less.</p> <p>thanks<br> </p> 2010-09-22T15:06:15-04:004092944http://forums.asp.net/p/1604769/4092944.aspx/1?Re+Web+Services+WorkaroundRe: Web Services Workaround <p>Ok, i've implemented it.<br> </p> 2010-09-22T16:49:30-04:004092964http://forums.asp.net/p/1604769/4092964.aspx/1?Re+Web+Services+WorkaroundRe: Web Services Workaround <p>Did You make an Error.aspx page as&nbsp;mentioned above?&nbsp; Since a web svc has nointerface it seems akward to me, looking for input...</p> <p>&nbsp;</p> <p>-Lenny&nbsp;</p> 2010-09-22T17:08:45-04:004093006http://forums.asp.net/p/1604769/4093006.aspx/1?Re+Web+Services+WorkaroundRe: Web Services Workaround <p>Yes i've created an Error.aspx file and modified the web.config.</p> <p>I didn't create it on the web service but on the site that hosts the wcf service.</p> <p>Hope this helps.<br> </p> 2010-09-22T17:36:34-04:00