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:178411
More Search Options
RSS Available
Matching Posts
Re: Configure the membership provider for a multi tennant environment
Hello, thanks for the response. However, that won't work. The requirements require all this be separated out into separate and they are dictated by regulations. Without getting into all those, when it gets down to it I either need a way to supply the membership provider a dynamic connectionString so I can set the database name dynamically.
Posted to
Security
(Forum)
by
kkfrost
on 10/27/2009
Re: Configure the membership provider for a multi tennant environment
Hello, We have the database structure laid out. I'm just trying to find out how you can dynamically construct a connection string the membershipProvider uses. Thanks
Posted to
Security
(Forum)
by
kkfrost
on 10/27/2009
Re: Configure the membership provider for a multi tennant environment
Guru, Thanks for the response. I've thought about that but that's going to require an entry in the web.config for every customer. A couple of issues off the top of my head, IIS recompiles when the web.config changes. Next probably not going to be ideal adding providers in the web.config for 100's or 1k's of customers. Still seems there has to be a way to do this. Is it possible to set some type of server variable that can be set by code. Then configure the web.config to read from
Posted to
Security
(Forum)
by
kkfrost
on 10/27/2009
Configure the membership provider for a multi tennant environment
I have a scenario which I need to use the asp.net membership for security. However, the caveat each customer that uses the app must have it's on separate sql database. So imagine I have a company named acme. They'll have a database called acme_config. This database will contain all the membership, profile, role tables etc. Then say there is a company called xyz. They'll have xyz_config database that contains it's membership tables etc. In this app, a user account will be name@company
Posted to
Security
(Forum)
by
kkfrost
on 10/26/2009
Re: Issue when trying to set URL of a siteMapNode to run Javascript
I've resolved the problem by moving creating a javascript function in the Master page and using the calling it from the URL of the siteMapNode. The master page has the following: < script type ="text/javascript"> function LoadForums() { window.open( 'http://www.carolinatechtalk.com' ); } </ script > The SiteMapNode: < siteMapNode url = " javascript:LoadForums(); " title = " Forums " description = " Forums " > </ siteMapNode
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kkfrost
on 4/3/2009
Re: Issue when trying to set URL of a siteMapNode to run Javascript
javascript works fine or else the new window wouldn't open. For clarity, open browser window one, it has a master page on it with an asp:menu. One of the links in this menu has javascript to open a new browser window linked to a different website. You click that link and browser window two opens up just fine. However, browser window one for one reason deletes the entire contents of the page that was present and the only thing displayed is [object] I'm starting to think I'm going to additionally
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kkfrost
on 4/3/2009
Re: Issue when trying to set URL of a siteMapNode to run Javascript
P.S. I've had already read those articles. Plus I found this and tried as well. http://forums.asp.net/p/1199762/2084681.aspx#2084681 Code implemented was < siteMapNode type = " sitenodeforums " title = " Forums " description = " Forums " url = " default.aspx " > protected void Menu1_MenuItemDataBound( object sender, System.Web.UI.WebControls.MenuEventArgs e) { SiteMapNode node = e.Item.DataItem as SiteMapNode; if (node[ "type" ] != null
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kkfrost
on 4/2/2009
Re: Issue when trying to set URL of a siteMapNode to run Javascript
Hello Hong, I've tried setting the URL in code and doesn't matter. If you think about it why would it matter if the URL is set from the sitemap or in code. The value is going to be the same either way. As I mentioned, the code in the URL works as is expected. The problem is the original browser just displays [object] for some reason. Again that behavior is the same whether I set the URL in the file or in code.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kkfrost
on 4/2/2009
Issue when trying to set URL of a siteMapNode to run Javascript
Hello, On a couple of the nodes I need to popup a new browser window that is directed to a new website. There are plenty of posts all over on how to do this. I've added the following code to my web.sitemap. < siteMapNode url = " javascript:window.open('http://www.carolinatechtalk.com'); " title = " Forums " description = " Forums " target = " _blank " > </ siteMapNode > Once the node is clicked, a new browswer window pops up just like
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
kkfrost
on 3/30/2009
Filed under: asp:menu
Re: ReorderList needs 2 clicks on command buttons
Figured it out. Must set EditItemIndex = -1 and then rebind. Probably need to set this value in the Update and Insert events as well. ReOrderListBullet.EditItemIndex = -1; ReOrderListBullet.DataSource = M4_Lists; ReOrderListBullet.DataBind();
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
kkfrost
on 2/28/2009
Page 1 of 11 (103 items) 1
2
3
4
5
Next >
...
Last ยป
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
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online