Re: Companyweb will not load.



Hi Harold,

823379 You receive a "Server Error in '/' Application. Access to the path
<path> is denied" error message when you log on to Windows SharePoint
Services http://support.microsoft.com/?id=823379


Check if the Local Service and Network Service accounts have Full Control to
the "Temporary ASP.NET Files" folder.


1. Add IIS_WPG, Local Service and Network Service account Read & Execute,
List Folder Contents, and Read permissions to
%windir%\Microsoft.NET\Framework\v1.1.4322.


2. Add IIS_WPG, Local Service and Network Service account Full Control
permission to %windir%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files.


3. Open ''Internet Information Services (IIS) Manager'' console in
''Administrative Tools'' on the SBS 2003 server. Expand <Server
Name>\''Application Pools''. Make sure the DefaltAppPool is running.


4. Expand ''Web Sites''\''Default Web Site''. Right-click ''Remote'' and
click ''Properties''. In the ''Virtual Directory'' tab, check the
''Application settings''. You should see ''Remote'' in the Application name
bar and ''DefaultAppPool'' in the ''Application pool'' bar.


5. Also in the properties window, click ''Directory Security'' tab, click
''Edit'' button. Make sure anonymous access is enabled.


6. Run "iisreset", and see if the issue is resolved


When you install SBS, do the complete installation to the point of getting
to the ToDo list, and run the Connect to the Internet Wizard. At this point,
you can go to WU and do updates. If you do updates after the install of WS
(CD1), it can cause problems with the SBS installation. I don't think this
is as big a problem as it was with earlier disk sets, but IMHO it's still
good practice.


--
Les Connor [SBS Community Member - SBS MVP]
-----------------------------------------------------------
SBS Rocks !
----------------------
"Tell me and I'll forget. Show me and I'll remember. Involve me and I'll
understand." - Confucius



"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E4C0E016-50F6-4131-A114-47E0A92EE58F@xxxxxxxxxxxxxxxx
after changing the settings of .NET from 2.0 to 1.1, I ran the issreset
command then went to services and restarted ISS, ofcource this also
restarts
the other associated services, I got the a new message:

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.

Details: To enable the details of this specific error message to be
viewable
on the local server machine, 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 "RemoteOnly". To enable the details to be viewable on
remote
machines, please set "mode" to "Off".

<!-- 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="mycustompage.htm"/>
</system.web>
</configuration>

I didn't run the Internet Wizard after this change yet but I'll have an
answer on that shortly.

"David Copeland [MSFT]" wrote:

Harold,

Ok, so it sounds like IIS and the SharePoint instance are ok so far.. and
the fact that the output from osql shows the following db's
STS_Config
STS_ONSITEFS1_1

It looks like SharePoint got passed the issue that would have been
resolved
by the hotfix I mentioned. So, at this point I'm leaning more towards
the
..Net Framework area.. Since you are not able to access the /backup,
/monitoring, /remote sites.. Just to be sure.. in the IIS mmc do you
have a
SharePoint Central Administration site listed? If you look in the
Properties of it you should see it set to port 8081.


In Control Panel Add/Remove Programs.. what do you have listed that
starts
with Microsoft .Net Framework?

If you've installed the .Net Framework v2.0, can you check in the
Properties
of the companyweb site in the IIS mmc.. Click on the ASP.Net tab and see
if
it is set to the version 1.1 or 2.0? If it's at 2.0 try setting it to
the
1.1.. and then from a command prompt run iisreset (note that this will
also
temporarily stop Exchange etc too) then see if you can access
companyweb.

When you attempt to access one of the sites do you get any corresponding
event log messages to go with it?

We may need to check the permissions to the
%systemroot%\Microsoft.NET\Framework directories..

One other thing to verify in the IIS mmc.. on the Properties of the
companyweb site in the IIS mmc.. click on the Home Directory tab and
verify
that it is set to use the DefaultAppPool and then cancel out of that
dialog
to then right click on the DefaultAppPool under Application Pools and
select
Properties and verify that on the Identity tab that it is set to use the
Network service.


--


Hope that helps,
David Copeland
Microsoft Small Business Server Support

This posting is provided "AS IS" with no warranties, and confers no
rights.


SBS Newsgroups:

SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs

"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:87E8DF5B-0DC6-4280-87F6-78E706A03189@xxxxxxxxxxxxxxxx
Yes OWA works by using https://myserver/exchange.

Are you able to access either http://localhost/backup or
http://localhost/monitoring from the server itself? No.

I've tried http://localhost:8081 from the server and the SharePoint
Central
Administration page does not come up.

On the install, I did nit get any errors. My normal proceedure is:
1. OS
2. Drivers: Chipset INI, VGA, NIC's, Modems, Sound.
3. Run MS Live Updates
4. Then Deploy SBS Package followed by more MS Updates. and of cource
the
2-do list.

In the IIS mmc do you still see the companyweb site listed? .... Yes

If you look in Start/Administrative Tools/Services is the
MSSQL$SharePoint
service running? .... YES

From a command prompt on the server see if you can connect to the
MSSQL$SharePoint instance by using the following:

osql -E -S %computername%\sharepoint -Q "select name from
sysdatabases"

Results if I did it right:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q
"select name from sysdatabases"
name

-------------------------------------------------------------------------------
master
tempdb
model
msdb
STS_Config
STS_ONSITEFS1_1
(6 rows affected)

C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q sts_onsitefs1_1
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'sts_onsitefs1_1'.

C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q sts_config
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'sts_config'.

C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q msdb
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'msdb'.

C:\Documents and Settings\Administrator>osql -E -S
%computername%\sharepoint
-Q master
Msg 2812, Level 16, State 62, Server ONSITEFS1\SHAREPOINT, Line 1
Could not find stored procedure 'master'.

C:\Documents and Settings\Administrator>
................................................................................................................
We need to determine what components are working/installed to narrow
down
where the problem may lie.

BTW, https://myserver/remote should be taking you to Remote Web
Workplace's
logon screen not to companyweb ....

True but it will not instead:HTTP Error 404 - File or directory not
found.
Internet Information Services (IIS)

Are you not getting the logon screen for RWW either? No







"David Copeland [MSFT]" wrote:

Harold,

You mentioned that OWA is working... so that implies that at least
parts
of
IIS are working as well.. Are you able to access either
http://localhost/backup or http://localhost/monitoring from the server
itself? Trying to see if the asp.net components are working.. Or if
you
try http://localhost:8081 from the server does the SharePoint Central
Administration page come up?

Did you get any errors during the SBS integrated setup? For example,
if
you
have SBS 2003 original RTM media there was an issue where the Intranet
may
fail to install..
http://www.microsoft.com/windowsserver2003/sbs/techinfo/sharepointinstall.mspx

In the IIS mmc do you still see the companyweb site listed?

If you look in Start/Administrative Tools/Services is the
MSSQL$SharePoint
service running?

From a command prompt on the server see if you can connect to the
MSSQL$SharePoint instance by using the following:

osql -E -S %computername%\sharepoint -Q "select name from
sysdatabases"

We need to determine what components are working/installed to narrow
down
where the problem may lie.

BTW, https://myserver/remote should be taking you to Remote Web
Workplace's
logon screen not to companyweb (although once logged on to RWW you may
be
able to access companyweb from there) Are you not getting the logon
screen
for RWW either?


--


Hope that helps,
David Copeland
Microsoft Small Business Server Support

This posting is provided "AS IS" with no warranties, and confers no
rights.


SBS Newsgroups:

SBS v4.x: microsoft.public.backoffice.smallbiz
SBS 2000: microsoft.public.backoffice.smallbiz2000
SBS 2003: microsoft.public.windows.server.sbs

"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B45CAE95-08FD-4692-A430-50BE7519E671@xxxxxxxxxxxxxxxx
Mr. Brown,
Whether I type it an old way or http://companyweb/default.aspx or
launch
my
browser, or https://myserver/remote, it don't work! I took a left
turn
and I
need the right answer please. I went through the post and tried
most
of
the
suggestions. most people gave up and redid the box. True I can do
the
same
thing, but I want understanding i.e. wisdom and not rebuilding the
box
answer. and a professional answer at that.

Thanks,

"Dirk-Thomas Brown" wrote:

To access the company WEB from within the LAN (based on your typing
myserver
I assumed LAN) is plain old http://companyweb

Dirk-Thomas

"Harold K" <HaroldK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3795EC5F-4B84-4A20-905B-F0BF1AD96E43@xxxxxxxxxxxxxxxx
Hello, I have been running SBS2k3 Priemium with out ISA for some
time
now.
afew monts ago I lost the ability to access the Companyweb. Last
night
a
had
some time on my hands a did a fresh install. i.e. O/S, ini, vga,
nic's,
etc... (drivers) then updates. I then deployed the SBS i.e. disk
2-4 &
outlook. went down the the to-do list and rebooted. Come to
find
that
I
cant access the companyweb.

After reading serveral postings that look farmillar to my problem
...
they
chose to quit and re-install. for one that dosen't solve the
problem,
and
two you just can't continue to re-install everytime you run into
a
problem.
I need to understand how to fix this problem. I have a HOST of
clients
running SBS2k3 and still upgrading them. I need to know how to
fix
them
if
they run into this problem.

https://myserver/exchange ... works fine (OWA)
https://myserver/remote ... does not work (Companyweb)


So ... here it is:
The page cannot be found
The page you are looking for might have been removed, had its
name
changed,
or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
Make sure that the Web site address displayed in the address bar
of
your
browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site
administrator to alert them that the link is incorrectly
formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Go to Microsoft Product Support Services and perform a title
search
for
the
words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and
search
for
topics titled Web Site Setup, Common Administrative Tasks, and
About
Custom
Error Messages
....................................................................................................................
Server IPCONFIG /ALL:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>ipconfig /all



.