Urgent

Windows 2003 Server. IIS 6.0
Website is running in separate application pool.
I keep getting timeout problem. and the CPU is max 25%. The calculation runs
more than 15 minutes. I tried to check CPU monitoring option for the
application pool and I set to MAX 100% CPU usage. It didn't help. CPU is
still 25%. I didn't restart the server though. There is no time to rewrite
the code to improve performance.

View Replies


ADVERTISEMENT

Need Urgent Help With Sending Email Using ASP

<%
If request.Form("send").count > 0 then
set objMessage = CreateObject("CDO.Message")
objMessage.Subject = Request.Form("sub")
objMessage.Sender= request.Form("from")
objMessage.To="myemail@hotmail.com"
objMessage.TextBody=request.Form("msg")
objMessage.Send
response.Redirect("contactus.asp")
end if
%>

I'm suppose to allow users to send feedback to myemail@hotmail.com using a webpage. So i've used this asp code. But it seems like the code doesnt work for me. I've tried the page out, and there was no email sent to that address.

View Replies View Related

Urgent: Page Width

i have created asp pages and inserted the table which width is 100% percent but when and visit that page the width of page is less then 100% but if i refresh the same page then is shows 100%.i have included one file as header. it is because of that or what.

View Replies View Related

Caching An Error-urgent?

I am new to asp and therfore not sure that I know one of the most basic things, to trap errors on my web site

I have two fields where I enter any character from a keyboard and it saves every single one but the + SIGN,just puts in a space instead.

I am "escape" ing and "unescape" ing but the + sign still doens't get saved.

How can see what is going on and could you please explain how to degub it as I don't know myself.

View Replies View Related

Urgent, Sending Date From Textbox?

I created a database in MS SQL 7.0 called "DBSupply".It has a table called "product".
The table has two columns Named "DateSupplied" and "productSuppiled".

On my Supply.aspx page, I have a textbox, Search botton and a datagrid.

how do i construct my sql query on the supply.aspx page so that when i type a specific date(e.g 2/2/2005) and click search botton. in the textbox it will display date and the productsupplied on that date on my datagird.

I dont know which SQL query to pass from the web page, that will help me retrieve information from the database based on the data i type in textbox.

I am using a Text Editor(Note Pad) and VB as language.

View Replies View Related

Urgent : No Syntax Or Bug Error, But AddItem Button Not Processing

i have tried to look for all errors and referred to all my frends work with regards to this 'shopping cart' problem

i wan to add an item into the shopping cart but the database recognizes the adding and generates a new id . but the shopping cart item database doesn't have any reaction.

i have review and checked for all typing errors or the likes but i found nothing.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved