Answer:
Go to IIS, select the web site and its properties. Then on the ASP.NET tab
select version 2.0...
Gery D. Dorazio Development Engineer EnQue Corp. phone: 704.377.3327 email :
gdorazio@enque.net web : www.EnQue.net
>I just installed VS 2005 standard edition and converted one of my web sites
>from VS 2003. It compiled ok but when I try run it shows the browser window
[quoted text clipped - 24 lines]
> email : gdorazio@enque.net
> web : www.EnQue.net
Ken Carter - 16 Nov 2005 22:48 GMT
I'm having simmilar issues and switching the site to 2.0 doesn't help. Still
get page can't be found issues. with http://localhost
> Answer:
>
[quoted text clipped - 31 lines]
> > email : gdorazio@enque.net
> > web : www.EnQue.net
Gery D. Dorazio - 20 Nov 2005 05:46 GMT
Ken,
Another problem that may arrise is with the Application pool. If you are
running multiple sites and ANY of them have started to run before you run
your 2.0 site then a failure will also occur. This is because the
application pool loaded 1.1 (or 1.0) framework and then fails when a new
assembly (2.0) is required...the frameworks do not match. (Not sure why this
acts this way...) To correct this problem create a new application pool for
2.0 sites and only run your 2.0 sites from that application pool. IIS allows
you to simply create an application pool based on an existing one which is
what I did. Then I just specified 2.0 sites for one and left the 1.1 sites
in the original.
Best regards,
Gery
Gery D. Dorazio
Development Engineer
EnQue Corp.
phone: 704.377.3327
email : gdorazio@enque.net
web : www.EnQue.net
> I'm having simmilar issues and switching the site to 2.0 doesn't help.
> Still
[quoted text clipped - 44 lines]
>> > email : gdorazio@enque.net
>> > web : www.EnQue.net