ASP.NET IIS Problem
-
Hello there! I have many problems about IIS and ASP.NET. But i will tell u my problems one by one. yah I can't start my IIS. when i clicked the run button. The services is not responding. I don't know what's going on. But when i click the properties, there message, it says,"unexpected error 0x800cc801 occured". Please help me! If u don't mind, would u please to explain me clearly? Becoz I just started making web site using ASP.NET.
-
Hello there! I have many problems about IIS and ASP.NET. But i will tell u my problems one by one. yah I can't start my IIS. when i clicked the run button. The services is not responding. I don't know what's going on. But when i click the properties, there message, it says,"unexpected error 0x800cc801 occured". Please help me! If u don't mind, would u please to explain me clearly? Becoz I just started making web site using ASP.NET.
The reason may be that you have installed VS (I am assuming you are using VS) before you have installed IIS. One thing to try is to register IIS to the .NET Framework. You can do this by going to your Framework folder usually located at: \\WINDOWS\Microsoft.NET\Framework\v1.1.4322 you may have the 1.0 version but it is the same thing, and run the following command: aspnet_regiis -i hope this works for you, sivilian
-
The reason may be that you have installed VS (I am assuming you are using VS) before you have installed IIS. One thing to try is to register IIS to the .NET Framework. You can do this by going to your Framework folder usually located at: \\WINDOWS\Microsoft.NET\Framework\v1.1.4322 you may have the 1.0 version but it is the same thing, and run the following command: aspnet_regiis -i hope this works for you, sivilian
Hello Sivilian! Firstly, I want to say thank you because u replied my message. But I still doesn't work! I think the problem is in the IIS. When I press the run button The services always show message "The service did not respond to the start or control request in timely fashion." And I tried to write "localhost" in IE. There is no respond. How do u think?