Search

You searched for the word(s): userid:125780

Matching Posts

  • Stack trace specifies the name of the development server?!?

    Hi, I developed an application which writes errors to the event viewer whenever an exception is thrown (this is done at the application_error event). Except for the exception message, I also write the stack trace to the event viewer entry. I was suprised to know that the stack trace includes the physical location of the files in the delvelopment server. Is this normal??? For example I added an error I found on one of our live servers (gmtest is our development server): Login failed for user '(null
    Posted to Getting Started (Forum) by moshitch on 2/11/2004
  • Changing the XML serialization of an object and backward compatibility

    Hi, I created an object, which is saved on an XML file on the web server, and is sent in a web service. After a while I decided to serialize some of the properties of the object as attributes instead of as elements (which is the default serialization method). The problem is that after I made the changes, only some of the properties were properly read from the XML file which was saved before the changes took place. For example: This is one class that was changed. Before the change the 'Text' and the
    Posted to XML Web Services (Forum) by moshitch on 12/18/2003
  • Re: Treeview nodes change there color when losing focus

    I managed to solve th problem. This behavior is actually the way MS designed the client script of the tree view control. I changed the script so it won't change the color when the node loses focus.
    Posted to Internet Explorer Web Controls (Forum) by moshitch on 12/7/2003
  • Remote Debugging

    Hi, In our small team, two programmers work on the same development server. The problem is that when one programmer debugs the server, the other one cannot access the site. Is there a way to overcome this problem? Thanks
    Posted to Web Forms (Forum) by moshitch on 11/11/2003
  • Keeping an application alive

    Hi, Is there a way to configure an application so that it won't shut down if there are no sessions alive, or should I write a code to do it. In my case I'm a calling a web service which takes a long time if the application is not currently alive. Thanks
    Posted to Configuration and Deployment (Forum) by moshitch on 10/30/2003
  • Retrieving source code comments at runtime

    Hi, Is there a way to retrieve the comments for some type at runtime. I need to display properties and method for a given type and I would like to displayed the associated comments as well. Thanks.
    Posted to Free For All (Forum) by moshitch on 10/20/2003
  • ViewState is lost when using Smart Navigation and refreshing the page

    Hi, When smart navigation is enabled, and the page is refreshed, the known retry/cancel dialog does not appear and instead the page is immediately posted back to the server, without the viewstate (the session state is kept). This can cause many problems. I struggled with the issue for a while and the only solution I could come up with is to delete the session as well. In order to do so (when smart navigation is enabled), add the following code the body element in the aspx file: onunload="document
    Posted to Web Forms (Forum) by moshitch on 8/18/2003
  • Re: Treeview nodes change there color when losing focus

    The broblem is on the client side. The colors of a selected node (both the background and the foreground color) appear properly, but once the tree loses focus, (by clicking some text box for example) the color become light. Changing the background color using sytlesheet will indeed word, but the chosen color will become light when the tree loses focus. Can I somehow disable this behavior?
    Posted to Internet Explorer Web Controls (Forum) by moshitch on 6/28/2003
  • Treeview nodes change there color when losing focus

    Hi, Why does the selected noe in the tree view change its background color to a lighter one, whenever it loses focus? Is there some way to avoid this behavior? Thanks
    Posted to Internet Explorer Web Controls (Forum) by moshitch on 6/24/2003
  • Problems with enabling IIS to delegate requests to remote resoureces

    Hi I'm having problems with forcing IIS to delegate requests to remote resources. In order to solve the problem I wrote a simple Asp.Net application that reads a file on a remote server. Except for the 3 lines of code that open the file, I added: ‘<Identity impersonate="true" /> to the web.config file. The site is set to use integrated security as the authentication type. In these settings, delegation works when I access the site from localhost but fails when I access the site from
    Posted to Security (Forum) by moshitch on 3/5/2003
Page 1 of 2 (12 items) 1 2 Next >