IIS not configured for .NET
-
I have installed the VS.NET and I can build and run .NET applications. But the web server does not recognize .asmx (and others like aspx). How can I configure IIS for those types of files? -------- There are two classes of people: those who divide people into two classes, and those who don't.
-
I have installed the VS.NET and I can build and run .NET applications. But the web server does not recognize .asmx (and others like aspx). How can I configure IIS for those types of files? -------- There are two classes of people: those who divide people into two classes, and those who don't.
-
tx a lot, it worked. -------- "I get to go to lots of overseas places, like Canada." - Britney Spears, Pop Singer
-
I have installed the VS.NET and I can build and run .NET applications. But the web server does not recognize .asmx (and others like aspx). How can I configure IIS for those types of files? -------- There are two classes of people: those who divide people into two classes, and those who don't.
Hi Michael, It's just that ASP.NET extensions are not registered. run the following command
[windir]\Microsoft.NET\Framework\[latestversiondir]\aspnet_regiis -i
this will reregister the ASPNET_ISAPI extensions for u. chao:) Atul Kale MCSD, MCT netdecisions Ltd. -
Hi Michael, It's just that ASP.NET extensions are not registered. run the following command
[windir]\Microsoft.NET\Framework\[latestversiondir]\aspnet_regiis -i
this will reregister the ASPNET_ISAPI extensions for u. chao:) Atul Kale MCSD, MCT netdecisions Ltd.