Having a problem with Intellisense since I moved from web application to web site project. If I have a control (like a label) in my .aspx file and if I change its name it takes forever for this to be reflected in the codefile. Could take minutes, sometimes hours. Sometimes I have to rebuild the entire web site 2 maybe 3 times to see the control but eventually it does. Same thing happens if I add a new control - the codefile doesn't see it but yet if I add it in as "protected withevents... " the compiler objects saying its already declared. My web site project sits on a frontpage extention 2003 on asp 2.0.
Anyone know of a way to fix this as its really slowing down our development.
thanks