Activity overview
Latest activity by schmaltzkj
This could be a group policy issue. Could you please explain to me what the application is attempting to change on the profile? I will then comb through out group policy settings with my systems administrator to see what might be causing the issue.
Your bizarre test [image] will work because profiles can be changed when they are active. Some group policies deny modification of profiles if they are not the active profile. / comments
This could be a group policy issue. Could you please explain to me what the application is attempting to change on the profile? I will then comb through out group policy settings with my systems ad...
Okay a bit of progress...
I granted batch privileges to the TestUser local account and ran profiler with success! I was able to take the snaptshot. I checked to make sure that the domain account I was using also has log on as batch job enabled and it does. The accounts I have are:
ASPNET
IUSR_JSCHMALTZ
JSCHMALTZ\TestUser
SQLDebugger
TERRA\JICSvcAdmin
VUSR_JSCHMALTZ
I've tried running the profiler and the aspnet process under several accounts now let me break them down for clarity:
ASPNET Logged On User Success/Fail
ASPNET TERRA\JSCHMALTZ Success
TERRA\JICSvcAdmin TERRA\JSCHMALTZ Fail
TERRA\JICSvcAdmin TERRA\JICSvcAdmin Fail
TestUser TestUser Fail
Testuser TERRA\JSCHMALTZ Success / comments
Okay a bit of progress...
I granted batch privileges to the TestUser local account and ran profiler with success! I was able to take the snaptshot. I checked to make sure that the domain account I ...
There are two times that I get the .Net framework was not loaded error. The profiler restarts all the IIS services correctly and launches the browser. When I click on Take Snapshot I get the first error. The second time is when I close the browser and the focus returns back to ants profiler.
Okay I tried running it under a local system account here is where I am with the test:
1. I created a TestUser account on my local PC.
2. Rebooted and logged in as the TestUser.
3. Tried to run ANTS and got this error "The user ASP.NET process is configured to run under must be different to the current logged on user".
4. I logged of and logged back in as myself TERRA\jschmaltz
5. I started up ANTS profiler and when it was attempting to restart the services I got this error "Couldn't log on as the ASPNET user [1385].
6. I check the current running process aspnet_wp.exe and the user it is running under is the TestUser.
7. I then checked my machine.config to make sure I had everything set up correctly for the the TestUser account. <processModel userName="TestUser" password="password" enable="true" />
8. The last test I ran was to just bring up the web site in the browser. http://localhost/johnson/trademanager/default.aspx. This worked with the exception of data access because TestUser is a local account.
I'm not sure why it is attempting to use the ASPNET account? / comments
There are two times that I get the .Net framework was not loaded error. The profiler restarts all the IIS services correctly and launches the browser. When I click on Take Snapshot I get the first ...
Sorry Rob that did not help. I changed the process model to look like this...
<processModel userName="TERRA\JICSvcAdmin" password="password" enable="true" />
For a windows xp PC I believe enable is true by default. / comments
Sorry Rob that did not help. I changed the process model to look like this...
<processModel userName="TERRA\JICSvcAdmin" password="password" enable="true" />
For a windows xp PC I believe enable is...
Bingo that's my problem... As soon as I changed the .net worker process to run under ASPNET user credentials the snapshot worked and the process explorer shows the RedGate.Profiler.Core2.dll under the aspnet_wp.exe.
Your attempt at getting the correct credentials does not seem to be working in this case. I assume a bug fix is in order? [image]
Thanks,
Joe / comments
Bingo that's my problem... As soon as I changed the .net worker process to run under ASPNET user credentials the snapshot worked and the process explorer shows the RedGate.Profiler.Core2.dll under ...
I have been having the same issue...
I downloaded the process explorer and here is what I found:
1. The aspnet_wp.exe is running
2. I can confirm that the mscoree.dll appears
3. mscoree.dll is version 2.0 (What I expect it to be)
4. I CANNOT find RedGate.Profiler.Core2.dll
5. Since I am running the .net process as a domain account I see TERRA\JICSvcAdmin not MachineName\ASPNET
6. COR_PROFILER does NOT exist in the list of variables. / comments
I have been having the same issue...
I downloaded the process explorer and here is what I found:
1. The aspnet_wp.exe is running
2. I can confirm that the mscoree.dll appears
3. mscoree.dll is vers...
Unfortunately, I have not had a successful profile attempt on this machine. It's only a year old and I put VS 2005 and the 2.0 framework on it immediately and then purchased the profiler around the end of October.
I will download the process explorer as you suggested and post my results to the thread you suggested. / comments
Unfortunately, I have not had a successful profile attempt on this machine. It's only a year old and I put VS 2005 and the 2.0 framework on it immediately and then purchased the profiler around the...
Sorry to clarify I am running IIS 5 in isolation mode, Windows XP 32 bit. I am only trying to profile a .net web application and HAVE had success profiling a windows application on the same machine. / comments
Sorry to clarify I am running IIS 5 in isolation mode, Windows XP 32 bit. I am only trying to profile a .net web application and HAVE had success profiling a windows application on the same machine.
Rob:
I am actually running my application in IIS 5 Isolation Mode. Under my default web site I have a virtual directory set up as an application running in medium pooled protection.
Just for reference my setup is as follows:
Windows XP
.Net 1.1 and 2.0 framework installed
Visual Studio 2005
IIS 6 (All virtual directories setup to run as applications)
Let me know if you need me to look at anything else. Glad to help,
Joe / comments
Rob:
I am actually running my application in IIS 5 Isolation Mode. Under my default web site I have a virtual directory set up as an application running in medium pooled protection.
Just for refere...
I am having the same issue before and after upgrading to the 2.7.1.20 version. Could someone from red-gate please provide and update on this bug? If you need me to provide application/pc spec details let me know.
Joe / comments
I am having the same issue before and after upgrading to the 2.7.1.20 version. Could someone from red-gate please provide and update on this bug? If you need me to provide application/pc spec detai...