Difference between aspx and asp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Very often it happens in our center that asp call works but aspx timeout. It
happen couple times per day for about 30 min period. Both are very simple
pages - just return current time. What can be reason for this?
(I doubt there is big activity from running .NET sites or services because
it also happens on some servers that only provide UI.)
Thanks
 
More than likely poor design or programming. If it works in ASP then it
ought to work a lot better in ASPX.
 
Very often it happens in our center that asp call works but aspx timeout. It
happen couple times per day for about 30 min period. Both are very simple
pages - just return current time. What can be reason for this?
(I doubt there is big activity from running .NET sites or services because
it also happens on some servers that only provide UI.)
Thanks

ASP pages and ASPX are handled by completely separate processes on the
server. There must be something in the event log, have you checked?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top