473,748 Members | 2,670 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.as px" 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\www root\test\Defau lt.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 13405
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******** ********@TK2MSF TNGP10.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.as px" 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\www root\test\Defau lt.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******** ********@tk2msf tngp13.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******** ********@TK2MSF TNGP10.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.as px" 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\www root\test\Defau lt.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******** ********@tk2msf tngp13.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******** ********@TK2MSF TNGP10.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.as px" 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\www root\test\Defau lt.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\wwwr oot\test
3. Create a file "default.as px" 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_machinenam e to the
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary 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\www root\test\Defau lt.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******** ******@TK2MSFTN GP10.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\wwwr oot\test
: 3. Create a file "default.as px" 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_machinenam e to the
: "C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary 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\www root\test\Defau lt.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\wwwr oot\test\Defaul t.aspx is 0xC00000A5

0xC00000A5 = 0 0xc00000a5 0x001f0003 NT_STATUS_BAD_I MPERSONATION_LE VEL

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="tr ue"
userName="Win20 00DC\administra tor"
password="passw ord" />

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\wwwr oot,
c:\inetpub\wwwr oot\test and the same result is returned.

14 7:09:25 AM inetinfo.exe:19 16 OPEN C:\INETPUB\WWWR OOT\TEST\DEFAUL T.HTM
FILE NOT FOUND Options: Open Access: All
15 7:09:25 AM inetinfo.exe:19 16 OPEN C:\INETPUB\WWWR OOT\TEST\DEFAUL T.ASP
FILE NOT FOUND Options: Open Access: All
16 7:09:25 AM inetinfo.exe:19 16 OPEN C:\INETPUB\WWWR OOT\TEST\IISSTA RT.ASP
FILE NOT FOUND Options: Open Access: All
17 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
18 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
19 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\global .asax FILE NOT FOUND Attributes: Error
20 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
21 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
22 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
23 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
24 7:09:25 AM aspnet_wp.exe:1 420 OPEN
C:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig *
0xC00000A5 Options: Open Access: All
25 7:09:25 AM aspnet_wp.exe:1 420 OPEN
C:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig *
0xC00000A5 Options: Open Access: All
26 7:09:25 AM aspnet_wp.exe:1 420 OPEN
C:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig *
0xC00000A5 Options: Open Access: All
27 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
28 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
29 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
30 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error

"Ken Schaefer" <ke*******@THIS adOpenStatic.co m> wrote in message
news:eC******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP10.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\wwwr oot\test
: 3. Create a file "default.as px" 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_machinenam e to the
: "C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary 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\www root\test\Defau lt.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******** ******@TK2MSFTN GP09.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\wwwr oot\test\Defaul t.aspx is 0xC00000A5

0xC00000A5 = 0 0xc00000a5 0x001f0003 NT_STATUS_BAD_I MPERSONATION_LE VEL

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="tr ue"
userName="Win20 00DC\administra tor"
password="passw ord" />

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\wwwr oot,
c:\inetpub\wwwr oot\test and the same result is returned.

14 7:09:25 AM inetinfo.exe:19 16 OPEN C:\INETPUB\WWWR OOT\TEST\DEFAUL T.HTM
FILE NOT FOUND Options: Open Access: All
15 7:09:25 AM inetinfo.exe:19 16 OPEN C:\INETPUB\WWWR OOT\TEST\DEFAUL T.ASP
FILE NOT FOUND Options: Open Access: All
16 7:09:25 AM inetinfo.exe:19 16 OPEN C:\INETPUB\WWWR OOT\TEST\IISSTA RT.ASP
FILE NOT FOUND Options: Open Access: All
17 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
18 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
19 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\global .asax FILE NOT FOUND Attributes: Error
20 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
21 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
22 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
23 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
24 7:09:25 AM aspnet_wp.exe:1 420 OPEN
C:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig *
0xC00000A5 Options: Open Access: All
25 7:09:25 AM aspnet_wp.exe:1 420 OPEN
C:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig *
0xC00000A5 Options: Open Access: All
26 7:09:25 AM aspnet_wp.exe:1 420 OPEN
C:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig *
0xC00000A5 Options: Open Access: All
27 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
28 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
29 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error
30 7:09:25 AM aspnet_wp.exe:1 420 QUERY INFORMATION
C:\inetpub\wwwr oot\test\Defaul t.aspx * 0xC00000A5 Attributes: Error

"Ken Schaefer" <ke*******@THIS adOpenStatic.co m> wrote in message
news:eC******** ******@TK2MSFTN GP11.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******** ******@TK2MSFTN GP10.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\wwwr oot\test
: 3. Create a file "default.as px" 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_machinenam e to the
: "C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary 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\www root\test\Defau lt.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
2095
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 http://support.microsoft.com/default.aspx?scid=kb;EN-US;31795 FIX: "Failed to Start Monitoring Directory Changes" Error Message When You Browse to an ASP.NET Pag View products that this article applies to This article was previously...
1
6128
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 '/' Application. -------------------------------------------------------------------------------- Access denied to 'C:\Inetpub\wwwroot\myapp\default.aspx'. Failed to start monitoring file changes. Description: An unhandled exception occurred...
1
2082
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 been set. The third option is only for Windows 2003. The pages where developed on a Windows 2003 server and have been transferred
2
4138
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 application that I would like to place on a remote shared drive on a different computer. I had problems with that, so I simplified it so that I am trying to use a shared drive on the SAME computer. That doesn't work
9
3215
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 questions are below... "David Good" wrote: > We have a network running both Win2k and Win2k3 webservers and our web sites > reside on a UNC network share that happens to be a Network Appliance NAS.
5
2864
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 seems this is not double hop issue.) I use impersonation <identity impersonate="true" userName="domain\username" password="passwd" /> and <authentication mode="Windows"/>. the account "domain\username" is the admin of serverA (I have grant it admin...
5
483
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 something to do with this. We had to register an api certificate on the server using WinHttpCertCfg. Maybe this is doing something? Access denied to 'D:\WWWRoot\sslserver'. Failed to start monitoring file changes. Description: An unhandled...
0
930
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 developers could work on the subwebs and we did not have to give them rights to the entire root web. We replicated all of the permissions currently on the parent web and added the user. We now get the error referenced in the subject line. We...
0
3462
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 just one data center and this is not making sense to me: Exception: System.Web.HttpException: Failed to create page of type
0
8995
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9561
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9381
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
6078
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.