Problem with ASP pages

Problem with ASP pages

am 06.07.2005 15:08:02 von kama79

Hi,
i have some problems with asp pages.

i have a win2k3 sp1 server with iis 6.0.

i can't view pages in ASP (error file not found). i view only the html pages.

The extension in the IIS Manager for asp are allowed.

I tried some solution by microsoft, but it still not works.

Somebody has any idea about this problem?
Thanks

Re: Problem with ASP pages

am 06.07.2005 15:22:27 von Ken Schaefer

Can you post the IIS Log File entries that correspond to these requests
please?

Cheers
Ken

--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com


"kama79" wrote in message
news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
: Hi,
: i have some problems with asp pages.
:
: i have a win2k3 sp1 server with iis 6.0.
:
: i can't view pages in ASP (error file not found). i view only the html
pages.
:
: The extension in the IIS Manager for asp are allowed.
:
: I tried some solution by microsoft, but it still not works.
:
: Somebody has any idea about this problem?
: Thanks
:
:

Re: Problem with ASP pages

am 06.07.2005 16:10:05 von kama79

this is one of the line in the log file, when i try to open the about.asp page.


2005-07-04 15:16:24 192.168.1.203 1223 192.168.1.203 80 HTTP/1.1 GET
/about.asp - 1 Connection_Dropped DefaultAppPool



"Ken Schaefer" ha scritto:

> Can you post the IIS Log File entries that correspond to these requests
> please?
>
> Cheers
> Ken
>
> --
> IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> Web: www.adopenstatic.com
>
>
> "kama79" wrote in message
> news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
> : Hi,
> : i have some problems with asp pages.
> :
> : i have a win2k3 sp1 server with iis 6.0.
> :
> : i can't view pages in ASP (error file not found). i view only the html
> pages.
> :
> : The extension in the IIS Manager for asp are allowed.
> :
> : I tried some solution by microsoft, but it still not works.
> :
> : Somebody has any idea about this problem?
> : Thanks
> :
> :
>
>
>

Re: Problem with ASP pages

am 07.07.2005 12:32:03 von someone

Hmm, I have seen this problem a couple of times now, recently (never saw it
before). I have not find a solution other than reinstall IIS, and in the
other cases, they fixed the issue.

The issue is actually not with ASP pages because IIS actually executes the
ASP page to generate the HTML and it is sent to HTTP.SYS, but HTTP.SYS drops
the connection for some reason, so the browser shows "page not found". If
you enabled ASP.Net, an ASPX page also fails with the same problem.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"kama79" wrote in message
news:305013F7-6422-4C3C-976D-67546EF83F61@microsoft.com...
this is one of the line in the log file, when i try to open the about.asp
page.


2005-07-04 15:16:24 192.168.1.203 1223 192.168.1.203 80 HTTP/1.1 GET
/about.asp - 1 Connection_Dropped DefaultAppPool



"Ken Schaefer" ha scritto:

> Can you post the IIS Log File entries that correspond to these requests
> please?
>
> Cheers
> Ken
>
> --
> IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> Web: www.adopenstatic.com
>
>
> "kama79" wrote in message
> news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
> : Hi,
> : i have some problems with asp pages.
> :
> : i have a win2k3 sp1 server with iis 6.0.
> :
> : i can't view pages in ASP (error file not found). i view only the html
> pages.
> :
> : The extension in the IIS Manager for asp are allowed.
> :
> : I tried some solution by microsoft, but it still not works.
> :
> : Somebody has any idea about this problem?
> : Thanks
> :
> :
>
>
>

Re: Problem with ASP pages

am 07.07.2005 13:52:02 von kama79

Hi,
i have reinstalled all the ISS, and now all function well.

thanks


"David Wang [Msft]" ha scritto:

> Hmm, I have seen this problem a couple of times now, recently (never saw it
> before). I have not find a solution other than reinstall IIS, and in the
> other cases, they fixed the issue.
>
> The issue is actually not with ASP pages because IIS actually executes the
> ASP page to generate the HTML and it is sent to HTTP.SYS, but HTTP.SYS drops
> the connection for some reason, so the browser shows "page not found". If
> you enabled ASP.Net, an ASPX page also fails with the same problem.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "kama79" wrote in message
> news:305013F7-6422-4C3C-976D-67546EF83F61@microsoft.com...
> this is one of the line in the log file, when i try to open the about.asp
> page.
>
>
> 2005-07-04 15:16:24 192.168.1.203 1223 192.168.1.203 80 HTTP/1.1 GET
> /about.asp - 1 Connection_Dropped DefaultAppPool
>
>
>
> "Ken Schaefer" ha scritto:
>
> > Can you post the IIS Log File entries that correspond to these requests
> > please?
> >
> > Cheers
> > Ken
> >
> > --
> > IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> > Web: www.adopenstatic.com
> >
> >
> > "kama79" wrote in message
> > news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
> > : Hi,
> > : i have some problems with asp pages.
> > :
> > : i have a win2k3 sp1 server with iis 6.0.
> > :
> > : i can't view pages in ASP (error file not found). i view only the html
> > pages.
> > :
> > : The extension in the IIS Manager for asp are allowed.
> > :
> > : I tried some solution by microsoft, but it still not works.
> > :
> > : Somebody has any idea about this problem?
> > : Thanks
> > :
> > :
> >
> >
> >
>
>
>

Re: Problem with ASP pages

am 08.07.2005 07:55:17 von someone

In the interest of actually finding possible causes for this situation (I
have seen this happen several times now, with reinstalling IIS as the only
fix) -- can you tell me:
1. whether you clean installed the OS or was it an upgrade
2. did you install IIS using Add/Remove Programs, Configure Your Wizard
Server, during OS install, unattend installation, etc -- and give details of
your installation steps
3. Any software that are also installed on the server before and after
installing IIS, prior to you discovering the issue with ASP pages
4. Is the machine in a domain or stand-alone
5. If it is in a domain, can you determine if group policy has been applied
and what

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"kama79" wrote in message
news:D6535BD9-1194-40E8-98D3-BDF67733C27F@microsoft.com...
Hi,
i have reinstalled all the ISS, and now all function well.

thanks


"David Wang [Msft]" ha scritto:

> Hmm, I have seen this problem a couple of times now, recently (never saw
it
> before). I have not find a solution other than reinstall IIS, and in the
> other cases, they fixed the issue.
>
> The issue is actually not with ASP pages because IIS actually executes the
> ASP page to generate the HTML and it is sent to HTTP.SYS, but HTTP.SYS
drops
> the connection for some reason, so the browser shows "page not found". If
> you enabled ASP.Net, an ASPX page also fails with the same problem.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "kama79" wrote in message
> news:305013F7-6422-4C3C-976D-67546EF83F61@microsoft.com...
> this is one of the line in the log file, when i try to open the about.asp
> page.
>
>
> 2005-07-04 15:16:24 192.168.1.203 1223 192.168.1.203 80 HTTP/1.1 GET
> /about.asp - 1 Connection_Dropped DefaultAppPool
>
>
>
> "Ken Schaefer" ha scritto:
>
> > Can you post the IIS Log File entries that correspond to these requests
> > please?
> >
> > Cheers
> > Ken
> >
> > --
> > IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> > Web: www.adopenstatic.com
> >
> >
> > "kama79" wrote in message
> > news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
> > : Hi,
> > : i have some problems with asp pages.
> > :
> > : i have a win2k3 sp1 server with iis 6.0.
> > :
> > : i can't view pages in ASP (error file not found). i view only the html
> > pages.
> > :
> > : The extension in the IIS Manager for asp are allowed.
> > :
> > : I tried some solution by microsoft, but it still not works.
> > :
> > : Somebody has any idea about this problem?
> > : Thanks
> > :
> > :
> >
> >
> >
>
>
>

Re: Problem with ASP pages

am 08.07.2005 17:10:07 von kama79

hi,
this was a new installation of windows server 2003 standard.
After the installation i installed the SP1, and then the exchange 2k3, and
during the installation i have installed the iss, asp with the "add/remove
programs". Then i installed the SP1 for Exchange.
And finaly i installed the Symantec Mail Security.
At this moment when i tried the asp pages, nothing append...

The machine is in a win2k3 domain.

To reinstall all, i removed the Mail Security and then the ISS from the
"add/remove programs", and for the new reinstallation i used the "Server
manager" -> application server -> iis with ASP extension

After this, the asp pages was visible.



"David Wang [Msft]" ha scritto:

> In the interest of actually finding possible causes for this situation (I
> have seen this happen several times now, with reinstalling IIS as the only
> fix) -- can you tell me:
> 1. whether you clean installed the OS or was it an upgrade
> 2. did you install IIS using Add/Remove Programs, Configure Your Wizard
> Server, during OS install, unattend installation, etc -- and give details of
> your installation steps
> 3. Any software that are also installed on the server before and after
> installing IIS, prior to you discovering the issue with ASP pages
> 4. Is the machine in a domain or stand-alone
> 5. If it is in a domain, can you determine if group policy has been applied
> and what
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
> "kama79" wrote in message
> news:D6535BD9-1194-40E8-98D3-BDF67733C27F@microsoft.com...
> Hi,
> i have reinstalled all the ISS, and now all function well.
>
> thanks
>
>
> "David Wang [Msft]" ha scritto:
>
> > Hmm, I have seen this problem a couple of times now, recently (never saw
> it
> > before). I have not find a solution other than reinstall IIS, and in the
> > other cases, they fixed the issue.
> >
> > The issue is actually not with ASP pages because IIS actually executes the
> > ASP page to generate the HTML and it is sent to HTTP.SYS, but HTTP.SYS
> drops
> > the connection for some reason, so the browser shows "page not found". If
> > you enabled ASP.Net, an ASPX page also fails with the same problem.
> >
> > --
> > //David
> > IIS
> > http://blogs.msdn.com/David.Wang
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > //
> > "kama79" wrote in message
> > news:305013F7-6422-4C3C-976D-67546EF83F61@microsoft.com...
> > this is one of the line in the log file, when i try to open the about.asp
> > page.
> >
> >
> > 2005-07-04 15:16:24 192.168.1.203 1223 192.168.1.203 80 HTTP/1.1 GET
> > /about.asp - 1 Connection_Dropped DefaultAppPool
> >
> >
> >
> > "Ken Schaefer" ha scritto:
> >
> > > Can you post the IIS Log File entries that correspond to these requests
> > > please?
> > >
> > > Cheers
> > > Ken
> > >
> > > --
> > > IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> > > Web: www.adopenstatic.com
> > >
> > >
> > > "kama79" wrote in message
> > > news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
> > > : Hi,
> > > : i have some problems with asp pages.
> > > :
> > > : i have a win2k3 sp1 server with iis 6.0.
> > > :
> > > : i can't view pages in ASP (error file not found). i view only the html
> > > pages.
> > > :
> > > : The extension in the IIS Manager for asp are allowed.
> > > :
> > > : I tried some solution by microsoft, but it still not works.
> > > :
> > > : Somebody has any idea about this problem?
> > > : Thanks
> > > :
> > > :
> > >
> > >
> > >
> >
> >
> >
>
>
>

Re: Problem with ASP pages

am 09.07.2005 05:11:53 von someone

Thanks.

I'm gathering up data from other affected users to try and correlate and
hopefully reproduce on our machines so that we can debug for the root cause.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"kama79" wrote in message
news:593B29D7-30C0-4411-A7DA-67555784006A@microsoft.com...
hi,
this was a new installation of windows server 2003 standard.
After the installation i installed the SP1, and then the exchange 2k3, and
during the installation i have installed the iss, asp with the "add/remove
programs". Then i installed the SP1 for Exchange.
And finaly i installed the Symantec Mail Security.
At this moment when i tried the asp pages, nothing append...

The machine is in a win2k3 domain.

To reinstall all, i removed the Mail Security and then the ISS from the
"add/remove programs", and for the new reinstallation i used the "Server
manager" -> application server -> iis with ASP extension

After this, the asp pages was visible.



"David Wang [Msft]" ha scritto:

> In the interest of actually finding possible causes for this situation (I
> have seen this happen several times now, with reinstalling IIS as the only
> fix) -- can you tell me:
> 1. whether you clean installed the OS or was it an upgrade
> 2. did you install IIS using Add/Remove Programs, Configure Your Wizard
> Server, during OS install, unattend installation, etc -- and give details
of
> your installation steps
> 3. Any software that are also installed on the server before and after
> installing IIS, prior to you discovering the issue with ASP pages
> 4. Is the machine in a domain or stand-alone
> 5. If it is in a domain, can you determine if group policy has been
applied
> and what
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "kama79" wrote in message
> news:D6535BD9-1194-40E8-98D3-BDF67733C27F@microsoft.com...
> Hi,
> i have reinstalled all the ISS, and now all function well.
>
> thanks
>
>
> "David Wang [Msft]" ha scritto:
>
> > Hmm, I have seen this problem a couple of times now, recently (never saw
> it
> > before). I have not find a solution other than reinstall IIS, and in the
> > other cases, they fixed the issue.
> >
> > The issue is actually not with ASP pages because IIS actually executes
the
> > ASP page to generate the HTML and it is sent to HTTP.SYS, but HTTP.SYS
> drops
> > the connection for some reason, so the browser shows "page not found".
If
> > you enabled ASP.Net, an ASPX page also fails with the same problem.
> >
> > --
> > //David
> > IIS
> > http://blogs.msdn.com/David.Wang
> > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > //
> > "kama79" wrote in message
> > news:305013F7-6422-4C3C-976D-67546EF83F61@microsoft.com...
> > this is one of the line in the log file, when i try to open the
about.asp
> > page.
> >
> >
> > 2005-07-04 15:16:24 192.168.1.203 1223 192.168.1.203 80 HTTP/1.1 GET
> > /about.asp - 1 Connection_Dropped DefaultAppPool
> >
> >
> >
> > "Ken Schaefer" ha scritto:
> >
> > > Can you post the IIS Log File entries that correspond to these
requests
> > > please?
> > >
> > > Cheers
> > > Ken
> > >
> > > --
> > > IIS Blog: www.adopenstatic.com/cs/blogs/ken/
> > > Web: www.adopenstatic.com
> > >
> > >
> > > "kama79" wrote in message
> > > news:B0503A2B-7192-48B0-B115-9A2AFB9C532F@microsoft.com...
> > > : Hi,
> > > : i have some problems with asp pages.
> > > :
> > > : i have a win2k3 sp1 server with iis 6.0.
> > > :
> > > : i can't view pages in ASP (error file not found). i view only the
html
> > > pages.
> > > :
> > > : The extension in the IIS Manager for asp are allowed.
> > > :
> > > : I tried some solution by microsoft, but it still not works.
> > > :
> > > : Somebody has any idea about this problem?
> > > : Thanks
> > > :
> > > :
> > >
> > >
> > >
> >
> >
> >
>
>
>

Re:Problem with ASP pages

am 28.09.2006 10:46:23 von Ram

Hi,

I have a similar problem. I have an application developed in VB mainly with
controls embedded in ASP pages. It is a client server application and the
following error has occurred several times on production and affects both
clustered servers.


- Client Not Responding.

Symptons of this error

The client is running but when user clicks on any of the menus/controls in
the applicatin nothing happens. The database is up and running and jobs
continue to run successfully.
The IIS service has been checked this reports website is on-line. Restarting
IIS does not resolve the problem.

The following extracts taken from the HTTPERR1/W3SVC1 log files at the time
connections dropped. In all cases a hang occurs soon after a request to
print is made by the user. The business prints of confirmations every
morning but error only happens occassionally.

We've monitored the server performance during print runs but can see no
unusual activity on the server.

To Resolve this issue we have the following workaround :

Within component servcies select "Running Processes" and under here is the
"IIS Out-of-Process Pooled Applications".
Right Click and select shutdown. The process is removed from "Running
Processes". When the user attempts to connect to the application the process
automatically starts up and can be seen under "Running Processes". Sometimes
the process does not start and errors in the event viewer are logged as
follows. In this case a failover is performed to the other node.

The server failed to load application '/LM/W3SVC/1/Root/RT-X'. The error
was 'The RPC server is unavailable.

Is there a way in which we can fix this problem permanently?

The log:
2006-03-03 08:36:27 10.3.225.58 POST /msadc/msadcs.dll/RXBPrintQueueDC.Queue.
Enqueue - 80 UK\CR44779 161.12.206.120 ACTIVEDATA 200 0 0
2006-03-03 08:38:24 161.12.224.137 2961 10.3.225.58 80 HTTP/1.0 POST
/msadc/msadcs.dll/RXBDealCapture.Deal.InitialisationData - 1
Connection_Dropped DefaultAppPool


Can anyone help on this?

Thanks