ASP.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've read the posts as it relates to webserver not running ASP.NET version
1.1. I've tried all the solutions that were posted such as, "regiis.exe -1,
registering isapi.dll, the version switcher and have yet been able to get
over the hump. I am running XP Pro, and IIS is running correctly. Are there
any other suggestions.
 
The command to try is "regiis.exe -i" not "regiis.exe -1" (that's -i
not -1). Try that.
 
Did you mistype when you wrote aspnet_regiis -1? Because it should be "aspnet_regiis -i" You can check to be sure that the aspnet_isapi.dll is registered
properly by loading "inetmgr". Browse down in the tree view to the "Web Sites" folder and right click it and select "Properties". On the dialog box that
comes up, go to the "Home Directory" tab and click "Configuration". This should bring up a list of application mappings. Be sure that there is an entry for
..aspx. It should be mapped to the c:\windows\microsoft.net\framework\v1.1.4322\aspnet_isapi.dll (or some similar path). There are also a few others
associated with ASP.NET but if this one isn't there then you definitely have a registration problem.

HTH,
Chris
--------------------
 
Yes, it was typo error on behalf in describing the details. I did
confirmation that version 1.1.4322 was installed successfully. I still get
the error webserver is not running version 1.1.
 
Back
Top