472,096 Members | 2,224 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

windows update causes ASP .NET problems

AF
After installing windows update kb837001 on our Windows 2000 server with .NET framework 1.1, it is impossible to browse to our ASP .NET application. When you type in the address, Internet Explorer continues attempting to open the page, but never reaches it.
I haven't found any information on Microsoft's website indicating this is a problem with installing the update. Any ideas?

Thanks,
Andrea
Nov 18 '05 #1
5 1268
"AF" <AF@discussions.microsoft.com> wrote in message
news:73**********************************@microsof t.com...
After installing windows update kb837001 on our Windows 2000 server with ..NET framework 1.1, it is impossible to browse to our ASP .NET application.
When you type in the address, Internet Explorer continues attempting to open
the page, but never reaches it. I haven't found any information on Microsoft's website indicating this is

a problem with installing the update. Any ideas?

I'd go through the standard diagnostic steps:

1) Confirm that IIS is running. If it is,
2) Try to ping the server. If that works,
3) Get a command prompt and execute a "telnet <servername> 80" command. If
it connects, type "GET /" followed by a couple of newlines. The output might
be interesting. If it doesn't connect, that suggests that IIS either isn't
running or isn't listening on port 80.

Also, check the IIS log (start using one if you aren't already), and the
Event Logs.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2
AF
Thanks, John, but I forgot to mention in my post that ASP pages on the same server are accessible and run correctly. It's only the ASP .NET ones that are the problem.

Andrea

"John Saunders" wrote:
"AF" <AF@discussions.microsoft.com> wrote in message
news:73**********************************@microsof t.com...
After installing windows update kb837001 on our Windows 2000 server with

..NET framework 1.1, it is impossible to browse to our ASP .NET application.
When you type in the address, Internet Explorer continues attempting to open
the page, but never reaches it.
I haven't found any information on Microsoft's website indicating this is

a problem with installing the update. Any ideas?

I'd go through the standard diagnostic steps:

1) Confirm that IIS is running. If it is,
2) Try to ping the server. If that works,
3) Get a command prompt and execute a "telnet <servername> 80" command. If
it connects, type "GET /" followed by a couple of newlines. The output might
be interesting. If it doesn't connect, that suggests that IIS either isn't
running or isn't listening on port 80.

Also, check the IIS log (start using one if you aren't already), and the
Event Logs.
--
John Saunders
johnwsaundersiii at hotmail

Nov 18 '05 #3
"AF" <AF@discussions.microsoft.com> wrote in message
news:A3**********************************@microsof t.com...
Thanks, John, but I forgot to mention in my post that ASP pages on the same server are accessible and run correctly. It's only the ASP .NET ones
that are the problem.

I'd still follow the same steps.
--
John Saunders
johnwsaundersiii at hotmail
"John Saunders" wrote:
"AF" <AF@discussions.microsoft.com> wrote in message
news:73**********************************@microsof t.com...
After installing windows update kb837001 on our Windows 2000 server
with ..NET framework 1.1, it is impossible to browse to our ASP .NET application. When you type in the address, Internet Explorer continues attempting to open the page, but never reaches it.
I haven't found any information on Microsoft's website indicating this
is a problem with installing the update. Any ideas?

I'd go through the standard diagnostic steps:

1) Confirm that IIS is running. If it is,
2) Try to ping the server. If that works,
3) Get a command prompt and execute a "telnet <servername> 80" command. If it connects, type "GET /" followed by a couple of newlines. The output might be interesting. If it doesn't connect, that suggests that IIS either isn't running or isn't listening on port 80.

Also, check the IIS log (start using one if you aren't already), and the
Event Logs.
--
John Saunders
johnwsaundersiii at hotmail

Nov 18 '05 #4
AF
I ran aspnet_regiis.exe to repair IIS mappings and that seemed to do the trick.
"AF" wrote:
After installing windows update kb837001 on our Windows 2000 server with .NET framework 1.1, it is impossible to browse to our ASP .NET application. When you type in the address, Internet Explorer continues attempting to open the page, but never reaches it.
I haven't found any information on Microsoft's website indicating this is a problem with installing the update. Any ideas?

Thanks,
Andrea

Nov 18 '05 #5
AF
I ran aspnet_regiis.exe to repair IIS mappings and that seemed to do the trick.
"AF" wrote:
After installing windows update kb837001 on our Windows 2000 server with .NET framework 1.1, it is impossible to browse to our ASP .NET application. When you type in the address, Internet Explorer continues attempting to open the page, but never reaches it.
I haven't found any information on Microsoft's website indicating this is a problem with installing the update. Any ideas?

Thanks,
Andrea

Nov 18 '05 #6

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by Louis LeBlanc | last post: by
reply views Thread by Metal2You | last post: by
3 posts views Thread by Niron kag | last post: by
6 posts views Thread by Chris Marsh | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.