Bytes and Bites of Internet
Posts tagged SharePoint
SharePoint Saturday @ Connecticut …
Jan 23rd
I am lucky to be resident of a state which has one of the most active Microsoft user groups … and these great guys frequently arrange super great seminars, presentations, camps and other events. I happen to participate in many of those events whenever possible. I think it is always a great idea to take part in those events as they give you first hand experience of MSFT technologies, and more importantly you learn from the people who are the best at what they do like MVPs and other tech Experts. And most of all, its like one day training of different topics from industry experts for FREE !!!
By 29th of this month (this Saturday), CTDOTNET (the most active .NET user group of CT) is gonna arrange an event called SharePoint Saturday. I guess, it will be first of its kind event. It will be a whole day event where people from different industries working on SharePoint will present on different topics, which are generally classified as Developer, Administrator and End Users.
They still have some seats left… if you want to attend this great event then you might still have chance. As RSVP is required, you can register at this site.
Just checked their site, as of today they are HOUSE FULL !! I am sure it’s going to be exciting (1/27).
See you there…
IIS 7.5 + Multiple websites = troubles
Aug 29th
Today when I was trying to work on an ASP.NET application which I was saving on my “Default Web Site” in IIS, I was getting “unable to start debugging on the web server. the iis worker process for the launched url isnot working” error whenever I try to run & debug any application in my Visual Studio 2010. Even my old application which were stored in IIS very long time ago were throwing me same error!!! …. But if I try to access that application directly by typing its path in browser, I was able to run them properly !!! .. So I figured out that something must be wrong with my IIS (or its Settings ) but not with my application itself …
Installing SharePoint Server 2010 in Windows 7
Aug 18th
Well, firstly I would like you guys to know that in no way it is an “original” post. I was installing SharePoint Server 2010 in my Windows 7 machine (which is not supported by default by SharePoint )so this all about the whole process … possible errors and their solutions. So you can say its kind of consolidation of different posts which I looked for answers. (And link to those posts are in the end) with my own workaround…
With that said, lets begin our journey of Installing SharePoint Server 2010 in Windows 7 …
As first step, download demo of SharePoint Server 2010 from official Microsoft site. And then run the installer. With surprise you will be greeted with error saying that you need to have Windows Server 2008 (x64)with SP1. Means that as a minimum system rec. you need to have 64bit edition of Windows Server 2008. Which I don’t have… So I did little “Googling” and with no surprise there were lots of people were complaining about this rec. (mostly people like me who just want to try SharePoint ) … and I stumbled across my fav. Site (the Code Project) where someone had posted a solution to this problem.
Go to “C:\Program Files (x86)\MSECache\oserver2010”
Find FILES folder Then Setup folder Edit config.xml file (using Notepad with Admin privileges) … and add …
<Setting Id="AllowWindowsClientInstall" Value="True"/>