i have a machine that i use as a server, the machine is running Windows 7 and IIS 7. I am using Windows Xp and my browswe is IE8.
In my application i use Infragistics menu controls. The menu freezes, and they dont respond or calloapse. I have tried the Compatibility mode but it still does that.
i have a machine that i use as a server, the machine is running Windows 7 and IIS 7. I am using Windows Xp and my browswe is IE8.In my application i use Infragistics menu controls. The menu freezes, and they dont respond or calloapse. I have tried the Compatibility mode but it still does that.
I have a long running process that i kick off with a pagemethod that normally takes about an hour to complete, when it is finished it returns the result of the method.I then poll with another pagemethod to update the status of the first process.the process is taking 4.5 hours this week which is acceptable and understandable, but the feedback sometimes gives up after a couple of hours and sometimes the main method never returns any feedback to the client.
Regardless of the lack of status updates and final feedback the server still completes the long task.As far as i'm aware we have made no changes to any timeout values.is there a timeout setting that we are hitting that is above 1 hour for ajax methods?
I have deployed my .NET application on IIS and Iam facing the Same Problem " the server is taking too long to respond" My OS is Windows XP and IIS 5.1.
I have got 2 Drop Down Lists on my Form and 1 GridView. I want GridView to display the data according to selection from the Drop Down Lists.
For Example, One Drop Down List contains Names and other contains Dates. Both the Drop Down Lists can post back. So if i select a name from 1st Drop Down list, the Grid View should show all the results according to that Name. Similarly if i select the Date from the other Drop Down List , the Grid View should show the results according to the dates. But i cant figure out as how to bind Grid View to respond to 2 Drop Down List.
i am binding both the Drop Down Lists and the Grid View to the DataSource Objects, which is getting data from the database.
I have a website written in C# and when a user does something I want to be able to send an IM message to an admin and allow the admin to respond to approve/deny the request.
I would like to use something like MSN Messenger or AIM so that the IM messages can also be sent to phones as sms.
I have got 2 Drop Down Lists on my Form and 1 GridView. I want GridView to display the data according to selection from the Drop Down Lists. For Example, One Drop Down List contains Names and other contains Dates. Both the Drop Down Lists can post back. So if i select a name from 1st Drop Down list, the Grid View should show all the results according to that Name. Similarly if i select the Date from the other Drop Down List , the Grid View should show the results according to the dates. But i cant figure out as how to bind Grid View to respond to 2 Drop Down List. BTW i am binding both the Drop Down Lists and the Grid View to the DataSource Objects, which is getting data from the database.
I'm not sure if this belongs here since it doesn't seem to be a coding issue but...
I am having an issue with using httpwebrequest - the first time I run HttpWebRequest on a page there is a 5-10 second lag before it returns the data I am looking for. It doesn't matter from what source I am polling the lag is always there so it has nothing to do with the sites I am connecting to.
After I poll the first time as long as the page is reloaded within 1 and a half minutes afterwards the httpwebrequest response is lightning fast.
If I wait a minute and a half to 2 minutes without reloading the page the lag returns again.
I've tried everything related to tweaking the httpwebrequest settings and none have had any impact whatsoever.
If it helps I have older pages that use classic asp that behave the exact same way when returning data from external websites so it seems to me like a server issue.
I want to be able to run an ASP.NET application when a file is upload via FTP. I understand how to use the filewatcher class to monitor the directory but I don't know where to put the code so it is always running.
Files will be uploaded once per month for each group of users of the system and the next time the user logs on after the upload I would like the application to reflect the new data. I don't want to check for a new upload when each user logs on because the processing could take a log time.
The uploads are automatic from multiple other computer systems and not done by any user.
The Application is hosted (by GoDaddy) so I don't have full control of the server.
Is there any way to have a process running all the time in the background and if so how? The application is written in VB.net.
I have some dynamically-changing text, which I would like to appear as a hyperlink (i.e. underlined text which changes colour as you hover the mouse over it). However, I would also like this text to behave like an asp:Button object when the user clicks on it. This is so I can add some VB.NET into the click event of the text. Does anyone know how I can do this?
I took a copy of a website that works fine on a server (done have server access) but when I set up a website in IIS7 and run the classic asp code loading a page is taking nearly a minute. It always loads the pages but just takes forever.
condition : server = asp.net FW3.5 .... Client = just and just htmls (no server control /no runat ="server" att)
i open a ajax request from browser and that is ok problem:
1. in case above a page_load happend on server we all know that, but i cant determine is it asynchorus load or normal load 2. as response of that AJAX call i can't use response.write() cause it will redraw entire page not just a portion
In Litle Details: suppose i there is a <div id = ....> on client page, i just need to send a table, after that javascript will put that under the div. and response write can't do this cause it send xml for entire page not for just tha table.
I have 2 website on my IIS which have the same physical location on disk. Example:
www.xxx.com path on disk : c:wwwxxx.com img.xxx.com path on disk : c:wwwxxx.com
I want that img.xxx.com only response for static files like images, css and js files.
My main goal is to serve static files from a cookieless domain (using img.xxx.com for cookieless requests). But if I write img.xxx.com to browser i see the same content with www.xxx.com. I want to block all request to img.xxx.com except images, css and js request.
I don't want to set another folder for img.xxx.com because it is very hard for me to change all images url to new url.
In a page I have multiple update panels that has timer associated with them to refresh the grids. Issue is that when asynchronous request (update panel) is in progress page do not respond. If use try to click some other link to move he even can not do that until asynchronous request is completed. Is it not possible that user may able to click some other button if he want while update is in process ?
Is there a way to respond to the click event generated by any button on a form?
I am trying to carry out a response.redirect( 'button id' & ".aspx"), can it be done?
i.e. If I have a webpage called "button1.aspx" how do I get the button1.click event to trigger the redirect without implicitly coding the click event for the respective button.
I installed VS 2010 on XP machine with IIS working good. after the installation the IIS stoped answering when yrying to get to web pages in my server from othere IP's in the network
I have got 2 Drop Down Lists on my Form and 1 GridView. I want GridView to display the data according to selection from the Drop Down Lists.
For Example, One Drop Down List contains Names and other contains Dates. Both the Drop Down Lists can post back. So if i select a name from 1st Drop Down list, the Grid View should show all the results according to that Name. Similarly if i select the Date from the other Drop Down List , the Grid View should show the results according to the dates. But i cant figure out as how to bind Grid View to respond to 2 Drop Down List.
BTW i am binding both the Drop Down Lists and the Grid View to the DataSource Objects, which is getting data from the database.
I'm using a ModalPopupExtender to display a login screen when an ImageButton (called Post) is clicked.The dialog pops up as expected and performs all the correct validations. When the user presses the Enter key, this causes the Login button to fire its Click event as it should.The issue I get is that I have another ImageButton on the main page. After the user presses Enter in the login and the page logs the user in, it does not fire the server click even for the initial post button that brought up the login, it fires the click of another ImageButton instead.
I got an error "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond".when i am sending email when attachment.
protected void lbtn_DownloadForm_Click(object sender, EventArgs e) { using (StringWriter sw = new StringWriter()) { using (HtmlTextWriter hw = new HtmlTextWriter(sw)) { pnlPerson.RenderControl(hw);
I have an application written in VB.NET that sends XML to another server and it takes another XML. I am using HttpWebRequest in sending it but when I get the request stream I got this error. Please note that the application is working on my machine, but on the deployment on server I got this error.
using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq;
[code]...
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:465Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:465Source Error:
I got server error when downloading pdf file from my webpage in asp.net."A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond in asp.net."