Search

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

Matching Posts

  • Re: Confused about code-behind class names

    Thanks! That explains it. --Doug
    Posted to Getting Started (Forum) by dLowe on 6/27/2005
  • Confused about code-behind class names

    I'm a little confused about the class names used with the new code-behind model. There appears to be a difference in how default.aspx is handled vs. other pages. For example, when you create a web site, a page named Default.aspx is created. The partial class for the code-behind file for the Default.aspx page is named _Default. But if you add another page, an underscore is not added to the code-behind class name. For example, if you add a page named Default2.aspx, the code-behind class is named Default2
    Posted to Getting Started (Forum) by dLowe on 6/27/2005
  • Re: Web Setup & precompiled project

    I want to create a Setup.exe I can distribute on CD to install the web app. But I haven't fiddled around with it much. I was looking for an option in the Web Setup project that would install the application precompiled so the source files aren't installed by Setup. I wonder if I need to precompile the app first with -u (not inplace), then open the precompiled site in VS 2005 and add a Web Setup project. Will the resulting Setup.exe & Setup.msi install a precompiled app with no source code? -
    Posted to Configuration and Deployment (Forum) by dLowe on 6/21/2005
  • Web Setup & precompiled project

    Is it possible to create a Web Setup project that installs a pre-compiled web site? Or do you have to call aspnet_compiler in a custom action? Thanks, --Doug
    Posted to Configuration and Deployment (Forum) by dLowe on 6/17/2005
  • Can't use Setup Wizard to create setup project

    Hello, I'm trying to create a setup project in beta 2 using the Setup Wizard. I have a File System project opened, then I choose File-->Add-->New Project, choose Setup and Deployment for the Project Types and select Setup Wizard as the template. Click OK, and nothing happens. The message "Creating project Setup1...project creation failed" appears in the status bar. Any ideas? Or hints on where I might look to find out why the project creation failed? I am able to add a Web Setup project. Thanks
    Posted to Configuration and Deployment (Forum) by dLowe on 6/16/2005
  • Re: Strange web config problem with conversion wizard

    Dan, it was created some time ago but I'll try to remember. This might not be right, but I think this is what we did: The app was first created in VS 2003 using FPSE on a local IIS. The app is named RegisterUser anad its root was c:\inetpub\wwwroot\RegisterUser. The root was then xcopied to another location (\BookApps\Chapter02\RegisterUser) and zipped. I long ago deleted the app from my local IIS. Prior to migrating it the other day, I xcopied it back into c:\inetpub\wwwroot\MigrationTest, then
  • Of Format strings, Deletes, and optimistic concurrency

    I have a little problem and want to make sure I'm handling it the best way. I'm using a DetailsView to update & delete data that includes some currency values. So I'm using the format string {0:c} to apply the currency format. I'm leaving ApplyFormatInEditMode=false, so this isn't an issue for updates. But for deletes, I'm getting an Invalid input string exception because the DetailsView is using the formatting string to set the original_ parameter's value, and the $ prevents the value from being
    Posted to Data Presentation Controls (Forum) by dLowe on 6/15/2005
  • HELP!!!! Nothing runs with development server

    Arghhhh!! I clicked the "Take application offline" link on the Web Site Administration tool for a web site running on the local development server, and now I can't run anything. No matter what application I try to run, I get a 404 Resource Not Found. I also get 404 if I try to call up the Web Site Administration tool again. I tried rebooting, no difference. The task bar icon for the ASP.NET Development Server says the server is running. I even tried creating a new application with just "Hello world
    Posted to Configuration and Deployment (Forum) by dLowe on 6/15/2005
  • Re: Please enter a different password.

    The password must be at least seven characters long and have at least one non-alphanumeric character -- not at least one number. Add a symbol to the password and it should take. --Doug
    Posted to Configuration and Deployment (Forum) by dLowe on 6/14/2005
  • Re: Strange web config problem with conversion wizard

    Aha! Then I humbly retract my retraction :) Perhaps that's how my _vti folders got unhidden in the first place. Thanks, --Doug
Page 1 of 8 (74 items) 1 2 3 4 5 Next > ... Last »