Activity overview
Latest activity by Blaster
The service runs under the local system account when installed. I seem to recall it has lower privileges these days so I changed the account to my own, which has admin rights. After doing that, the site doesn't work at all. After going through the wizard and it kicks off Internet Explorer on the home page, it gives me a "500". The site works fine if I don't run it through the profiler.
There is nothing in the logs directory. / comments
The service runs under the local system account when installed. I seem to recall it has lower privileges these days so I changed the account to my own, which has admin rights. After doing that, the...
I incidently wouldn't be surprised if this problem has to do with my having installed Visual Studio 2005 Beta 2 and .NET 2.0. I didn't have it installed the last time I successfully ran the profiler. I have 1.0, 1.1, and 2.0 installed on my machine.
I followed your steps but didn't get a log file.
1. Windows XP Professional SP2
2. I'm using VS 2003 so I'm assuming I'm compiling and running against 1.1. Sites run fine on other machines that don't have 2.0.
3. 1.0.3705, 1.1.4322, and 2.0.50215
4. IIS 5.x (I don't know how to get the exact version number) / comments
I incidently wouldn't be surprised if this problem has to do with my having installed Visual Studio 2005 Beta 2 and .NET 2.0. I didn't have it installed the last time I successfully ran the profile...
I can't give you the exact URL in this forum as it contains my company name and the customer's name, but it's along the lines of http://localhost/myname/custname/default.aspx and I'm getting it from the drop-down.
I've tried both the option to profile code with source and all .NET code, both give the same error. I've tried different projects, same problem. It's all compiled in debug mode. / comments
I can't give you the exact URL in this forum as it contains my company name and the customer's name, but it's along the lines of http://localhost/myname/custname/default.aspx and I'm getting it fro...
Error: The web application has not loaded the .NET Framework
I've gone through the wizard and have selected Performance profiling, ASP.NET application, and have provided the URL of the home page of the site. It does the restarting of IIS etc, and then launch...