Answer Questions
M Thomas Design Question
We are designing a Enterprise web application. This application will be typical 3 tier application . With ASP.net in UI layer, BusinessLogic layer and Data Access Layer in C#. Database will be SQL Server 2005. My question is what advantages we can have if we place UI layer in separate physical server and BL and DAL in other server I am planning to use remoting in this context. An excellent answer from Kareem. Just a couple of points, don't assume you need to physically distribute your business / data access layer to a separate machine to achieve scalability. You could of course locate each layer on the same server (UI, Business and DAL) and simply load balance across your web server. This w ...Show All
Nate879 SoapFaultException: The message '...' from non-participant is ignored for routing.
I think there's something wrong with my routing manifest but I couldn't find it out, can someone help me I have 3 participants (all web services including the source one) and 3 routes. //Set the manifest properties manifest.SessionName = "DemoManifest"; manifest.RouteAnyAction = true; manifest.Timeout = 30; //Create the Participant Manifest manifest.Participants = new ParticipantManifest[3]; //Create a new ParticipantManifest manifest.Participants[0] = new ParticipantManifest(); manifest.Participants[0].Role = ParticipantRoles.Service; manifest.Participants[0].ParticipantName = "GatewayLogin"; manifest.Participants[0].ParticipantUrl = " ...Show All
Jon Klein SDE Creating new Application
Hi, When trying to create a new Application, I encountered the following: The ApplicationInfo object contains the following properties: AppAdminAccount AppUserAccount Both of them are supposed to be populated with Active Directory Security groups. Are there any pre-defined groups to populate these properties or we need to create new groups. In case we need to create new groups, then what things should be kept in mind Is it correct to populate these properties with a user, who is a part of SSOAffiliateAdmins@CSF_IDM I had tried it and was able to create new Application and also a Usermap. Can some one clarify Thanks, Ashish Malhotra Ashish - That is correct and ...Show All
David E Montgomery Sharepoint Designer + Expression - Frontpage = ?
I just downloaded the Frontpage replacement which consists of two products named Microsoft Sharepoint Designer and Microsoft Expression. From what I can tell the two products are practically identical in functionality. Questions: 1. What is the difference if any 2. It looks to me like I can accomplish the same things that either of these two products are capable of using Visual Studio 2005. Am I wrong I do appreciate qualified feedback and thank you in advance. - ppothier MBA/CIS, BS/BIS, MCSE, CNE, CCNA, A+, MCAD (in progress) P.S. Happy new year and looking to forward to a wealth of new Microsoft products to work with :). What the question comes down to for me is: I wo ...Show All
focus_nz OO design question.
I'm trying to figure out a good way of looking this.. I have a "Product" class ( which is the fullblown class having all the child info and such ) and I have a subset class we'll call "ProductSummary" ( where it is used as an instance of OrderItems - when people are ordering products ) which doesn't have any child info - at least for now. I also want a very lightweight instance, we'll call "ProductInfo" ( and make it a struct ) that I can use to bind to a list with just ID, Title, SubTitle, Description, and Price. now the problem is that I want to have a field called .DisplayName which required in all three classes.. ( btw so far I've not broke encapsulation because all the logic sits in Product. ProductSummar ...Show All
Funtowatch sharepint first website setup
Hi, I am trying to make a website suing wss3.0. I am trying to restrict some users to access this website:- 1.How to restrict the access of site collections to some users of my Company domain.As per now i have enabled integrated authentication, so everybody on my company domain can loggin using his valid credentials. 2. WSS3.0 provides only all zones and windows as security zone only(No inranet and internet zones).Is there any anyway to add zones. 3. I need only one specific user to have access of administration website.I tried a user which is not included in farm administrators list but exists on the machine. That too works, which should not be Hope i am able to put up my query correctly ...Show All
Scooter! get top level topics from sharepoint discussion forum
I am using SharePoint Web Services to access the topics posted in a SharePoint discussion forum. The XML that is returned includes an entry to each topic, but also includes further posts on the same topic. I just want to have a list of the top level topics. Untimely, I require only the 5 most recently created topics I can achieve this by converting the XML into a dataset, but would prefer not to do this as in time, this may cause a large overhead. An example of the XML returned is shown below: <listitems xmlns:s=\"uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882\" xmlns:dt=\"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882\" xmlns:rs=\"urn:schemas-microsoft-com:rowset\" xmlns:z=\"#RowsetSchema\" xmlns=\"http://schemas.microsoft.com/s ...Show All
Rockford Lhotka Application crashed if i set the data source of excel to "external data connections"
My application would crash if the data source of my excel workbook on server is extracted from sqlserver . So I add a breakpoint to the code... I found it throw an exception when code run on "ExcelService.OpenWorkbook" I saw the post Excel Services Architecture said "You can develop applications that call Excel Web Services to calculate, set, and extract values from workbooks, as well as refresh external data connections" Any suggestion Thanks Luis Bitencourt-Emilio Can you paste the Exception info that gets thrown What kind of Exception is it and what is in the Exception.Message So it seems like the workbook you're attempting to load has an unsupported feature (namely Que ...Show All
Tony Malandain Where is Filter by name?
Hello, Im creating a Form Web Part on my General Documents page, thats supposed to filter the Documents by name instead of by type and the modifed by column. Low and behold T1 columns do not allow you to filter by name. It filters by everything else besides name. Is there a way (any way) to filter documents by searching a particular name. (with out the full-text search functionality). Please help me. My brain hurts. David Summers Hi David Did you find out how to do that Steve ...Show All
SN Ngaihte Breadcrumbs failing on a new Office SharePoint Server 2007 installation
I've got a server sitting in a DMZ. Local users know the server as "companyWEB2" and everything works great. Users from another division get to the server as "ACCESScompanyWeb2". Most things work fine, but the breadcrumbs fail for everyone on coming in this way. One way around this is to put a localhost on each of those users PCs that maps ACCESScompanyWeb2 to companyWEB2. This works, but it's impractical to hit every PC. Anyone have any suggestions Thanks ...Show All
Jenny Tam abstract vs interface
hi everybody, In my current application,ther is a common fucntionality(method) which can change frequently. Should i use the abstract class or the interface to put the signature of the method (no body )inside. The answer which comes in my mind is interface but then why can't we use abstract instead by just giving the signature of method in the abstract class. Do interfaces or abstract differ in how much memory they consume and also in the performance of the application. Please elaborate on what is to be used prefably in which scenarios as i read many articles but none of them gives indepth knowledge. Regards "Interfaces" sounds politically correct but still there are considera ...Show All
Ricardo Redert Problem with create/submit a SSL certificate request
Hi experts, (assumption: ComputerName: Machine1; my website: www.abc.com ) I have follow the instructions as http://support.microsoft.com/kb/290625/en-us for create a certificate request. When I created the request, I typed Machine1 as Common Name . However when I try to submit such a request as suggested with e.g. http://abc.com/certsrv/ , it shows the 404 page not found error. I' m pretty sure my IIS works and other pages are working fine also. I was wondering, 1. Did I do anything wrong with that Common Name I 've also tried to make a new request and insert e.g. abc.com as Common Name , but when I try to submit the request, some thing happened with 404 error. 2. Is there any other way I can submit the request other than t ...Show All
Binary how to get the current web when my class inherits from SPFieldText
Hi, I am writing a custom field control that inherits from SPFieldText. I need to access the current web as an SPWeb in the FieldRenderingControl method that i override. When I try: SPWeb spw = SPContext.GetContext(Context).Web; That doesn t work. iT SAYS: Error : The name 'Context' does not exist in the current context Any idea how I can do that PLS Yep: SPWeb spw = SPContext .Current.Web; That SPWeb spw = SPContext .Current.Web; worked perfectly|: SPContext .GetContext( HttpContext .Current).Web; also works but yours is much simpler Thank you ...Show All
Stonaltar How to install additional CA site?
Hi, there. I 'm playing with Best Practice Analyzer recently releaseed. When I run it on my farm, following advice was there. Is it really possible to install additional CA sites other than that created on farm creation If yes, great! then how to do it (I think technet should mention that if that is one of best practices...) Thanks in advance/ ---- Title: Highly Available Central Administration Capability Severity: 3 Description: Only one instance of the SharePoint 3.0 Central Administration Web site exists in your installation. To make sure that you can administer the farm in the case of a failure of a server hosting SharePoint 3.0 Central Administration, you should ...Show All
ahorse MOSS2007 standalone no search results
Hi I have done a standalone install and added a couple of users, a couple of sites and a couple of documents. Searcing for any of these returns nothing. The default content access account (NT authority\local service) has Full read permissions to all zones under 'Policy for web application' in Central admin. A crawl has been completed but the following warnings are in the crawler log: " http://csciisris2 The object was not found. (the item was deleted because it was either not found or the crawler was denied access to it) Local Office Sharepoint Server Sites". Similarly for sps://csciisris2 and sts://csciisris2 Additionally there are some gatherer warnings in the event logs: "The start address < ht ...Show All
