Re: companyweb, Monitoring and Performance and Backup not working!

Tech-Archive recommends: Fix windows errors by optimizing your registry



Michael,

Do you remember what you did prior to these problems? Did you install some kind of application, update .. Whatever the problem is, it affects IIS server as a whole. It's very rare to see the same problem on two different web sites (default and companyweb)

--
Costas


"DaDoK" <DaDoK.32ks7f@xxxxxxxxxxxxx> wrote in message news:DaDoK.32ks7f@xxxxxxxxxxxxxxxx

All of the setting which you have mentioned were already present. The
only difference was companyweb which had "Enable Anonymous Access"
selected and "Integrated Windows Authentication" unselected. With it
changed to "Enable Anonymous Access" unselected and "Integrated Windows
Authentication" selected, the error message changed to:


Code:
--------------------
Server Error in '/_layouts' 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\_layouts\5dbe5bb9\d9f612b0\f2l8oyp-.dll' -- 'Access is denied. '

Source Error:



[No relevant source lines]


Source File: Line: 0
--------------------


Michael

Costas;3424959 Wrote:
Michael,

All three sites have 'Access Denied' error. Start with the Default Web
Site
| Properties | Directory Security, click on Edit under 'Authentication
and
access control and make sure that that 'Enable anonymous access' and
'Integrated Windows Authentication' are selected.

For the companyweb site, and the 'Backup' and 'Monitoring' virtual
directories under the Default Web Site, only the 'Integrated Windows
Authentication' should be selected.

If that doesn't help, in IIS Manager, under Web Service Extensions,
make
sure that the status of ASP.NET v1.1.4322 and 'Windows SharePoint
Services'
are set to 'Allowed'


--
Costas


"DaDoK" <DaDoK.32k37e@xxxxxxxxxxxxx> wrote in message
news:DaDoK.32k37e@xxxxxxxxxxxxxxxx
>
> 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
>> >
>> > Thanks Costas,
>> >
>> > My companyweb entries were slightly different to your suggested
>> values
>> > before hand. Instead of the server name, it had "companyweb". I
>> still
>> > changed it and it did not fix the problem. However now I believe
I
>> know
>> > where the problem lies.
>> >
>> > There is no ASP.NET tab in IIS manager!!
>> >
>> > Also after your suggested changes, companyweb no longer has a
HTTP
>> 404
>> > error. It now has HTTP 400 error. It seems to be a step forward
to
>> me.
>> >
>> > 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
>> must
>> >> have
>> >> the IP Address of the server next to 'IP Address' and not 'All
>> >> Unassigned'.
>> >> After you click the 'Advanced' button, under 'Multiple
>> Identities...'
>> >> you
>> >> should have two entices: One, with the IP address of the server,
>> port
>> >> 80 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
>> IP
>> >> address
>> >> of the server (not, 'All Unassigned') and under 'multiple
>> >> identities...' you
>> >> should have two entries. One with the IP address of the server,
>> port
>> >> 80 and
>> >> host header the name of the server (e.g. servername) and another
>> with
>> >> exactly 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
>> >> >
>> >> > Thank you Costas,
>> >> > Unfortunately this did not help. I did exactly what you said
and
>> >> reset
>> >> > 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
>> and
>> >> >> select
>> >> >> 'Properties'. Click on the 'Advanced' button next to the 'IP
>> >> >> Address'.
>> >> >>
>> >> >> Is 127.0.0.1 listed under 'Multiple identities for this Web
>> Site'
>> >> with
>> >> >> no
>> >> >> value for host header? If not, add it. You should have two
>> >> entries,
>> >> >> one I
>> >> >> just described and the other should be the internal IP of the
>> >> server
>> >> >> 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
>> suggestions.
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > 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
>> >> >
>> >
>> >
>> > --
>> > 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
>


--
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


.


Quantcast