1.1 2.0 side-by-side problem

T

Tina

I'm running both 1.1 and 2.0 on both of my computers. I built a 2.0 website
on Computer1 and established a new virtual directory for the site in IIS on
Computer1.

When I try to browse the site from computer 2 I get "Configuration Error"
with an objection to the <connectionStrings/> entry in the Web Config. The
Version information in the Error screen says Framework 1.1.

So, apparently when websites are browsed, computer1 thinks they are 1.1
sites??

Help

Thanks,
T
 
J

Jeeran

Hello Tina,
I'm running both 1.1 and 2.0 on both of my computers. I built a 2.0
website on Computer1 and established a new virtual directory for the
site in IIS on Computer1.

When I try to browse the site from computer 2 I get "Configuration
Error" with an objection to the <connectionStrings/> entry in the Web
Config. The Version information in the Error screen says Framework
1.1.

So, apparently when websites are browsed, computer1 thinks they are
1.1 sites??

Help

Thanks,
T

Make sure you have set IIS to use .Net 2.0 for your web application. To do
that, go to your IIS management then select your web site, and right click
the folder where your web application resides, and choose "Properties". You
will see a tab titled "ASP.NET", click it and you will see "Asp.NET version:
" .. Set it to 2.0

Thank you for posting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top