How to enable debugging in WSS 3.0
How to get the full ASP.NET errors appearing in WSS 3.0. The detail is to add the following item to your Web.Config (C:\Inetpub\wwwroot\wss\VirtualDirectories\80):
How to get the full ASP.NET errors appearing in WSS 3.0. The detail is to add the following item to your Web.Config (C:\Inetpub\wwwroot\wss\VirtualDirectories\80):
<SafeMode MaxControls="200" CallStack="false" ...>
<!-- Becomes -->
<SafeMode MaxControls="200" CallStack="true" ...>
<customErrors mode="On" />
<!-- Becomes -->
<customErrors mode="Off" />
<compilation batch="false" debug="false">
<!-- Becomes -->
<compilation batch="true" debug="true">
<!-- Becomes -->
<SafeMode MaxControls="200" CallStack="true" ...>
<customErrors mode="On" />
<!-- Becomes -->
<customErrors mode="Off" />
<compilation batch="false" debug="false">
<!-- Becomes -->
<compilation batch="true" debug="true">
Hi there, i read your blog occasionally and i own a similar one and i
ReplyDeletewas just curious if you get a lot of spam comments?
If so how do you reduce it, any plugin or anything you can suggest?
I get so much lately it's driving me mad so any help is very much appreciated.
my blog ... view homepage