Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 12th, 2005, 11:12 PM
Registered User
 
Join Date: May 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, my issue is that I have a developed project which keeps track of different projects. Client need to login to see the details of the differents projects. I'm providing a SharePoint link for different projects. My point is, client need to login just once to the project tracker and then while clicking on SharePoint link he/she need to directed to the homepage of SharePoint site, without asking for the credentails again. The project is developed with .NET.

I hope question is clear to u now, if not pls mention the same.



Regards,
Sudhir Tibrewal
 
Old May 13th, 2005, 01:17 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

The user should login to the sharepoint site and then link to the project tracker from the sharepoint site- using SSO from Sharepoint, the login can be passed from sharepoint to the project tracker.


Hal Levy
I am here to help you, not do it for you.
That is, unless you hire me. I am looking for work.
 
Old May 15th, 2005, 11:48 PM
Registered User
 
Join Date: May 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello Hal,

Thanx for ur help. But my question was how to go to SharePoint site from the project tracker, not other way round.

Regards,
Sudhir Tibrewal
 
Old May 16th, 2005, 05:43 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

SUdhir,

I'll say it one more time-- The user must login to sharepoint and then use the SSO from sharepoint to login to the tracker. There is no way that I know of to pass credentials from the project tracker to Sharepoint. Sharepoint is built specifically to be the portal.

 I can't, for the life of me, fathom why you would go through the trouble and expense of Sharepoint, and then not use it for the specific purpose it was built.


I understand what you want to do,


Hal Levy
I am here to help you, not do it for you.
That is, unless you hire me. I am looking for work.
 
Old May 16th, 2005, 11:18 PM
Registered User
 
Join Date: May 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanx for all ur help Levy. Be in touch.

Regards,
Sudhir Tibrewal
 
Old December 22nd, 2005, 01:54 AM
Registered User
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to johnnyboy
Default

hi, i followed the sdk instruction in creating a site in code. i created an asp.net web app within my sps server: http://server/_layouts/mywebapp
Then in default.aspx.cs, i have this code:

        SPWeb mySite = SPControl.GetContextWeb(Context);
        mySite.AllowUnsafeUpdates = true;

        SPWebCollection subSites = mySite.Webs;
        string currentTemplate = mySite.WebTemplate;

        string siteUrl = "Klingon";
        string siteTitle = "Klingon Empire";
        string siteDescription = "The might Klingon Empire!";

        subSites.Add(siteUrl, siteTitle, siteDescription, 1033, currentTemplate, true, false);



now, i'm getting this error:

The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.


is there anyone out there who knows the fix? i've searched the internet and nothing.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a new page in sharepoint sea_aiko SharePoint Development 0 April 5th, 2008 06:42 PM
Display web cam in web pages peace2007 ASP.NET 2.0 Basics 1 September 17th, 2007 01:07 PM
scrollingbar property of web part in sharepoint mahesh_sharepoint VB.NET 2002/2003 Basics 0 March 30th, 2007 05:05 AM
Sharepoint Web Part evidica C# 1 July 22nd, 2006 03:48 AM
Web pages constructing: I-mode(mobile) pages karib Dreamweaver (all versions) 3 June 6th, 2004 09:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.