Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2004-10-01 : 15:41:05
|
Hello, everybody,I want to know how to start ASP.Net 1.1. When I Create ASP.NET 1.1 Application, I got: The Specified Web Server Is Not Running ASP.NET Version 1.1" Error Message.Following knowledge base article (817267) seems is for the exact issue, except it only covers windows 2003, and I am running w2k professional.http://support.microsoft.com/default.aspx?scid=kb;en-us;817267&Product=NETFrame Step 2 says double-click Internet Information Services. I have “Internet Services Manager”. I believe they are the same thing.Then, on step 3, it says Click Web Service Extensions. In my IIS, I have nowhere to find this Web Service Extensions.I bought the VS.Net professional v 2003. The w2k is the supported OS. Why I could not start an ASP.Net app? BTY, I have been using the dotnet on WinForm app just fine.Your help is much appreciated!Thanks! |
|
joldham
Wiseass Yak Posting Master
300 Posts |
Posted - 2004-10-03 : 10:32:37
|
I would check to see if the ASP.Net account has been locked out. Right click on MyComputer and select Manage. Then go to Users, right click on the ASP.Net account and select properties and see if the Account is locked out.Jeremy W. Oldham |
 |
|
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2004-10-04 : 10:43:28
|
Thank you for your reply Jeremy!No, under the ASPNET properties, the Account is disabled check box is not check, and Account is locked out check box is gray out and unchekced.I have tried other things, like running aspnet_regiis -i, reinstalling vs.net, but nothing work so far.Hommer |
 |
|
saglamtimur
Yak Posting Veteran
91 Posts |
Posted - 2004-10-04 : 11:48:54
|
Its strange, I have same problem on XP after installing SP2, and aspnet_regiis -i solved my problem. Try to search file named iisext.vbs, this file is for configuring iis extensions.(dont know if 2k has this file, i am using 2k3 server on development pc and iis6 has some different files). I have never use this file to config. my server, but if you google, you can find how to use this file. |
 |
|
saglamtimur
Yak Posting Veteran
91 Posts |
Posted - 2004-10-04 : 12:20:47
|
I found it. Try to run this command from command promptiisext /enext "ASP.NET v1.1.4322" |
 |
|
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2004-10-04 : 13:56:48
|
That caused not recognized internal/external command error, and I did not find iisext.vbs in my machines either. |
 |
|
|
|
|
|
|