Problem serving ASP.NET pages
Problem serving ASP.NET pages
am 11.11.2007 00:22:01 von irfan bashir
hi
I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
installed Sharepoint 2007 on it. But it was not serving content So i
uninstalled it. I tried to check if IIS is working right BUT even a simple
ASPX page was not being served. After checking various security settings and
granting IIS_WPG launch access in DCOM I was still not able to get it work.
IIS ERR log shows Connection_Dropped errors.
Since then i have reinstalled IIS no less than 3 times but didnot help. I
even re-installed .NET frameowrk just to make sure BUT still it is the same
error Connection_Dropped. Sometimes the App Pool just shuts off as well.
Normal html pages are served right. Plz help.
regards
irfan
Re: Problem serving ASP.NET pages
am 11.11.2007 01:38:08 von David Wang
On Nov 10, 3:22 pm, irfan bashir
bas...@discussions.microsoft.com> wrote:
> hi
> I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
> installed Sharepoint 2007 on it. But it was not serving content So i
> uninstalled it. I tried to check if IIS is working right BUT even a simple
> ASPX page was not being served. After checking various security settings and
> granting IIS_WPG launch access in DCOM I was still not able to get it work.
> IIS ERR log shows Connection_Dropped errors.
> Since then i have reinstalled IIS no less than 3 times but didnot help. I
> even re-installed .NET frameowrk just to make sure BUT still it is the same
> error Connection_Dropped. Sometimes the App Pool just shuts off as well.
> Normal html pages are served right. Plz help.
>
> regards
> irfan
1. Does requests to plain HTML work.
2. If you enable ASP in Web Service Extension, enable Script
permissions, and try a simple ASP page does it work.
#1 tells me if IIS works at all. #2 tells me if the problem is within
ISAPI side of things
If #1 and #2 work, then you may have some left-over HTTP Modules
affecting things.
I have also encountered two times where all ISAPI responses get
Connection_Dropped no matter what. The only solution there was to
reinstall and the problem went away. I chased it into kernel mode
response generation -- ASP.Net executed perfectly to generate the
correct response, but the response just got dropped in kernel mode for
some reason. I reinstalled and the problem never reappeared, ever. I
also heard of another person with similar sounding issue and they
reinstalled and never saw the issue.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: Problem serving ASP.NET pages
am 11.11.2007 05:26:00 von irfanbashir
a simple asp page is also getting Connection_Dropped. As i mentioned earlier,
I have resintalled IIS 3 times and even uninstalled/install .net 2.0. Does
that mean i have to re-install Win2k3 ??
regards
irfan bashir
"David Wang" wrote:
> On Nov 10, 3:22 pm, irfan bashir
> bas...@discussions.microsoft.com> wrote:
> > hi
> > I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
> > installed Sharepoint 2007 on it. But it was not serving content So i
> > uninstalled it. I tried to check if IIS is working right BUT even a simple
> > ASPX page was not being served. After checking various security settings and
> > granting IIS_WPG launch access in DCOM I was still not able to get it work.
> > IIS ERR log shows Connection_Dropped errors.
> > Since then i have reinstalled IIS no less than 3 times but didnot help. I
> > even re-installed .NET frameowrk just to make sure BUT still it is the same
> > error Connection_Dropped. Sometimes the App Pool just shuts off as well.
> > Normal html pages are served right. Plz help.
> >
> > regards
> > irfan
>
>
>
> 1. Does requests to plain HTML work.
> 2. If you enable ASP in Web Service Extension, enable Script
> permissions, and try a simple ASP page does it work.
>
> #1 tells me if IIS works at all. #2 tells me if the problem is within
> ISAPI side of things
>
> If #1 and #2 work, then you may have some left-over HTTP Modules
> affecting things.
>
> I have also encountered two times where all ISAPI responses get
> Connection_Dropped no matter what. The only solution there was to
> reinstall and the problem went away. I chased it into kernel mode
> response generation -- ASP.Net executed perfectly to generate the
> correct response, but the response just got dropped in kernel mode for
> some reason. I reinstalled and the problem never reappeared, ever. I
> also heard of another person with similar sounding issue and they
> reinstalled and never saw the issue.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
Re: Problem serving ASP.NET pages
am 11.11.2007 07:31:09 von David Wang
I believe you will have to reinstall Windows Server 2003.
The issue is somewhere in HTTP.SYS, a kernel-mode system driver, and
reinstalling IIS and ASP.Net does not do anything to change that. I
don't know if any configuration helps. I do know that the times I've
seen it encountered, the only "easy" solution is to reinstall the OS.
Even though I really hate giving up on a problem, I have never been
able to reproduce it at will nor debug it fully, so I cannot offer any
other alternative.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Nov 10, 8:26 pm, irfan bashir
wrote:
> a simple asp page is also getting Connection_Dropped. As i mentioned earlier,
> I have resintalled IIS 3 times and even uninstalled/install .net 2.0. Does
> that mean i have to re-install Win2k3 ??
>
> regards
> irfan bashir
>
>
>
> "David Wang" wrote:
> > On Nov 10, 3:22 pm, irfan bashir
> > bas...@discussions.microsoft.com> wrote:
> > > hi
> > > I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
> > > installed Sharepoint 2007 on it. But it was not serving content So i
> > > uninstalled it. I tried to check if IIS is working right BUT even a simple
> > > ASPX page was not being served. After checking various security settings and
> > > granting IIS_WPG launch access in DCOM I was still not able to get it work.
> > > IIS ERR log shows Connection_Dropped errors.
> > > Since then i have reinstalled IIS no less than 3 times but didnot help. I
> > > even re-installed .NET frameowrk just to make sure BUT still it is the same
> > > error Connection_Dropped. Sometimes the App Pool just shuts off as well.
> > > Normal html pages are served right. Plz help.
>
> > > regards
> > > irfan
>
> > 1. Does requests to plain HTML work.
> > 2. If you enable ASP in Web Service Extension, enable Script
> > permissions, and try a simple ASP page does it work.
>
> > #1 tells me if IIS works at all. #2 tells me if the problem is within
> > ISAPI side of things
>
> > If #1 and #2 work, then you may have some left-over HTTP Modules
> > affecting things.
>
> > I have also encountered two times where all ISAPI responses get
> > Connection_Dropped no matter what. The only solution there was to
> > reinstall and the problem went away. I chased it into kernel mode
> > response generation -- ASP.Net executed perfectly to generate the
> > correct response, but the response just got dropped in kernel mode for
> > some reason. I reinstalled and the problem never reappeared, ever. I
> > also heard of another person with similar sounding issue and they
> > reinstalled and never saw the issue.
>
> > //David
> >http://w3-4u.blogspot.com
> >http://blogs.msdn.com/David.Wang
> > //- Hide quoted text -
>
> - Show quoted text -
Re: Problem serving ASP.NET pages
am 11.11.2007 07:54:00 von irfanbashir
thanks david. i guess we have no other option
"David Wang" wrote:
> I believe you will have to reinstall Windows Server 2003.
>
> The issue is somewhere in HTTP.SYS, a kernel-mode system driver, and
> reinstalling IIS and ASP.Net does not do anything to change that. I
> don't know if any configuration helps. I do know that the times I've
> seen it encountered, the only "easy" solution is to reinstall the OS.
> Even though I really hate giving up on a problem, I have never been
> able to reproduce it at will nor debug it fully, so I cannot offer any
> other alternative.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
>
>
> On Nov 10, 8:26 pm, irfan bashir
> wrote:
> > a simple asp page is also getting Connection_Dropped. As i mentioned earlier,
> > I have resintalled IIS 3 times and even uninstalled/install .net 2.0. Does
> > that mean i have to re-install Win2k3 ??
> >
> > regards
> > irfan bashir
> >
> >
> >
> > "David Wang" wrote:
> > > On Nov 10, 3:22 pm, irfan bashir
> > > bas...@discussions.microsoft.com> wrote:
> > > > hi
> > > > I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
> > > > installed Sharepoint 2007 on it. But it was not serving content So i
> > > > uninstalled it. I tried to check if IIS is working right BUT even a simple
> > > > ASPX page was not being served. After checking various security settings and
> > > > granting IIS_WPG launch access in DCOM I was still not able to get it work.
> > > > IIS ERR log shows Connection_Dropped errors.
> > > > Since then i have reinstalled IIS no less than 3 times but didnot help. I
> > > > even re-installed .NET frameowrk just to make sure BUT still it is the same
> > > > error Connection_Dropped. Sometimes the App Pool just shuts off as well.
> > > > Normal html pages are served right. Plz help.
> >
> > > > regards
> > > > irfan
> >
> > > 1. Does requests to plain HTML work.
> > > 2. If you enable ASP in Web Service Extension, enable Script
> > > permissions, and try a simple ASP page does it work.
> >
> > > #1 tells me if IIS works at all. #2 tells me if the problem is within
> > > ISAPI side of things
> >
> > > If #1 and #2 work, then you may have some left-over HTTP Modules
> > > affecting things.
> >
> > > I have also encountered two times where all ISAPI responses get
> > > Connection_Dropped no matter what. The only solution there was to
> > > reinstall and the problem went away. I chased it into kernel mode
> > > response generation -- ASP.Net executed perfectly to generate the
> > > correct response, but the response just got dropped in kernel mode for
> > > some reason. I reinstalled and the problem never reappeared, ever. I
> > > also heard of another person with similar sounding issue and they
> > > reinstalled and never saw the issue.
> >
> > > //David
> > >http://w3-4u.blogspot.com
> > >http://blogs.msdn.com/David.Wang
> > > //- Hide quoted text -
> >
> > - Show quoted text -
>
>
>
Re: Problem serving ASP.NET pages
am 13.11.2007 18:06:47 von AYOKUNLE JOEL-TAIWO
Do you have urlscan installed? I had that same problem before and
uninstalling urlscan fixed it, you can also use the IIS lockdown tool to
allow ASP pages to run on your server.
"irfan bashir" wrote in message
news:8B664F76-AA5E-4724-BD36-CD91DDDB3D3A@microsoft.com...
> thanks david. i guess we have no other option
>
> "David Wang" wrote:
>
>> I believe you will have to reinstall Windows Server 2003.
>>
>> The issue is somewhere in HTTP.SYS, a kernel-mode system driver, and
>> reinstalling IIS and ASP.Net does not do anything to change that. I
>> don't know if any configuration helps. I do know that the times I've
>> seen it encountered, the only "easy" solution is to reinstall the OS.
>> Even though I really hate giving up on a problem, I have never been
>> able to reproduce it at will nor debug it fully, so I cannot offer any
>> other alternative.
>>
>>
>> //David
>> http://w3-4u.blogspot.com
>> http://blogs.msdn.com/David.Wang
>> //
>>
>>
>>
>>
>> On Nov 10, 8:26 pm, irfan bashir
>> wrote:
>> > a simple asp page is also getting Connection_Dropped. As i mentioned
>> > earlier,
>> > I have resintalled IIS 3 times and even uninstalled/install .net 2.0.
>> > Does
>> > that mean i have to re-install Win2k3 ??
>> >
>> > regards
>> > irfan bashir
>> >
>> >
>> >
>> > "David Wang" wrote:
>> > > On Nov 10, 3:22 pm, irfan bashir
>> > > bas...@discussions.microsoft.com> wrote:
>> > > > hi
>> > > > I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
>> > > > installed Sharepoint 2007 on it. But it was not serving content So
>> > > > i
>> > > > uninstalled it. I tried to check if IIS is working right BUT even a
>> > > > simple
>> > > > ASPX page was not being served. After checking various security
>> > > > settings and
>> > > > granting IIS_WPG launch access in DCOM I was still not able to get
>> > > > it work.
>> > > > IIS ERR log shows Connection_Dropped errors.
>> > > > Since then i have reinstalled IIS no less than 3 times but
>> > > > didnot help. I
>> > > > even re-installed .NET frameowrk just to make sure BUT still it is
>> > > > the same
>> > > > error Connection_Dropped. Sometimes the App Pool just shuts off as
>> > > > well.
>> > > > Normal html pages are served right. Plz help.
>> >
>> > > > regards
>> > > > irfan
>> >
>> > > 1. Does requests to plain HTML work.
>> > > 2. If you enable ASP in Web Service Extension, enable Script
>> > > permissions, and try a simple ASP page does it work.
>> >
>> > > #1 tells me if IIS works at all. #2 tells me if the problem is within
>> > > ISAPI side of things
>> >
>> > > If #1 and #2 work, then you may have some left-over HTTP Modules
>> > > affecting things.
>> >
>> > > I have also encountered two times where all ISAPI responses get
>> > > Connection_Dropped no matter what. The only solution there was to
>> > > reinstall and the problem went away. I chased it into kernel mode
>> > > response generation -- ASP.Net executed perfectly to generate the
>> > > correct response, but the response just got dropped in kernel mode
>> > > for
>> > > some reason. I reinstalled and the problem never reappeared, ever. I
>> > > also heard of another person with similar sounding issue and they
>> > > reinstalled and never saw the issue.
>> >
>> > > //David
>> > >http://w3-4u.blogspot.com
>> > >http://blogs.msdn.com/David.Wang
>> > > //- Hide quoted text -
>> >
>> > - Show quoted text -
>>
>>
>>
Re: Problem serving ASP.NET pages
am 13.11.2007 18:21:00 von irfanbashir
No i dont have urlscan. Anywayz i am setting up a new server for me today so
it shud be burried by evening today. I appreciate the help.
"AYOKUNLE JOEL-TAIWO" wrote:
> Do you have urlscan installed? I had that same problem before and
> uninstalling urlscan fixed it, you can also use the IIS lockdown tool to
> allow ASP pages to run on your server.
>
>
>
>
> "irfan bashir" wrote in message
> news:8B664F76-AA5E-4724-BD36-CD91DDDB3D3A@microsoft.com...
> > thanks david. i guess we have no other option
> >
> > "David Wang" wrote:
> >
> >> I believe you will have to reinstall Windows Server 2003.
> >>
> >> The issue is somewhere in HTTP.SYS, a kernel-mode system driver, and
> >> reinstalling IIS and ASP.Net does not do anything to change that. I
> >> don't know if any configuration helps. I do know that the times I've
> >> seen it encountered, the only "easy" solution is to reinstall the OS.
> >> Even though I really hate giving up on a problem, I have never been
> >> able to reproduce it at will nor debug it fully, so I cannot offer any
> >> other alternative.
> >>
> >>
> >> //David
> >> http://w3-4u.blogspot.com
> >> http://blogs.msdn.com/David.Wang
> >> //
> >>
> >>
> >>
> >>
> >> On Nov 10, 8:26 pm, irfan bashir
> >> wrote:
> >> > a simple asp page is also getting Connection_Dropped. As i mentioned
> >> > earlier,
> >> > I have resintalled IIS 3 times and even uninstalled/install .net 2.0.
> >> > Does
> >> > that mean i have to re-install Win2k3 ??
> >> >
> >> > regards
> >> > irfan bashir
> >> >
> >> >
> >> >
> >> > "David Wang" wrote:
> >> > > On Nov 10, 3:22 pm, irfan bashir
> >> > > bas...@discussions.microsoft.com> wrote:
> >> > > > hi
> >> > > > I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i
> >> > > > installed Sharepoint 2007 on it. But it was not serving content So
> >> > > > i
> >> > > > uninstalled it. I tried to check if IIS is working right BUT even a
> >> > > > simple
> >> > > > ASPX page was not being served. After checking various security
> >> > > > settings and
> >> > > > granting IIS_WPG launch access in DCOM I was still not able to get
> >> > > > it work.
> >> > > > IIS ERR log shows Connection_Dropped errors.
> >> > > > Since then i have reinstalled IIS no less than 3 times but
> >> > > > didnot help. I
> >> > > > even re-installed .NET frameowrk just to make sure BUT still it is
> >> > > > the same
> >> > > > error Connection_Dropped. Sometimes the App Pool just shuts off as
> >> > > > well.
> >> > > > Normal html pages are served right. Plz help.
> >> >
> >> > > > regards
> >> > > > irfan
> >> >
> >> > > 1. Does requests to plain HTML work.
> >> > > 2. If you enable ASP in Web Service Extension, enable Script
> >> > > permissions, and try a simple ASP page does it work.
> >> >
> >> > > #1 tells me if IIS works at all. #2 tells me if the problem is within
> >> > > ISAPI side of things
> >> >
> >> > > If #1 and #2 work, then you may have some left-over HTTP Modules
> >> > > affecting things.
> >> >
> >> > > I have also encountered two times where all ISAPI responses get
> >> > > Connection_Dropped no matter what. The only solution there was to
> >> > > reinstall and the problem went away. I chased it into kernel mode
> >> > > response generation -- ASP.Net executed perfectly to generate the
> >> > > correct response, but the response just got dropped in kernel mode
> >> > > for
> >> > > some reason. I reinstalled and the problem never reappeared, ever. I
> >> > > also heard of another person with similar sounding issue and they
> >> > > reinstalled and never saw the issue.
> >> >
> >> > > //David
> >> > >http://w3-4u.blogspot.com
> >> > >http://blogs.msdn.com/David.Wang
> >> > > //- Hide quoted text -
> >> >
> >> > - Show quoted text -
> >>
> >>
> >>
>
>
>