help me about asp.net

  • Thread starter Thread starter aluka
  • Start date Start date
A

aluka

Question about VS.net2003:

"Visual Studio .Net has detected that the Web Server is
not ASP.NET 1.1 Version. You can not run ASP.NEt Web
Application or Service"


What should i do:?

i have already installed .Net Framework 1.1,but it still
prompt this error again!
 
It sounds like you need to update the script maps for all of the Webs:

Aspnet_regiis.exe -r

See:

"When multiple versions of the .NET Framework are executing side-by-side on
a single computer, the ASP.NET ISAPI version mapped to an ASP.NET
application determines which version of the common language runtime is used
for the application. The ASP.NET IIS Registration tool (Aspnet_regiis.exe)
allows an administrator or installation program to easily update the script
maps for an ASP.NET application to point to the ASP.NET ISAPI version
associated with the tool. The tool can also be used to display the status of
all installed versions of ASP. NET, register the ASP.NET version coupled
with the tool, create client-script directories, and perform other
configuration operations."

http://msdn.microsoft.com/library/d...ASPNETIISRegistrationToolAspnet_regiisexe.asp
 
Back
Top