First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
How to log more info on System.Web.HttpException: Request timed ou
Some of our users are complaining about long response time on some of our pages. Problem is that we can not reproduce the long response time. Our error log has also logged: System.Web.HttpException: Request timed out (Sadly without any stacktrace or other useful information). Is it possible to log stacktrace... 11 Mar 2010 12:19
How to read XML Using ASP
Dear Sir/Madam Please tell me how to read xml using asp. if you give more than one method. because My code is working on my local sysem but not working on live. it is not working on windows2008 64 bit OS, and IIS 7 I have used one code Thanks in Advance ... 11 Mar 2010 06:44
Deploying Managed Modules from VS 2008
Hi, I'm trying to add a managed module to IIS7 using the example at http://learn.iis.net/page.aspx/366/developing-iis-70-modules-and-handlers-with-the-net-framework I've copied my module to my application directory binn directory, but when I attempt to add the module for the site I get a message that the spec... 10 Mar 2010 07:30
Rewritepath and forms authentication
I want to redirect urls like siteroot/username/admin to siteroot/admin. I did the redirection process using handler. bu it sould to redirect to login page when user not logged in because admin folder password protected. but it doe not redirect ot login page. How can i do it.? what can be the problem? ... 8 Mar 2010 08:36
Hidden input Form , response.write not working
I have a javascript history object (javascript:history.go(-1)) that goes back to previous page when I trigger a button event to go back to that last page : <form action="javascript:history.go(-1)" method="post"> <input type="hidden" value="yes" name="awc" id="awc"> <input type="submit" value="BACK"> </form> ..... 6 Mar 2010 09:39
Parent window is hard to be navigated away
Hi guys, I have two windows, one is the parent and the other is the child which gets pop-upped by the parent window javascript code. When the child is loading heavy content, in my case is a heavy report (by reportviewer control) the parent page takes very very long time to be navigated away(by clicking a hyp... 4 Mar 2010 12:22
Setting XML Object and Reusing It From Different Directories
Hello, I am not able to load XML using Load method from child directory (unlikely security issue). The function below sets xmlObj object once and reuses this object every time it is accessed to loop through some nodes. However, if I run this function from child directory, xmlObj object contains no nodes even thoug... 4 Mar 2010 11:14
need suggestion - domain masking or something
In order to strengthen ppc advertising I have a couple of domains specific to some of our products. The domains redirect to a custom search string on my site.. so for example widget.com would redir to mysite.com/search=widget or something like that. Unfortunately Google just disapproved my ads because my dis... 2 Mar 2010 14:41
Server error 500 and app pool resets
One of the customer facing websites at the company I work for has been locking up for awhile. To 'unlock' the server our support group has to restart the application pool for this application. I have done some research on the issue and added some additional logging and found that when this lockup occurs we are ... 5 Mar 2010 11:42
IIS 7.0 Scripting.FileSystemObject
I created a simple test script below: Dim s Dim a Set s = CreateObject(“Scripting.FileSystemObject”) Set a = s.getFile(Server.MapPath(“test.txt”)) Error: File NOT found. I am tying to read a file located under "wwwroot" I installed classic ASP support. Added the site to the "classic asp" application Poo... 28 Feb 2010 23:22
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20