Search

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

Matching Posts

  • Re: Get Assembly Info

    I wrote up a C# AssemblyInfo class to easily grab the information you're looking for. http://bunkerhollow.com/blogs/matt/archive/2009/04/29/net-get-assembly-information-title-version-etc.aspx
    Posted to Getting Started (Forum) by mddubs on 4/30/2009
  • October Template Doesn't Work

    Using VS 2008 with SP1 and MVC RC 1 (verified most recent 2nd publish) and following the ReadMe instructions I: Download the October template. Create new ASP.NET MVC Web Application (without a unit test). Run the project and enable debugging, everything is fine. Add existing items to 'Content' directory (overwrites Site.css and adds images). Create 'Helpers' directory and add the two existing files. Overwrite 'Index.aspx' in 'Views\Home' directory. Overwrite 'Site
    Posted to ASP.NET MVC (Forum) by mddubs on 2/1/2009
    Filed under: MVC, Template
  • Re: Getting SMTP to Work with GoDaddy

    I believe the difference between the above two posts is: Settings When Hosted On GoDaddy < system.net > < mailSettings > < smtp from= "xxxx@yyyy.org" > < network host= "relay-hosting.secureserver.net" /> </ smtp > </ mailSettings > </ system.net > Settings When Hosted Externally <system.net> <mailSettings> <smtp from=" noreply@domain.net "> <network host="smtpout.secureserver.net" password="<password>"
    Posted to Personal Site Starter Kit (Forum) by mddubs on 11/10/2008
    Filed under: smtp, asp.net, GoDaddy
  • Re: Javascript Control Moves When I Resize IE Window

    You know when you spend hours trying to fix the most stubborn little problem, then you get away from it for a week, come back and fix it in 60 seconds??? .......... Well at least it's fixed now... Both of the marquee div's needed "position: absolute;" and then the surrounding panel had to have a fixed height, or else the contents below moved up and behind the control. Thanks for your suggestions.
    Posted to Web Forms (Forum) by mddubs on 10/17/2008
  • Re: Javascript Control Moves When I Resize IE Window

    Yeah I tried, no success. Thanks for taking the time to have a look. The script is here if you're interested: http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm I'm no javascript expert, so I'm thinking I have two options left: Write some code to refresh the panel that this control is in when the window is resized... I don't even know if that's possible or if it'll work. Find and use a different scrolling marquee. I can't find any other free ones! Any suggestions
    Posted to Web Forms (Forum) by mddubs on 10/10/2008
  • Re: Javascript Control Moves When I Resize IE Window

    I like the thought but it didn't work out. I set it to relative, if I set it to anything but absolute or relative really strange things happen. I then tried every combination of the "position" attribute in that DIV and all surrounding DIVs and panels, which created a variety of different effects but none of them good. Bummer.
    Posted to Web Forms (Forum) by mddubs on 10/9/2008
  • Javascript Control Moves When I Resize IE Window

    The javascript control moves (or doesn't move?) when I resize the browser window in Internet Explorer. All other browsers work fine. You can see the effect here: http://dev.bunkerhollow.com I'm hoping it's a quick fix, anyone know what it is off the top of their head? I'd like to avoid a script that will refresh the page if it's resized.
    Posted to Web Forms (Forum) by mddubs on 10/9/2008
    Filed under: java script
  • Re: What am I missing?

    Worked like a charm, thanks!
    Posted to Configuration and Deployment (Forum) by mddubs on 8/14/2007
  • Re: What am I missing?

    I can't find a .Net command prompt. I have Visual Studio on my laptop, which is where I created the project. I moved the files from there to my server. My server is running Server 2003 R2 Standard with updates, and I installed the Application Server role by clicking Add/Remove Programs -> Windows Components -> Application Server... I have these components selected: Application Server Console ASP.NET Enable network COM+ Access Enable network DTC Access Internet Information Services (IIS
    Posted to Configuration and Deployment (Forum) by mddubs on 8/13/2007
  • Re: What am I missing?

    I've checked the ASP.NET version is 2.0.50727 for the Default Web Site and the Virtual Directory contained within it. As far as I know it's setup as an application, both the Default Web Site and Virtual Directory have Application Settings ... Execute Permissions: Script Only ... Application Pool: DefaultAppPool .. etc I've uploaded the files to a server at work, and the application runs fine. I do the same at home and I get the error. -mddubs
    Posted to Configuration and Deployment (Forum) by mddubs on 8/10/2007
Page 1 of 2 (11 items) 1 2 Next >