IIS issue with asp .net 1.1

  • Thread starter Thread starter mark
  • Start date Start date
M

mark

I am having an issue with trying to get IIS to run
asp .net 1.1 for .net. I need to figure this out,
otherwise I can't work with the book. The exact error
message is "Visual Studio .Net has detect that the
specific web server is not running asp .net 1.1. You will
be unable to run asp.net web applications or services.

i am running win 2000 pro. i have download the exe package
called dotnetfx and run it and it didn't help. The online
article is very confusing because I can't figure out how
to register .aspx extension.
 
Hi Mark,

Try this?

1. Open the Command prompt.
2. Navigate to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 .
3. Execute this: aspnet_regiis.exe -i
4. Execute this: iisreset

Let us know?
 
Please check aspnet_regiis.exe from folder
C:\WINDOWS\Microsoft.NET\Framework\v1.1.xxxx. This file will update
your IIS.

Svetlin Grancharov
 
Thank you. You solved my problem, I was close but you got me to the
finish point. Thank you, again, you saved my eyes.
 
Back
Top