Always good to check, I've ripped out hair because of that one.

Also you might want to confirm that the page you are seeing accesing
by the URL is not being cached in the browser.  Unlikely, but it does
happen.

Anyway...
Haven't installed 2.0 yet myself.  Did you move all the sites to 2.0?
You might want to check your mappings.

But the next thing I would check is the machine.config file and look
for the <compilation> element.  It likely has attriute debug="false". 
if your web.config files do not have a <compilation> element that
overrides this with debug="true", then you will get the error you
describe.  Perhaps in the previous version's machine.config you had
set this to true, which would then be teh default for all your web
projects.

On 5/19/05, Stephen Russell <[EMAIL PROTECTED]> wrote:
> Dean Fiala <mailto:[EMAIL PROTECTED]> wrote this on Thursday, May 19, 2005
> 12:13 PM:
> 
> > is the www service running?
> >
> 
> Yes and if I do  http://localhost/MyWeb/MyPage.aspx it works.  It's when I
> can't click on the RUN button in the IDE that I am having trouble with.
> 
> Stephen Russell
> S.R. & Associates
> Memphis, TN 38115
> 
> 901.246-0159
> 
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> 


-- 
Dean Fiala
Very Practical Software, Inc
http://www.vpsw.com


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to