Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:626818
More Search Options
RSS Available
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)
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online