Re: companyweb, Monitoring and Performance and Backup not working!
- From: DaDoK <DaDoK.32k37e@xxxxxxxxxxxxx>
- Date: Wed, 2 Jan 2008 16:41:21 +0530
I have not been able to solve the problem regarding the ASP.NET tab
being missing. This is because "Enable32BitApponWin64" is not present
in "Metabase.xml". However I have used a nice freeware program
ASPNETVersionSwitcher, this is essentially a front end graphical
application that invokes the Microsoft .NET commandline programs with
the appropriate switches. The only version of ASP.NET present on the
server is 1.1.4322. However I decided to 'change' the version to
1.1.4322 anyway. Before this i tried running "aspnet_regiis -i" which
completed successfully.
The good news is that it seems like ASP.NET is now working on both the
Default Web Site and companyweb. I am now getting ASP.NET error
messages rather than Internet Explorer error messages. I have turned on
the detailed errors in the web.config file in the appropriate sites.
I achieved this by changing:
Code:
--------------------
<customErrors
mode="On"
defaultRedirect="error.aspx"
/>
--------------------
to:
Code:
--------------------
<customErrors
mode="RemoteOnly"
defaultRedirect="error.aspx"
/>
--------------------
The companyweb page now opens. I am getting the following error
message:
Code:
--------------------
Error
Access denied. You do not have permission to perform this action or access this resource.
Access requests are not enabled.
Troubleshoot issues with Windows SharePoint Services.
--------------------
Essentially it is a custom Error 403 message. I do not know how to
bypass this.
In the "Monitoring and Reporting" section in Server Management I get
the following error:
Code:
--------------------
Server Error in '/Monitoring' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\monitoring\b414b2d0\3ba7056a\svm09dri.dll' -- 'Access is denied. '
Source Error:
[No relevant source lines]
Source File: Line: 0
--------------------
Unfortunately I do not understand the error. Access is denied to
svm09dri.dll. However after a search for the file svm09dri.dll, I have
concluded that it does not exist. How can access be denied to a file
that does not exist?
In the "Backup" section in Server Management I get the following
error:
Code:
--------------------
Server Error in '/Backup' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\backup\55b79170\2502a0a\hpwvq9jr.dll' -- 'Access is denied. '
Source Error:
[No relevant source lines]
Source File: Line: 0
--------------------
Same problem as with the Monitoring and Performance tab. hpwvq9jr.dll
does not exist.
Thanks alot for your help thus far. I am getting the feeling that this
is going forward somewhat!
Michael
Costas;3423676 Wrote:
Michael,
I made a mistake on the companyweb site. It isn't the server name
under the
host name, it is 'companyweb' and 'companyweb.server.local'. That is
the
reason for the 'default web site' not starting. They both use the
same
port. Sorry about that, my fingers type faster than I can think
sometimes...
For the ASP.NET tab not showing, you'll have to edit a file. Go to
C:\WINDOWS\SYSTEM32\INETSRV directory and open the file "Metabase.xml"
in
Notepad. Towards the end of the file you'll find a setting with the
title:
"Enable32BitApponWin64". If that setting is set to TRUE change it to
FALSE
(just overwrite the value). Save the file. If the file doesn't save,
stop
the WWW Publishing Service first. Make sure that the file overwrites
the
existing metabase.xml file and it doesn't create a new one with the
name
metabase.xml.txt
Start the WWW service and you should be able to see the ASP.net tab.
Set it
to the 1.1.4322 (it seems I made another mistake in my previous post).
Click Ok, and then issue an: iisreset from the command prompt.
Let me know if that solves the problem
--
Costas
"DaDoK" <DaDoK.32j5vf@xxxxxxxxxxxxx> wrote in message
news:DaDoK.32j5vf@xxxxxxxxxxxxxxxx
values
Thanks Costas,
My companyweb entries were slightly different to your suggested
before hand. Instead of the server name, it had "companyweb". Istill
changed it and it did not fix the problem. However now I believe Iknow
where the problem lies.404
There is no ASP.NET tab in IIS manager!!
Also after your suggested changes, companyweb no longer has a HTTP
error. It now has HTTP 400 error. It seems to be a step forward tome.
must
However Default Web Site now fails to start. The exact error message
is: "ISS was unable to start the site. Another site may already be
using the port you configured for this site. Please select an unused
port for the site."
Michael
Costas;3422389 Wrote:
Michael,
Just to summarize, in the Properties of the 'Default Web Site' you
Identities...'have
the IP Address of the server next to 'IP Address' and not 'All
Unassigned'.
After you click the 'Advanced' button, under 'Multiple
portyou
should have two entices: One, with the IP address of the server,
IP80 and
host header the name of the server (e.g. myserver). The second one
should be
with IP address 127.0.0.1, port 80 and nothing as host header.
After you do that, click on the ASP.NET tab and make sure that the
ASP.NET
version is set to 1.1.1322
For the companyweb site site, the IP Address should be set to the
portaddress
of the server (not, 'All Unassigned') and under 'multiple
identities...' you
should have two entries. One with the IP address of the server,
with80 and
host header the name of the server (e.g. servername) and another
andexactly the same values as the first one with the exception of the
host
header which should be: servername.domain.local
--
Costas
"DaDoK" <DaDoK.32imfd@xxxxxxxxxxxxx> wrote in message
news:DaDoK.32imfd@xxxxxxxxxxxxxxxx
reset
Thank you Costas,
Unfortunately this did not help. I did exactly what you said and
IIS and the problem is still present.
The settings that I had before hand were:
IP Address: Default
TCP Port: 80
Host Header: -(blank)-
There were no other entries in the table.
Michael
Costas;3421999 Wrote:
Go to IIS Manager | Web Sites | Default Web Site right click
Site'select
'Properties'. Click on the 'Advanced' button next to the 'IP
Address'.
Is 127.0.0.1 listed under 'Multiple identities for this Web
suggestions.with
entries,no
value for host header? If not, add it. You should have two
serverone I
just described and the other should be the internal IP of the
with
the name of the server as the host header.
--
Costas
"DaDoK" <DaDoK.32hxfl@xxxxxxxxxxxxx> wrote in message
news:DaDoK.32hxfl@xxxxxxxxxxxxxxxx
Does anyone have any other ideas? I am open for all
------------------------------------------------------------------------
--
DaDoK
------------------------------------------------------------------------http://forums.techarena.in/member.php?userid=38331DaDoK's Profile:
http://forums.techarena.in/showthread.php?t=880817View this thread:
http://forums.techarena.in
--
DaDoK
http://forums.techarena.in/member.php?userid=38331DaDoK's Profile:
http://forums.techarena.in/showthread.php?t=880817View this thread:
------------------------------------------------------------------------
http://forums.techarena.in
--
DaDoK
DaDoK's Profile: http://forums.techarena.in/member.php?userid=38331
View this thread: http://forums.techarena.in/showthread.php?t=880817
http://forums.techarena.in
--
DaDoK
------------------------------------------------------------------------
DaDoK's Profile: http://forums.techarena.in/member.php?userid=38331
View this thread: http://forums.techarena.in/showthread.php?t=880817
http://forums.techarena.in
.
- Follow-Ups:
- References:
- Re: companyweb, Monitoring and Performance and Backup not working!
- From: DaDoK
- Re: companyweb, Monitoring and Performance and Backup not working!
- From: Costas
- Re: companyweb, Monitoring and Performance and Backup not working!
- From: DaDoK
- Re: companyweb, Monitoring and Performance and Backup not working!
- From: Costas
- Re: companyweb, Monitoring and Performance and Backup not working!
- From: DaDoK
- Re: companyweb, Monitoring and Performance and Backup not working!
- From: Costas
- Re: companyweb, Monitoring and Performance and Backup not working!
- Prev by Date: RE: Problems with connectcomputer and active directory
- Next by Date: RE: Problems with connectcomputer and active directory
- Previous by thread: Re: companyweb, Monitoring and Performance and Backup not working!
- Next by thread: Re: companyweb, Monitoring and Performance and Backup not working!
- Index(es):