How can we help you today? How can we help you today?
schmaltzkj
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 ...
0 votes