Search results

  1. R

    DataGrid Delte Command

    Re: DataGrid PostBack Commands If you are using client side javascripts for your datagrid, be sure to copy the required .Net support scripts from /aspnet_client/system_web/yourversion/ to your domain. When a domain is created a JH and .Net is turned on, a folder named...
  2. R

    Why do I require .aspx.vb files on my host account but not locally?

    Mark, I am using the same process and it works fine for me. All .aspx files (and the web.config file) go in /mydomain folder and DLLs go in /mydomain/bin folder. Here is a thought: have you changed from Debug to Release before you do the build and copy? I'm not sure this would be a problem...
  3. R

    Resource errors on Win5

    Just thought I'd give a quick follow-up. I've been watching my logs for the last couple days and have not seen any more of these errors. Thanks, riley
  4. R

    Resource errors on Win5

    Ok. Ticket number is 32655. riley
  5. R

    Resource errors on Win5

    I just looked in my logs and found that there have been some bad errors preriodically over the past 25 hours. The error is as follows: "System resource exceeded" These errors occurred consistently yesterday (Monday 9/6) between 16:50:16 and 17:36:22 and again today (Tuesday 9/7) between...
  6. R

    500 Internal Server Error

    Ok. Thanks, riley
  7. R

    500 Internal Server Error

    I just looked through my logs for Saturday (9/4/04) and found a couple of requests that resulted in 500 Internal Server Error. These happened around 11:25 PM Eastern time -- date/time stamped as follows: 2004-09-04 23:24:58 and 2004-09-04 23:25:29. Was there a problem with Win5 at that...
  8. R

    Rajneesh is the man!

    Well, if that's true then the subject of this thread should be "Rajneesh is the men!" riley
  9. R

    Poor Support - ASP.NET Validation

    On your local machine, you will find the following: \Inetpub\WWWROOT\aspnet_client\system_web\ In that folder, you will find 1 or more folders, such as: 1_1_4322\ 1_0_3705_0\ These folders have several .js files required for the .Net validators to work. Just copy these folders and all...
  10. R

    System.OutOfMemoryException on Win5

    FYI, My log file from the past day (Tuesday) shows that several System.OutOfMemoryException errors occurred. There were several log entries over several minutes starting with the following time stamp: 2004-08-24 16:34:22 ASP.Net returned the following error message: "Exception of type...
  11. R

    null value error

    Make sure there isn't a blank line at the end of the text file. If there is not, try to remove the carriage return/line feed (newline) from the last record and try the import again. riley
  12. R

    Insert record not working? ASP

    In order to debug this code, I would recommend you add some some error handling/message posting code in the area where you execute the insert. To begin with, I would display a simple message anywhere in the area of the Execute to ensure you are even getting that far. If you are, then display...
  13. R

    Not accessible from different connections?

    Michael, What happens when they request the site? Do they get a "Server Not Found" error, a 404 Page Not Found, or something else? riley
  14. R

    System.OutOfMemoryException on Win5

    What other posts? This occurred less than 3 hours ago and I haven't seen any other posts regarding this tonight. riley
  15. R

    System.OutOfMemoryException on Win5

    I was looking at my log file from the past day (Tuesday) and found that a System.OutOfMemoryException occurred. The entry was posted to the log with the following date and time stamp: 2004-08-10 22:51:15 ASP.Net returned the following error message: "Exception of type...
  16. R

    aspx .NET is not working on win5?

    I am also on Win5 and my .Net sites are working fine. What error/problem are you seeing? riley
  17. R

    Server error - Win 6

    I wasn't implying that it was your code. The details of the error message will still tell you what the exception was, regardless of whether the error was generated by your code or some problem on the server. riley
  18. R

    Server error - Win 6

    I might be telling you something you already know, but you can see what the error is by making a change to the web.config file in the root folder. Usually, the web.config file is configured as <customErrors mode="RemoteOnly">. To display detailed information, change it to <customErrors...
  19. R

    Boxing match, last one standing wins.

    That comes as no surprise, since Mileday wont identify himself/herself or the project he/she is complaining about. How is xfriday supposed to make things right under such circumstanses? But, as devorem said, I'm just a casual observer. riley
  20. R

    System.OutOfMemoryException

    Yes, I just opened a ticket. riley
Back
Top