Activity overview
Latest activity by tkurland
Hi Brian,
I've got a solution.
If I run VS2005 in a mode where I use the vs development server instead of iis, I can successfully launch ANTS and profile the app.
Here is what I did:
********************************************************
test 1
********************************************************
VS2005
edit properties of project to use VS develoment server instead of iis
* set start page Default.aspx
* set port 3367
* set virtual path /
start debugging
browser opens to http://localhost:3367/Default.aspx
page appears successfully
close browser
ANTS
launch project wizard
* set detail mode
* set aspnet development web server
* set path: C:\OST\OSTMain\Default.aspx
* set virtual directory: /
* set port: 3367
finish
browser opens to http://localhost:3367/Default.aspx
I really like the tool; it was extremely useful in our last application to streamline performance, and I'm looking forward to trying it out on this latest one. Have a nice afternoon!
Todd / comments
Hi Brian,
I've got a solution.
If I run VS2005 in a mode where I use the vs development server instead of iis, I can successfully launch ANTS and profile the app.
Here is what I did:
**************...
Thanks Brian,
I've had it running on this machine before so I'm hoping its a simple fix somewhere. I noticed under Computer Manager | Users | Administrators, it lists ASPNET and also lists several S-1-5-21 entries. However, the SID I found using the earlier post is not listed there. I tried to add it but could not. Maybe if we connect on the phone on this one we can quickly rule out everything it likely isn't. For example, I moved to VS2005 from VS2003 - could that be it? And its possible the last time I ran it successfully was on 1.1 vs 2.0 .NET. Related perhaps? I left my phone at your support line if thats ok.
Another thought... I go to Computer Manager | Users | ASPNET... and the Profile Path is empty. The error is 'can not get profile'. Related?
Another thought. If I run VS2005 in a mode where I use the interal webserver instead of iis, I can successfully launch ANTS. However, the browser window opens with an error.
This may be a way to get this working without IIS.
I'll post my experience on that path next.
Thanks, Todd / comments
Thanks Brian,
I've had it running on this machine before so I'm hoping its a simple fix somewhere. I noticed under Computer Manager | Users | Administrators, it lists ASPNET and also lists several ...