Comments
5 comments
-
Hello,
I'm sure that this has nothing to do with the activation as teh stack trace indicates an error in your website. I noticed that the application exception mentions that it is running from the folder 'Temporary ASP .NET files'. Perhaps the account that is configured to run ASP .NET does not have read or the necessary write access to this folder?
I think the best course of action anyway would be to rebuild the .NET web application in Visual Studio as a debug build so you have a debug dll and a pdb file in the correct location rather than letting ASP .NET dynamically compile the assembly into the temporary ASP .NET Files folder.
Do you think that will help? -
Brian, I do not know why the site is running from Temporary ASP.NET files. The solution is built in VS2003 with debugging on. The /bin folder contains both .dll and .pdb files. The site will run through VS Debugger, or by just accessing the URL after compiling. It just won't run through ANTS at this point. Nothing about the solution has changed since I entered the license key for ANTS. That could just be a coincidence, not a correlation, and I am aware of that.
-
Hello,
I could be wrong about the temporary ASPNET files folder, but I still think it could be a user rights issue. Is this aplication running on IIS 6 on Windows 2003? It could be down to a discrepancy between the user in the machine.config (yes, ANTS Profiler looks there and tries to run the web application as that account) and the user that is configured in the Application Pool. -
I checked permissions - ASPNET user has full control of Temporary ASP.NET Files directory. The website is running on IIS 5.1 on Win XP Pro. machine.config is set to use ASPNET user.
Anyway, I never made any changes to security settings and it is working now all of a sudden. Who knows what it was?? -
My theory is that some setting may have forced it to compile dynamically rahter than using the already-built assembly. Maybe the debug setting in the web.config or something.
Add comment
Please sign in to leave a comment.
Here is the exception: