recognize Framework Version:2.0.

B

blackdog

I load to *.aspx into web server, but my web only recognize Microsoft
..NET
Framework Version:1.1.xxxxx
It could not recognize Framework Version:2.0.

Currently I have Microsoft Visual Studio NET 2003 and Visual Studio
2005 team suite in my system.

Thanks a lot.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Most probably your asp.net app was compiled with 1.1 so if the server (your
computer?) has it installed it will be used to run it.

If this does not answer your doubt please post more details.
 
B

blackdog

Hi, Thanks.
I load the program mywebtest_cs.aspx as
http://xx.xx.xx.xx/mywebtest_cs.axpx
I got an error as below:

Line 1: <%@ page language="C#" CodeFile="mywebtest_cs.aspx.cs"
Inherits="mywebtest_cs.aspx" %>

The very bottom of the same web page it say:
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET Version:1.1.4322.2300

I have Visual Studio 2005 Framework 2, I don't how to make as default.
Please help.
tks
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

is xx.xx.xx.xx the same than the local computer?

Can you check if 2.0 is configured to run asp.net ? run reg_iis.exe (I think
this is the correct name) to register the framework with IIS
 

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