Dotnet 2003 problem with WinXP

Status
Not open for further replies.

xyz-abc-78

Broken In
Hi friends,

plz give me a solution for a problem with dot net and IIS in windows XP.

I have installed the Dotnet 2003 in winXP, it works fine with the windows forms, whereas i trying to create a Web project it is either ASP .NET web services or ASP .NET web page, receiving the error " The webserver is not compatible with ASP .NET 1.1 configuration" then the project is not yet created, how can i solve it.

I have already installed the IIS.

_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
 

bishnu_rath

Broken In
probably u have loaded IIS after dot net.

so iis is not registered with dot net

register it by this command

c:\windows\Microsoft .NET\Framework\v1.0.3705\aspnet_regiis.exe -i
(assuming u have loaded dot net in c:)
ther may be slight variation in the folder names as i am using dot net 2002
 
Status
Not open for further replies.
Top Bottom