Mr. Arnold wrote:
>
> "Andy M" <trumpy81@xxxxxx> wrote in message
> news:ORhlvAwAIHA.4476@xxxxxx
>> GDay All,
>>
>> I have a problem with ASP.NET and an Autodesk Web App. This problem
>> has lead to the discovery of some corrupt files in my ASP.NET folder.
>>
>> I have tried repairing the files by running dotnetfx.exe from
>> Microsoft but this simply informs me that .NET is installed by the
>> system. Hence, no repairing takes place. >
> What problems are you talking about? What ASP.NET folder are you talking
> about? Are you getting error messages back and what are they?
> Mr. Arnold, I apologise for the lack of information in my question above
and also for the error. The folder in question is Microsoft.NET not ASP.NET.
The initial problem is that ADMS 2008 cannot connect via localhost.
Subsequent searches through the log/error logs and event viewer lead me
to google.
I found several references to the fact that ASP.NET may not be properly
registered with IIS.
So I executed the following command:
------
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
------
this produced no errors and appeared to complete correctly, however, it
did not solve the problem.
Another suggested command is:
-----
regsvr32 C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll
-----
After running this command I recieve the following error message:
-----
The Module
"C:\Windows\Microsoft.NET\Framework\aspnet_isapi.dll"
was loaded but the entry point DllRegisterServer was not found.
Make sure that "C:\Windows\Microsoft.NET\Framework\aspnet_isapi.dll" is
a valid dll or ocx file and try again.
-----
As stated, I have tried repairing the files by running dotnetfx.exe
and running SFC /scannow but neither of these commands have repaired
my ASP.NET Installation.
Any help you could give me regarding the repair of this and any other
ASP.NET files would be appreciated.
Regards
Andy M