Fwd: SharePoint 2007 - custom view filter issue

2011-05-15 Thread Ajay
Hi Guys, I have to created a custom view in code which will be filtered on Date is Equal/Greater than today's date. This is my query string dt = "[Today]" string query = "" + "" + dt + ""; This runs fine, and I can see the filter properly set up in the UI. But this does not work

RE: SharePoint 2007 - Multiple sites on port 80

2011-05-15 Thread Paul Turner
Check IIS, sometimes it won't add the host header to the web application. If you have mulitple WFE's you should check them all. Regards, Paul Turner MCT, MCPD: Enterprise, MCSD, MCDBA, MCTS, Microsoft vTSP Consultant M: 0412 748 168 A: 66 Henley Beach Road, Mile End SA 5031 E: paul.tur...@d

SharePoint 2007 - Multiple sites on port 80

2011-05-15 Thread Marko Salonen
Hi I am currently trying to deploy two seperate sites on seperate app pools, both using port 80. When I add the host header, and add the url to the hosts file, I get a HTTP 401.1 error "You are not authorized to view this page". I first create the 1st web app and site, no problems, but when I c