Answer Questions
Alex2200 Visio UML Code templates
Has anyone got any documentation or examples of custom Code templates. Regards If you are willing to make decent investments, you could consider writing plugins for Visio. My answer might be irrelevant, but I'ld write it anyway - don't use visio for code generation, you'll regret it later ! Try Sparx's Enterprise Architect - it's much better and the code generator is fully editable. Ido. ...Show All
Neal Hudson Designing multi-company databases
I'm designing a website that can be used by multiple companies. It seems that there are two options: 1) The set of tables used by a company is owned by that company. This implies a database per company. This allows each company to upgrade individually but could cause managment problems with having many databases. 2) Use only one database but place a company ID column on each table. This implies only one database for the entire website but restricts companies from being able to upgrade independantly. Are there any other options besides the two listed above If not then which option do you think would be the best Depending on the database. If you choose a mature database like SQL Server, ...Show All
wilhil Meta tags in MOSS 2007 master pages
Does anyone know how I might go about inserting meta tags such as "description" and "keywords" into my master pages and page layouts in a MOSS 2007 external facing site Ideally, when an author or editor is editing a page, I want field controls for the meta description and keyword tags, so the author can fill those in and save those with the page content. The problem is that I can't put a server control like a contentplaceholder inside of the content="" attribute on a meta tag. I've tried the following: <meta name="description" content="<asp:ContentPlcaHolder ID="PlaceHolderMetaDescription" runat="server"></asp:ContentPlaceHolder>" /> The ShareP ...Show All
brajeshkumar69 PassThrough authentication fails: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'
I've tried it with every AuthenticationMode! But no one seems to work correctly in my case. I thought that PassThrough should work with a preset User ID and password. This would be enough for the moment, but even this doesn't work!! With WindowsCredentials I get the following error: The Property with name 'SsoApplicationId' is missing on the LobSystemInstance. SsoApplicationId I tried to set this with the SharePoint SSO but I've no such services. How can I set this just for the current WindowsCredentials (of the current Sharepoint user) With RevertToSelf I get the following error: "An error occurred while retrieving data from MyLOBInstance. Administrators, see the server log for more information." The server log contained ...Show All
Alessandro Camargo WSS 3.0 Disaster... Config database lost..
Hi, today morning when I arrived work and try to access my sharepoint portal, I get the error "cannot connect to configuration database" .. for my surprise, I chek SQL server, and the "Sharepoint_Config" database is missing. I have no backups, and the only thing I have left is the content database "wss_content_SOMETHING" ... And I also have the "Inetpub" localfolder.. So my question is if is there anyway to recover my site with this data I have left.. Maybe creating a new configuration or new site and adding WSS_Content.. The thing is I created a new site, and this builds a new Sharepoint_config database, but I still get the same error when trying to connect. I also checked the permissons in the SQL ...Show All
Wally9633 What is SOA
Service Orientated Architecture is being touted as the next big thing in the IT world. I decided to do my masters dissertation around SOA. I was quite surprised to find that there is no clear definition of SOA. As a start point I am trying to come up with a definition of SOA that will be used to inform the rest of my research. Can you offer a short definition of SOA If so please go to my blog (or respond here) and comment on this question and if you want on any or the other research questions. http://www.akintola.net/MyBlog/CategoryView,category,SOA.aspx Make sure that you leave your e-mail address if you want a copy of the completed research. One thing I found he ...Show All
arro239 How to Create a CSF Service from Scratch?
Who can give me an example about how to create a CSF Service from Scratch including the creation of configuration file and then guide me to run the sample Thanks very much. Yonglun, Please refer to the Developer's Guide documentation which can be downloaded from MSDN site at http://msdn.microsoft.com/csf . The samples and documenation for Developer Guide can be found at the following link: http://www.microsoft.com/downloads/details.aspx FamilyId=A72AC7CF-1E0E-4EA5-A248-BFC5106C1231&displaylang=en The title is CSF SERVER 3.0\DOCUMENTATION\DEVELOPER'S GUIDE\Microsoft Connected Services Framework 3.0 Development SDK.exe thanks, Raymond ...Show All
Jessie Zhao MVC when to use,MVC framework( continued)
Hi, In my previous posting on the same topic ,pranshu recommended reading atlas.net. This is a new area for me.When i digged into this, i came to know that there are many players in this area like ajax.net,comfortasp.net etc. In case of ajax.net, i came to know that it has licensing problem for commercila use.Comfortasp.net is giving very features but it is still in beta and not claer about whether its release version will be aid or free for commercial use. Can pranshu or somebody else guide me about which is the best one to be looked into. regards Rajiv, as it says at http://atlas.asp.net , “Atlas” is a free framework for building a new generation of richer, m ...Show All
Radexx Opening a page with FrontPage
Why am I asked to check out the page when I attempt to open it with FrontPage For some reason, one of two people both having Administrative permissions can open the page without being prompted to check out and not the other. What would be the reason for this And, how do you turn the publishing off I dont think publishing is the problem - I think this is just how sharepoint works, since pages, like documents need to be checked out before being able to edit them. I think there is an option for automatic check out, but I am unsure how it is used. why not The pages are managed with versions if you enable the publishing feature in the site. this prevents two ...Show All
Bhanu Prakash Nunna - MSFT 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
Vale Surfer Custom Component Architecture
I'm trying to design a custom component architecture for development environment of our interpreted language. However, I've stucked on defining scopes of control over those custom components. Since this is a client-server system,the codes interpreted on server side and results are sent over network to the client for rendering/updating. All controls and variables have a representation on server side as symbols having different level of scopes. Moreover, the system is already matured upto some level without having custom component concept and feature. So how this re-factoring and re-engineering process should be and how the custom component architecture design should be thnx, Ekrem Aksoy eaxthearchitecture.blogspot.com ...Show All
Damien Liddane Asp.Net application hosting on Linux
Hello All, I have developed an ASP.Net application in .net framework 1.1 I want to host my application on linux server. Should I need to re-write my code or there is any solution provided by Microsoft. Urgent reponse would be great. Thanks a Lot! hi all, i got an asp.net1.1 project running in windows iis server on XP. can i able to port it to the sun solaris machine. will this mono project support ado.net,user controls, xml parsing... thanks for your valuable information Hi baskark, I am sure about ADO.NET and Xml parsing. That is supported and will work on Mono running on Sun Solaris. However I am not too sure about user controls. Regards, Amol. ...Show All
OzerK Connecting Filters to Report Viewer Web Part
Hi, I want to connect the Filters to Reporting Services Report. I tried it but it's not possible to pass inputs for the Report Viewer Web Part from a Filter. Has anyone tried this Thanks, S Suresh No Luck so far. Please update me if you get any solution for this. In theory, MS talks about connecting filters to other web parts, but implementation is really painful. Even the sample dashboard comes in MOSS 2007 is not connected. Thanks, S Suresh Hello, The Report Viewer can't connect to the Filter Web parts. You have to use another web part for reporting services that uses the Integrated mode of the Reporting Services with sharepoint. That web par can use the values fro ...Show All
crino Handling exceptions in CSF 3.0
hi, I have a class from where I route messages to session service. I call all services asynchronously and hence i have defined a method in this class where service responses are recieved and handled. Now in case an error occurs(from web services that are called by Session services), I have defined a method called HandleError(SoapFaultException ex) and also added ACTION EQ ( http://schemas.xmlsoap.org/ws/2004/08/addressing/fault ) in manifest file. In the messages that I send to services, i have added reference property for correlation as I am not using CSF's correlation mechanism. In method HandleError, how can I retrieve this Id. ID exists in soap envelope in Reply property, but I recieve SoapFaultException as input to this me ...Show All
lkshikoh Share Point 2007 Submenus
Currently dropdown menus are built in ...Site Settings > Modify Navigation Site Navigation Settings (AreaNavigationSettings.aspx). I would like to be able to modify the Navigation editng and sorting section to do the multiple submenus (flyouts). I would like for the dropdown menu items to have more then one level of menu. I would like to be able to add submenus. How can I do this Not sure if you're talking about the quicklaunch menu or the top navigation bar, I am assuming its the latter. These two links should be of help if that is the case Add menu items (example for both quic launch and top nav. bar): http://www.sharepointblogs.com/tbaginski/archive/2006/06/07/8174.aspx In ca ...Show All
