Forum Moderators: open

Message Too Old, No Replies

ASP.Net's stopped working

-2147467259 (0x80004005) error

         

PChopra

10:23 am on Mar 16, 2004 (gmt 0)



Hi guys.
Have a funny problem here.
I run Windows 2k professional on my machine, and have Visual Studio.Net 2002 version 1.0.3705 installed.
I recently reinstalled IIS on my machine, and then remapped Application mappings on the IIS management console for various .net file extensions like .aspx, etc etc.
The settings i put in are:
Executable :C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_isapi.dll

Extension: .aspx
Verbs - Limit to:GET,HEAD,POST,DEBUG

'Script engine' check box ticked, and 'check that file exists' check box ticked.

However, when i run .aspx files , i get the following on the browser: -2147467259 (0x80004005)

And execution just stops there.

Could anyone help please?
Am getting desperate!

raywood

3:22 pm on Mar 16, 2004 (gmt 0)

10+ Year Member



I think you have to install IIS before you install the .NET framework. You'll have to remove the framework, uninstall IIS. Then install IIS, and then install the framework.

I've been through the process several times when re-building systems. IIS has be in first before the framework.

ray

TheNige

1:42 am on Mar 18, 2004 (gmt 0)

10+ Year Member



if you have to re-install IIS for some reason you don't have to un-install the .Net framework. Do a search on the Aspnet_regiis.exe application which will remap the framework to IIS.

brettski

1:55 am on Mar 18, 2004 (gmt 0)

10+ Year Member



yeah theNige is Probably right there, aspnet_regiis.exe will fix that kinda of prob you have.

I had that problem a while back, and actaully had it again today, and rerunning that .exe fixed it both times.

raywood

12:59 pm on Mar 19, 2004 (gmt 0)

10+ Year Member



Thanks for the tip. I'll certainly use it next time. I run zone alarm on my development machine. It trashes my IIS about one a month and I have to re-install. I wish I had a solution for that.
ray