Search

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

Matching Posts

  • Bug in Database Publishing Wizard?

    Hi, when i try to "publish" a database, using the VS2008 Database Publishing Wizard, i receive an error: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. There is apparently a connection leak somewhere. This does not happen with the Hosting Toolkit from CodePlex. Btw.: Does anybody know where the latest sources are? Workaround: When i create the database
    Posted to Visual Studio 2008 (Forum) by www.hostmaster on 2/10/2009
  • Re: How to declaratively bind event to user control

    Hi, the solution is to add an "On" in front of the event name when one specifies it declaratively: < ctl:MyControl id= "ctlMyControl" runat= "server" OnProcessData= "ProcessData_EventHandler" /> Watch the "On" in "OnProcessData". Also the event accessor is not necessary. This version of MyControl.ascx.cs works, too: using System; using System.Web.UI.WebControls; public partial class MyControl : System.Web.UI.UserControl { public event
    Posted to Custom Server Controls (Forum) by www.hostmaster on 1/23/2009
  • How to declaratively bind event to user control

    Hi, i wrote a user control with an event. Now i try to declaratively define an event handler like so: < ctl:MyControl ID= "ctlMyControl" runat= "server" ProcessData= "ProcessData_EventHandler" /> How can i accomplish this? When i add the event handler programmatically, it works. But what do i have to do to be able to do this declaratively? I'll append my test case. The control "MyControl" defines the event. The control is used in "TestMyControl
    Posted to Custom Server Controls (Forum) by www.hostmaster on 1/23/2009
  • Medium Trust and OleDbPermission unrestricted=true

    Hi, can anybody enlighten me what holes i punch when i extend the medium trust policies with OleDbPermission unrestricted=true? I want to read Excel files and need to change "Data Source" and "ExtendedParameters", so i do not want to restrict things further. Is it possible to access devices, services or files outside the web application root with this configuration? Thanks (mk)
    Posted to Security (Forum) by www.hostmaster on 12/30/2008
  • VS Web Server on other IP than 127.0.0.1?

    Hi, can anybody help me with this: http://forums.asp.net/p/1332771/2677935.aspx#2677935 Thanks (mk)
    Posted to Cassini Sample Web Server (Forum) by www.hostmaster on 10/13/2008
  • Re: VS Web Server on other IP than 127.0.0.1?

    Hi, i do not want to work with random ports but i want to run it on port 80 and with an application root of "/". http://weblogs.asp.net/scottgu/archive/2006/12/19/tip-trick-how-to-run-a-root-site-with-the-local-web-server-using-vs-2005-sp1.aspx This makes it easier to move installations around (dev, test, prod). Using "hosts" for name resolution, i can create identical setups. The only problem currently left is that the VS dev webserver insists to run on 127.0.0.1 and that i want
    Posted to Visual Studio 2005 (Forum) by www.hostmaster on 10/13/2008
  • VS Web Server on other IP than 127.0.0.1?

    Hi, is it possible to run the Visual Studio development web server on another IP than 127.0.0.1? I would like to run it on Port 80 with IIS on the same machine. I know i can use httpcfg to disable socket pooling, but i would like to continue to run IIS on IP 127.0.0.1. Thanks (mk)
    Posted to Visual Studio 2005 (Forum) by www.hostmaster on 10/12/2008
Page 1 of 1 (7 items)