Executed the command and restarted IIS and web services.
Still getting the 403 error.
Main Topics
Browse All TopicsGreetings,
I'm getting a 403 error when connecting to http:\\companyweb
A Runtime Error when accessing http:\\localhost:8081 - Sharepoint Administration.
I can access Sharepoint Administration via http://localhost:9874
WSS 2.0 is installed.
My ultimate goal is to restore the fucntionality and content of the 2003 standard Companyweb site and add WSUS to the server for workstatoin updates.
Also, I'd like to learn how to troubleshoot sharepoint in general, so tips for good resources are welcome!
Thanks,
Fred
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, both Sharepoint Central Admin and Companyweb are set to use 1.1
I can get to the FrontPage Extensions admin page. The link off that page to admin companyweb iproduces a 404 error:
http://companyweb/_vti_bin
Would it help at all to install Sharepoint 2.0 SP 3?
"The link off that page to admin companyweb iproduces a 404 error:
http://companyweb/_vti_bin
As it should. You shouldn't have FrontPage extensions on the companyweb site.
Installing a service pack won't necessarily help fix the availability of the site.
A 403 Error is actually a permissions problem. Sorry that I didn't catch that right away.
So you have messed with permissions?
Try just rerunning the Configure Email and Internet Connection Wizard (CEICW -- which is linked as Connect to the Internet in the Server Management Console > To-Do List) to see if that will set things right./
A visual how-to for the CEICW is here: http://sbsurl.com/ceicw
Jeff
TechSoEasy
"Could it be a database issue?"
Not if you are getting a 403 for http://companyweb as well as an error for http://localhost:8081
If you monkeyed with the permissions on the C:\Inetpub folder that could cause both errors.
Check to be sure that all are correct per this KB article: http://support.microsoft.c
Jeff
TechSoEasy
So I checked permissions and found / fixed some errors. The most glaring however, is that ASPNET is indicated as needing permissions in many places but I don't have a user with ASPNET in the name.
Also, while editing Windows User Rights, using the Default Domain Controllers Policy, I found that there are no users configured in Impersonate a cient after authentication.
Additionally, wherever Users was indicated in the KB, I found Authenticated Users instead.
Lastly, I"m getting the errors below when visiting http://localhost:8081
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustomp
</system.web>
</configuration>
For some reason, changing IP restrictions to All Computers Granted Accesss worked, per this article : http://www.experts-exchang
However, when I check the SBS server of another client, the All computer was set to "denied access" with exceptions for the local subnet and localhost.
Which configuration is proper and why the existing configuration not have worked with "deny" set?
Thanks,
Fred
"but I don't have a user with ASPNET in the name"
That's a problem. You most likely don't have .NET 1.1 Framework installed correctly. The easiest way to repair this would be to reinstall Windows Server 2003 Service Pack 2 (The full download version: http://www.microsoft.com/d
Then reregister .NET 1.1 as I initially recommended.
Jeff
TechSoEasy
Still nothing but a 403 error on Companyweb.
Microsoft Sharepoint Administration (Front Page Extensions) is still there and works. Should I remove it?
Both the above and the regular Sharepoint administration server now ask for credentials when I try to connect, though the regular admin site stil gives the runtime error.
Also worth noting is that the SBS Monitoring is not working either. I get the following error:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
Hmmm... if Exchange was reinstalled it probably messed up IIS which is highly integrated into Exchange's configuration.
Does OWA work?
At this point it might be best to just reinstall the Companyweb. To do that, follow http://support.microsoft.c
Jeff
TechSoEasy
Exchainge wasn't reinstalled, just the DB was repaired.
Currently:
Sharepoint Central Administration procuces a logon prompt then displayes the runtime error:
<!-- Web.Config Configuration File -->
OWA Works
Microsoft Sharepoint Administration (Front Page Extensions) Works
Companyweb produces a logon box then displayes the "Directory Listing Denied" page.
Still think a re-install is the way to go?.
As confusing as it is, Microsoft SharePoint Administration has nothing to do with Windows SharePoint Services. Either does OWA. So your two WSS sites are broken.
You could go in and try to fix the permissions, but honestly, you'd be taking a stab at things and you are much more likely to be successful with a full reinstall of WSS and the companyweb.
Jeff
TechSoEasy
Business Accounts
Answer for Membership
by: TechSoEasyPosted on 2008-12-11 at 00:09:16ID: 23146498
Runtime error? Can you be specific?
ramework\v 1.1.4322\a spnet_regi is.exe -i
Does it say .NET 2.0 at the bottom of the error? If so, then you've inadvertantly installed .NET 2.0 and assigned that version to your web sites which should still be assigned to .NET 1.1
To correct this, you should be able to just change the version on the ASP .NET tab of the web site's properties.
You may also have to reregister .NET 1.1 by entering the following command:
C:\WINDOWS\Microsoft.NET\F
Jeff
TechSoEasy