473,416 Members | 1,801 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Failed to start monitoring file changes.

Hello,

I have researched and tried every thing I have found on the web, in groups
and MS KB articles. Here is what I have.

I have a Windows 2000 Domain Controller all service packs and every thing
else from windows update.
..NET 1.0 and 1.1 installed on the server. Actually .NET was installed
before the server was made a DC.
This server is a VMWare virtual machine so when I have the ability to roll
back all changes and "try" again.
What I am trying to do is impersonation. I have a VERY simple test site
that I am using to get impersonation to work on a DC. The site name is
"test" and the only page is "default.aspx" with the content of "test page".
Pretty complex I know..... ha

Now, the web site works perfect with just that content. It will display
"test page" in the web browser. But if I add a web.config file with
impersonation added to the web.config i receive the error "Access denied to
'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
changes."

The user that I have added to the impersonation element is none other than
the Domain administrator account. I am just using it for fun to get this
stuff to work. The final product will run under a normal user with hopefully
only the required rights to run the site. But you know what how can I
figure that out when i can't even get a domain administrator to work in
impersonation.

I am loged in as the Administrator created all of the content and testing
while using the same account to impersonate with. So I do not see how the
administrator account cannot have access to files IT just created!

What can I do to allow this user to work? What must I do then to make a
standard domain user to work. Answers please!! It seems no one knows how or
why this happens and I have seen where people have burned MSDN support calls
and STILL do not have a solution.

Nov 18 '05 #1
7 13352
Check for folder permissions of your account.
Here you have some useful links about this:

http://support.microsoft.com/default...b;EN-US;317955
http://support.microsoft.com/default...b;EN-US;316721
--
Hernan de Lahitte
Lagash Systems S.A.
http://weblogs.asp.net/hernandl
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mark" <po******@news.group> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hello,

I have researched and tried every thing I have found on the web, in groups
and MS KB articles. Here is what I have.

I have a Windows 2000 Domain Controller all service packs and every thing
else from windows update.
.NET 1.0 and 1.1 installed on the server. Actually .NET was installed
before the server was made a DC.
This server is a VMWare virtual machine so when I have the ability to roll
back all changes and "try" again.
What I am trying to do is impersonation. I have a VERY simple test site
that I am using to get impersonation to work on a DC. The site name is
"test" and the only page is "default.aspx" with the content of "test page". Pretty complex I know..... ha

Now, the web site works perfect with just that content. It will display
"test page" in the web browser. But if I add a web.config file with
impersonation added to the web.config i receive the error "Access denied to 'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
changes."

The user that I have added to the impersonation element is none other than
the Domain administrator account. I am just using it for fun to get this
stuff to work. The final product will run under a normal user with hopefully only the required rights to run the site. But you know what how can I
figure that out when i can't even get a domain administrator to work in
impersonation.

I am loged in as the Administrator created all of the content and testing
while using the same account to impersonate with. So I do not see how the
administrator account cannot have access to files IT just created!

What can I do to allow this user to work? What must I do then to make a
standard domain user to work. Answers please!! It seems no one knows how or why this happens and I have seen where people have burned MSDN support calls and STILL do not have a solution.

Nov 18 '05 #2
I have read these and tried them. How does a "Domain Administrator" not
have access? The Domain administrator was the user that created these
folders. By default this means the administrator is the owner and does have
access to these folders, correct?

In my attempts to find where the folder that the Domain administrator did
not have access I just granted full access on c:\ to the administrator,
everyone, AND aspnet and the other web user account. I know this is nuts
but it is a VM and I can roll back the change later. But guess what, it
STILL gave the same error.

I am disturbed how other users have posted the same questions as myself do
not receive a straight answer. Every answer to this same question always
gets the same answer. Read x, x, x, KB articles download the file monitor
tool.

These KB articles did not solve the problem. Somthing else is wrong. If I
remove the impersonate line the test site works. Add the line the error
appears. Yes it is the correct password.

"Hernan de Lahitte" <he****@lagash.com> wrote in message
news:eu****************@tk2msftngp13.phx.gbl...
Check for folder permissions of your account.
Here you have some useful links about this:

http://support.microsoft.com/default...b;EN-US;317955
http://support.microsoft.com/default...b;EN-US;316721
--
Hernan de Lahitte
Lagash Systems S.A.
http://weblogs.asp.net/hernandl
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark" <po******@news.group> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hello,

I have researched and tried every thing I have found on the web, in groups and MS KB articles. Here is what I have.

I have a Windows 2000 Domain Controller all service packs and every thing else from windows update.
.NET 1.0 and 1.1 installed on the server. Actually .NET was installed
before the server was made a DC.
This server is a VMWare virtual machine so when I have the ability to roll back all changes and "try" again.
What I am trying to do is impersonation. I have a VERY simple test site
that I am using to get impersonation to work on a DC. The site name is
"test" and the only page is "default.aspx" with the content of "test page".
Pretty complex I know..... ha

Now, the web site works perfect with just that content. It will display
"test page" in the web browser. But if I add a web.config file with
impersonation added to the web.config i receive the error "Access denied

to
'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
changes."

The user that I have added to the impersonation element is none other than the Domain administrator account. I am just using it for fun to get this stuff to work. The final product will run under a normal user with

hopefully
only the required rights to run the site. But you know what how can I
figure that out when i can't even get a domain administrator to work in
impersonation.

I am loged in as the Administrator created all of the content and testing while using the same account to impersonate with. So I do not see how the administrator account cannot have access to files IT just created!

What can I do to allow this user to work? What must I do then to make a
standard domain user to work. Answers please!! It seems no one knows

how or
why this happens and I have seen where people have burned MSDN support

calls
and STILL do not have a solution.


Nov 18 '05 #3
I have read these and tried them. How does a "Domain Administrator" not
have access? The Domain administrator was the user that created these
folders. By default this means the administrator is the owner and does have
access to these folders, correct?

In my attempts to find where the folder that the Domain administrator did
not have access I just granted full access on c:\ to the administrator,
everyone, AND aspnet and the other web user account. I know this is nuts
but it is a VM and I can roll back the change later. But guess what, it
STILL gave the same error.

I am disturbed how other users have posted the same questions as myself do
not receive a straight answer. Every answer to this same question always
gets the same answer. Read x, x, x, KB articles download the file monitor
tool.

These KB articles did not solve the problem. Somthing else is wrong. If I
remove the impersonate line the test site works. Add the line the error
appears. Yes it is the correct password.

"Hernan de Lahitte" <he****@lagash.com> wrote in message
news:eu****************@tk2msftngp13.phx.gbl...
Check for folder permissions of your account.
Here you have some useful links about this:

http://support.microsoft.com/default...b;EN-US;317955
http://support.microsoft.com/default...b;EN-US;316721
--
Hernan de Lahitte
Lagash Systems S.A.
http://weblogs.asp.net/hernandl
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark" <po******@news.group> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hello,

I have researched and tried every thing I have found on the web, in groups and MS KB articles. Here is what I have.

I have a Windows 2000 Domain Controller all service packs and every thing else from windows update.
.NET 1.0 and 1.1 installed on the server. Actually .NET was installed
before the server was made a DC.
This server is a VMWare virtual machine so when I have the ability to roll back all changes and "try" again.
What I am trying to do is impersonation. I have a VERY simple test site
that I am using to get impersonation to work on a DC. The site name is
"test" and the only page is "default.aspx" with the content of "test page".
Pretty complex I know..... ha

Now, the web site works perfect with just that content. It will display
"test page" in the web browser. But if I add a web.config file with
impersonation added to the web.config i receive the error "Access denied

to
'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
changes."

The user that I have added to the impersonation element is none other than the Domain administrator account. I am just using it for fun to get this stuff to work. The final product will run under a normal user with

hopefully
only the required rights to run the site. But you know what how can I
figure that out when i can't even get a domain administrator to work in
impersonation.

I am loged in as the Administrator created all of the content and testing while using the same account to impersonate with. So I do not see how the administrator account cannot have access to files IT just created!

What can I do to allow this user to work? What must I do then to make a
standard domain user to work. Answers please!! It seems no one knows

how or
why this happens and I have seen where people have burned MSDN support

calls
and STILL do not have a solution.


Nov 18 '05 #4
Here is a small story of what I am doing.

I have a virtual machine Windows 2000 Enterprise server with .NET 1.0 and
1.1 installed and was upgraded to a DC.

1. Log in as Administrator
2. Create a folder C:\Inetpub\wwwroot\test
3. Create a file "default.aspx" content of the file is "hello world"
4. Load up Internet Information Services
5. Create "test" to be a web application or what ever that step would be
called. I click on the "create" button in the properties of "test"
6. Grant the user iwam_machinename to the
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary ASP.NET Files" folder
because it genreated a permission error when running the site.
7. Load up IE and access http://localhost/test and it works. The site
displays "hello world"

8. Create web.config with impersonate data. The user in the impersonate is
the Domain administrator account that is currently being used.
9. Accessing the site gives the error "Access denied to
'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
changes."

WHY, WHY does this error happen?

When these same steps are performed on another VM that is a DC it actually
works. The same problem was not able to be reproduced. I have seen this
problem before so it is not a rare occurance with just this VM or my
install. It has happened when another network tech installed a windows DC
and another developer tried to setup an impersonate site. Same error and we
could not resolve the error so the machine was rebuilt. There are going to
be times where we will not be able to just "rebuild" the machine and the
problem has to be resolved.

In attempts to "fix" the problem
* aspnet_regiis -i was ran. Same result.
* .NET 1.0 and 1.1 uninstalled and reinstalled .NET 1.1. Same error still.
* Granting full control on c:\ just for kicks on everyone and administrator
and other user accounts. same error.
How can this be fixed on a server with out a rebuild of the server?

Nov 18 '05 #5
Please use the Sysinternals Filemon tool to see what file is generating the
Access denied error, and which account is being used to access the file.
That will give you some idea as to why you are getting this error.

Cheers
Ken

"Mark" <po******@news.group> wrote in message
news:ud**************@TK2MSFTNGP10.phx.gbl...
: Here is a small story of what I am doing.
:
: I have a virtual machine Windows 2000 Enterprise server with .NET 1.0 and
: 1.1 installed and was upgraded to a DC.
:
: 1. Log in as Administrator
: 2. Create a folder C:\Inetpub\wwwroot\test
: 3. Create a file "default.aspx" content of the file is "hello world"
: 4. Load up Internet Information Services
: 5. Create "test" to be a web application or what ever that step would be
: called. I click on the "create" button in the properties of "test"
: 6. Grant the user iwam_machinename to the
: "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary ASP.NET Files"
folder
: because it genreated a permission error when running the site.
: 7. Load up IE and access http://localhost/test and it works. The site
: displays "hello world"
:
: 8. Create web.config with impersonate data. The user in the impersonate
is
: the Domain administrator account that is currently being used.
: 9. Accessing the site gives the error "Access denied to
: 'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
: changes."
:
: WHY, WHY does this error happen?
:
: When these same steps are performed on another VM that is a DC it actually
: works. The same problem was not able to be reproduced. I have seen this
: problem before so it is not a rare occurance with just this VM or my
: install. It has happened when another network tech installed a windows DC
: and another developer tried to setup an impersonate site. Same error and
we
: could not resolve the error so the machine was rebuilt. There are going
to
: be times where we will not be able to just "rebuild" the machine and the
: problem has to be resolved.
:
: In attempts to "fix" the problem
: * aspnet_regiis -i was ran. Same result.
: * .NET 1.0 and 1.1 uninstalled and reinstalled .NET 1.1. Same error
still.
: * Granting full control on c:\ just for kicks on everyone and
administrator
: and other user accounts. same error.
:
:
: How can this be fixed on a server with out a rebuild of the server?
:
:
:
Nov 18 '05 #6
I must admit I did use it, but this time.. I REALLY used the tool now. So,
here is what I have found. The following is a snipit from the log.

The Domain is "Win2000DC"
The aspnet_wp user "Win2000DC\IWAM_Wrongway"

The result from aspnet_wp.exe accessing the
C:\inetpub\wwwroot\test\Default.aspx is 0xC00000A5

0xC00000A5 = 0 0xc00000a5 0x001f0003 NT_STATUS_BAD_IMPERSONATION_LEVEL

I have not a clue what this means or how to solve this.

In the web.config i have the following under <system.web>

<identity impersonate="true"
userName="Win2000DC\administrator"
password="password" />

What is crazy is that the same default.aspx and web.config work on another
DC, yet we are unable to get it working on this DC. I have granted the
IWAM_Wrongway user access to c:\, c:\inetpub, c:\inetpub\wwwroot,
c:\inetpub\wwwroot\test and the same result is returned.

14 7:09:25 AM inetinfo.exe:1916 OPEN C:\INETPUB\WWWROOT\TEST\DEFAULT.HTM
FILE NOT FOUND Options: Open Access: All
15 7:09:25 AM inetinfo.exe:1916 OPEN C:\INETPUB\WWWROOT\TEST\DEFAULT.ASP
FILE NOT FOUND Options: Open Access: All
16 7:09:25 AM inetinfo.exe:1916 OPEN C:\INETPUB\WWWROOT\TEST\IISSTART.ASP
FILE NOT FOUND Options: Open Access: All
17 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
18 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
19 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\global.asax FILE NOT FOUND Attributes: Error
20 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
21 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
22 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
23 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
24 7:09:25 AM aspnet_wp.exe:1420 OPEN
C:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config *
0xC00000A5 Options: Open Access: All
25 7:09:25 AM aspnet_wp.exe:1420 OPEN
C:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config *
0xC00000A5 Options: Open Access: All
26 7:09:25 AM aspnet_wp.exe:1420 OPEN
C:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config *
0xC00000A5 Options: Open Access: All
27 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
28 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
29 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
30 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error

"Ken Schaefer" <ke*******@THISadOpenStatic.com> wrote in message
news:eC**************@TK2MSFTNGP11.phx.gbl...
Please use the Sysinternals Filemon tool to see what file is generating the Access denied error, and which account is being used to access the file.
That will give you some idea as to why you are getting this error.

Cheers
Ken

"Mark" <po******@news.group> wrote in message
news:ud**************@TK2MSFTNGP10.phx.gbl...
: Here is a small story of what I am doing.
:
: I have a virtual machine Windows 2000 Enterprise server with .NET 1.0 and : 1.1 installed and was upgraded to a DC.
:
: 1. Log in as Administrator
: 2. Create a folder C:\Inetpub\wwwroot\test
: 3. Create a file "default.aspx" content of the file is "hello world"
: 4. Load up Internet Information Services
: 5. Create "test" to be a web application or what ever that step would be : called. I click on the "create" button in the properties of "test"
: 6. Grant the user iwam_machinename to the
: "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary ASP.NET Files"
folder
: because it genreated a permission error when running the site.
: 7. Load up IE and access http://localhost/test and it works. The site
: displays "hello world"
:
: 8. Create web.config with impersonate data. The user in the impersonate is
: the Domain administrator account that is currently being used.
: 9. Accessing the site gives the error "Access denied to
: 'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file
: changes."
:
: WHY, WHY does this error happen?
:
: When these same steps are performed on another VM that is a DC it actually : works. The same problem was not able to be reproduced. I have seen this : problem before so it is not a rare occurance with just this VM or my
: install. It has happened when another network tech installed a windows DC : and another developer tried to setup an impersonate site. Same error and we
: could not resolve the error so the machine was rebuilt. There are going
to
: be times where we will not be able to just "rebuild" the machine and the
: problem has to be resolved.
:
: In attempts to "fix" the problem
: * aspnet_regiis -i was ran. Same result.
: * .NET 1.0 and 1.1 uninstalled and reinstalled .NET 1.1. Same error
still.
: * Granting full control on c:\ just for kicks on everyone and
administrator
: and other user accounts. same error.
:
:
: How can this be fixed on a server with out a rebuild of the server?
:
:
:

Nov 18 '05 #7
So, the grand answer to this problem is.....
http://support.microsoft.com/default...b;en-us;824308

Now, this hopefully is documented that when you receive the "failed to start
monitoring file changes" and if you use the FileMon tool and see the result
code 0xC00000A5 you should check out the kb article 824308

"Mark" <po******@news.group> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
I must admit I did use it, but this time.. I REALLY used the tool now. So, here is what I have found. The following is a snipit from the log.

The Domain is "Win2000DC"
The aspnet_wp user "Win2000DC\IWAM_Wrongway"

The result from aspnet_wp.exe accessing the
C:\inetpub\wwwroot\test\Default.aspx is 0xC00000A5

0xC00000A5 = 0 0xc00000a5 0x001f0003 NT_STATUS_BAD_IMPERSONATION_LEVEL

I have not a clue what this means or how to solve this.

In the web.config i have the following under <system.web>

<identity impersonate="true"
userName="Win2000DC\administrator"
password="password" />

What is crazy is that the same default.aspx and web.config work on another
DC, yet we are unable to get it working on this DC. I have granted the
IWAM_Wrongway user access to c:\, c:\inetpub, c:\inetpub\wwwroot,
c:\inetpub\wwwroot\test and the same result is returned.

14 7:09:25 AM inetinfo.exe:1916 OPEN C:\INETPUB\WWWROOT\TEST\DEFAULT.HTM
FILE NOT FOUND Options: Open Access: All
15 7:09:25 AM inetinfo.exe:1916 OPEN C:\INETPUB\WWWROOT\TEST\DEFAULT.ASP
FILE NOT FOUND Options: Open Access: All
16 7:09:25 AM inetinfo.exe:1916 OPEN C:\INETPUB\WWWROOT\TEST\IISSTART.ASP
FILE NOT FOUND Options: Open Access: All
17 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
18 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
19 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\global.asax FILE NOT FOUND Attributes: Error
20 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
21 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
22 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
23 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
24 7:09:25 AM aspnet_wp.exe:1420 OPEN
C:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config *
0xC00000A5 Options: Open Access: All
25 7:09:25 AM aspnet_wp.exe:1420 OPEN
C:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config *
0xC00000A5 Options: Open Access: All
26 7:09:25 AM aspnet_wp.exe:1420 OPEN
C:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config *
0xC00000A5 Options: Open Access: All
27 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
28 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
29 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error
30 7:09:25 AM aspnet_wp.exe:1420 QUERY INFORMATION
C:\inetpub\wwwroot\test\Default.aspx * 0xC00000A5 Attributes: Error

"Ken Schaefer" <ke*******@THISadOpenStatic.com> wrote in message
news:eC**************@TK2MSFTNGP11.phx.gbl...
Please use the Sysinternals Filemon tool to see what file is generating the
Access denied error, and which account is being used to access the file.
That will give you some idea as to why you are getting this error.

Cheers
Ken

"Mark" <po******@news.group> wrote in message
news:ud**************@TK2MSFTNGP10.phx.gbl...
: Here is a small story of what I am doing.
:
: I have a virtual machine Windows 2000 Enterprise server with .NET 1.0

and
: 1.1 installed and was upgraded to a DC.
:
: 1. Log in as Administrator
: 2. Create a folder C:\Inetpub\wwwroot\test
: 3. Create a file "default.aspx" content of the file is "hello world"
: 4. Load up Internet Information Services
: 5. Create "test" to be a web application or what ever that step would

be
: called. I click on the "create" button in the properties of "test"
: 6. Grant the user iwam_machinename to the
: "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Tempor ary ASP.NET Files"
folder
: because it genreated a permission error when running the site.
: 7. Load up IE and access http://localhost/test and it works. The site : displays "hello world"
:
: 8. Create web.config with impersonate data. The user in the

impersonate
is
: the Domain administrator account that is currently being used.
: 9. Accessing the site gives the error "Access denied to
: 'c:\inetpub\wwwroot\test\Default.aspx'. Failed to start monitoring file : changes."
:
: WHY, WHY does this error happen?
:
: When these same steps are performed on another VM that is a DC it

actually
: works. The same problem was not able to be reproduced. I have seen

this
: problem before so it is not a rare occurance with just this VM or my
: install. It has happened when another network tech installed a windows DC
: and another developer tried to setup an impersonate site. Same error

and
we
: could not resolve the error so the machine was rebuilt. There are

going to
: be times where we will not be able to just "rebuild" the machine and the : problem has to be resolved.
:
: In attempts to "fix" the problem
: * aspnet_regiis -i was ran. Same result.
: * .NET 1.0 and 1.1 uninstalled and reinstalled .NET 1.1. Same error
still.
: * Granting full control on c:\ just for kicks on everyone and
administrator
: and other user accounts. same error.
:
:
: How can this be fixed on a server with out a rebuild of the server?
:
:
:


Nov 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jeff Reed | last post by:
I am experiencing the the problem outlined the below. Unfortunately, I am using WinXP and I not sure if I can apply the solution due to lack of security control Any feed back would be apreciated ...
1
by: Edward Yang | last post by:
I setup web.config with impersonation="true". On our local server the project works great. I did the same procedures on our staging server, but it failed with an impossible error: Server Error in...
1
by: Robin | last post by:
When trying to run a vb asp.net page on a test server the following error is displayed. I have seen article Q317955, but the folder names are less than 9 long and the file permissions have...
2
by: Greg Allen | last post by:
I know this has been discussed before, and have found some documentation about it on the web. But nothing has fixed my problem. I am running the 1.1 .NET framework, SP1. I have a web...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
5
by: Jay Ge | last post by:
I searched this issue in internet, but they still cannot solve my issue, so your help/suggestion will be preciated. this page is placed on serverA, and it will touch files on serverB.(but it...
5
by: Joe | last post by:
I'm getting the following error when trying to call a page on a secure server. I'm not doing any impersonations or file access of any kind. The page is using PayPal and I'm wondering if PayPal has...
0
by: annoir | last post by:
We have several subwebs that contain ASP.NET applications. We recently changed the permissions to the subwebs to not inherit from the parent web. This was done for security reasons so that...
0
by: =?Utf-8?B?UmFmYWVsIEFtb3JpbQ==?= | last post by:
Hello Guys, I have an application that is installed on three different data centers across the world (exactly the same environment and installed files for each one). I got some errors from...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.