Search

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

Matching Posts

  • Re: User administration

    Never mind. I found the problem. Ensure, if you are not on a Domain and your IIS server is serving to the local network that you GRANT permissions to the AspNetDb.MDF and LDF files. When a user attempts to create an account, they have no write access to the files. Once you GRANT access, everything is just fine.
    Posted to Personal Site Starter Kit (Forum) by wschlichtman on 10/11/2005
  • User administration

    OK, I've gotten the site working in a local folder. I copied the website to a virtual directory and am able to access the virtual site using IE locally and from a remote computer. When I logon locally, I am able to logon to my user account. When I logon remotely, I get "Your login attempt was not successful". Can anyone help? Please be somewhat detailed as I don't quite understand some of the administration functionality. Thanks.
    Posted to Personal Site Starter Kit (Forum) by wschlichtman on 10/11/2005
  • Download.aspx

    Looking through the download.aspx file, I am confronted with some Validation errors. This file contains some standard HTML that seems to be old-style. Being new to web dev, I would like to know what I can do to fix the code. It does not seem to prevent compilation, but it is annoying. I tried posting the code but this editor won't post it.
    Posted to Personal Site Starter Kit (Forum) by wschlichtman on 10/8/2005
  • Re: How to fix the Random Photo performance problem ?

    I've noticed you removed the static property of the class methods. Each time I do this, I start getting errors of the type: "An object reference is required for nonstatic field, method, or property 'PhotoManager.GetPhoto(int, Photosize)'" I am still using the <%@ Page %> directives that originally came with the starter kit. I mention this because I believe this is where the problem lies. Is my assumption correct? If so, what do I do to fix it? If not, any ideas on how to fix it? Here's an example
    Posted to Personal Site Starter Kit (Forum) by wschlichtman on 10/8/2005
  • Re: Book price locale fix for GCN 1.1

    I think it only showed up if you changed locale in Windows, such as from Finnish to English-US. It was listed in the "Known Bugs" area of the docs. It was apparent on my system.
    Posted to GotCommunityNet (Forum) by wschlichtman on 10/2/2005
  • Book price locale fix for GCN 1.1

    I think I've fixed the book price bug listed in the documentation. In the file App_Code\Engine\Modules\Books\Controls\BookPrice.cs, add the following private variable to the BookPrice class: private string _priceFormatString = "{0:C}" ; In the RenderContents() method, replace the line: writer.Write(_price.ToString( "c" , new CultureInfo (_cultureName))); with: writer.Write( String .Format(_priceFormatString, _price)); The CultureName property is never changed from it's initial state which prevents
    Posted to GotCommunityNet (Forum) by wschlichtman on 9/30/2005
Page 1 of 1 (6 items)
Microsoft Communities