If you ever install the dot net framework before the IIS, then your aspx pages would not work. The solution to this problem is that:
open the command prompt [For windows Xp and greater]
>>cd C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
>>aspnet_regiis.exe -i
In case you are using any other windows then search the aspnet_regiis.exe file and run this file from the command prompt with -i argument.
Note: Today one of my friend asked me about this problem and he told me that he is unable to find any solution of this problem on the net, so i though of publishing it on my blog. Hope it will help many.
No comments:
Post a Comment