I've got an xp Pro with IIS5.01 on it. I tried to create an ASP webapplication under VB.NET project but the IDE prompted 'VS.NET has detected the specific web server is not runing ASP.NET version 1.1. You will unable to use ASP.NET services or application.'
I do have .NET framwork 1.1, which came with the VS.NET 2003. I setup the VS.NET in another PC which has WIndows Server 2003 and IIS6.0 and it runs smoothly.
So I figure the problem is IIS or I could be wrong. Anyone can tell me how to upgrade IIS5.0 to 6.0 in XP Pro? I tried to do some research at microsoft website but no luck.
Any help will be appreciated.
TKSYou may try to run "aspnet_regiis.exe -i" from your .net framework 1.1 folder.
The .net framework 1.1 folder is most likely here:
C:\Windows\Microsoft.NET\Framework\v1.1.4322
You can goto start, run, type cmd
then change to the above directory & type: aspnet_regiis.exe -i
>Anyone can tell me how to upgrade IIS5.0 to 6.0 in XP Pro?
You can't. IIS 6.0 is an integrated part of Windows Server 2003; it cannot be installed on another OS.
0 comments:
Post a Comment