473,325 Members | 2,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Difference between aspx and asp

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
Apr 12 '07 #1
4 1200


Try this:

6/5/2006
Custom Objects and Tiered Development II // 2.0
http://sholliday.spaces.live.com/blog/

as an example. In the 1.1 version I reference a MS article. I'd read that
thing 3 or 4 times over.
the one I call from a "birds eye" view or something like that.


"pshvarts" <ps******@discussions.microsoft.comwrote in message
news:49**********************************@microsof t.com...
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

Apr 12 '07 #2
More than likely poor design or programming. If it works in ASP then it
ought to work a lot better in ASPX.

--
~~~~~~~~~~~
Ben Rush
http://www.ben-rush.net/blog
"pshvarts" <ps******@discussions.microsoft.comwrote in message
news:49**********************************@microsof t.com...
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

Apr 12 '07 #3
On Apr 12, 10:44 am, pshvarts <pshva...@discussions.microsoft.com>
wrote:
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?

Apr 12 '07 #4
Oooops. I replied to the wrong post...

"sloan" <sl***@ipass.netwrote in message
news:u2**************@TK2MSFTNGP04.phx.gbl...
>

Try this:

6/5/2006
Custom Objects and Tiered Development II // 2.0
http://sholliday.spaces.live.com/blog/

as an example. In the 1.1 version I reference a MS article. I'd read
that
thing 3 or 4 times over.
the one I call from a "birds eye" view or something like that.


"pshvarts" <ps******@discussions.microsoft.comwrote in message
news:49**********************************@microsof t.com...
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


Apr 12 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Newbee Adam | last post by:
1. what is difference between buil and delpoy? 2. If I am finished with a web app lets say. how do I compile it and what type of a file will it be? .dll, aspx,... 3. how do I bundle an...
37
by: Alan Silver | last post by:
Hello, Newbie here, so please forgive what is probably a basic question ... I see a lot of discussion about "code behind", which if I have understood correctly, means that the script code goes...
7
by: Jack | last post by:
Hello, What is the difference between SRC and CODEBEHIND Tags? Example <%@ Page Language="vb" ValidateRequest="false" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" %> or
2
by: 23s | last post by:
My site's login page has a form w/ 2 textboxes and a submit button. If I'm in either of those textboxes (i.e., either one of the textboxes has focus), in any given browser, hitting "enter" on my...
4
by: SAI | last post by:
Both have "TextBox" element and "Runat server". I don't understand the difference. Please advise. Thanks.
3
by: Alan Silver | last post by:
Hello, Sorry if this is a stupid question, but I can't really see much difference between these tow methods according to the scant info in the SDK. Could anyone enlighten me? TIA -- Alan...
2
by: rodchar | last post by:
hey all, i saw the following in an article: <asp:DataGrid id="grdOrder" Runat="server" OnPageIndexChanged="grdOrder_OnPageIndexChanged" OnItemCommand="grdOrder_OnItemCommand"...
4
by: batista | last post by:
Hello All, I want to know the Difference Between Server.Transfer() And Response.Redirect()?
5
by: kai | last post by:
Hi, In ASP.NET , what is the difference between OnClick and Click events for a button? Because we have button click event, it can trigger events, why we still need OnClick? Please help. ...
1
by: Shadow Lynx | last post by:
If this is not the most appropriate group for this question, please let me know. I noticed an odd priority difference in resolving names in VS 2005 (VWD Express) vs. the .NET 2.0 compiler (the...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.