Troubleshooting
Posted in About by JarrettV on 3/21/2009 3:08:00 PM - CSTImportant
Setup logging with the correct switch source level. AtomSite uses TraceSource by default. If troubleshooting a remote server, you should enable logging to a file.
-
PUT and DELETE
fail during the setup wizard - Solution 1: Disable the WebDAV module in IIS7 also tweak web.config (via MaximumASP)
- Solution 2: Add the PUT and DELETE verbs in UrlScan [AllowVerbs] configuration
- Solution 3: jaffen says to try this post for IIS7.5 and server 2008
- Solution 4: Ignore the error (with reduced AtomPub functionality)
- Write access and delete access fail during the setup wizard
- Solution 1: Enable write access to the App_Data folder
- Solution 2: Help us develop a Sql Repository
- I get a 401 when trying to setup Live Writer.. but if I hit the service.atomsvc document from a browser I can get access to it once I login using forms authentication (the standard HTTP authentication fails repeatedly)
- Solution 1: IIS6, turn off IIS authentication
- Solution 2: IIS7, add <remove name="WindowsAuthenticationModue"/> to the system.webServer/modules tag in the web.config file