چگونه می توان به ارسال ایمیل از WebPart را در خزه 2007

Devs سلام,
در زیر قطعه از کد را برای ارسال ایمیل از WebPart را.

با استفاده از سیستم;
با استفاده از System.Collections.Generic;
با استفاده از System.ComponentModel;
با استفاده از System.Text;
با استفاده از System.Web;
با استفاده از System.Web.UI;
با استفاده از System.Web.UI.WebControls;
با استفاده از System.Collections.ObjectModel;
با استفاده از Microsoft.SharePoint.Utilities;
با استفاده از Microsoft.SharePoint;
با استفاده از System.Data;
با استفاده از System.Collections;
فضای نام Sendmail باشد
{
Sendmail باشد کلاس عمومی : Microsoft.SharePoint.WebPartPages.WebPart
{
خصوصی کادر txtTo;
btnSendMail دکمه خصوصی;
CreateChildControls نادیده گرفتن محافظت از درجه اعتبار ساقط()
{
txtTo = جدید کادر();
this.Controls.Add(txtTo);
btnSendMail = دکمه جدید();
btnSendMail.Text = “ارسال ایمیل”;
btnSendMail.Click = جدید EventHandler(SendMail_Click);
this.Controls.Add(btnSendMail);
}
از درجه اعتبار ساقط SendMail_Click(فرستنده شی, EventArgs الکترونیکی)
{
SPSite _site = جدید SPSite(HttpContext.Current.Request.Url.ToString());
SPWeb _web = _site.OpenWeb();
_web.AllowUnsafeUpdates = صحیح است;
SPUtility.SendEmail(_web, غلط, غلط, txtTo.Text, “ایمیل تست”, “متن پیام بدن”);
_web.Dispose();
_site.Dispose();
}
}
}

WebPart را ایجاد و ثبت نام آن را به عنوان SafeControl

خزه 2007 قیمت گذاری & هزینه یابی اطلاعات

من لینک چند و از مایکروسافت برای ماس 2007 محصول برآورد.

مایکروسافت آفیس شیرپوینت سرور 2007 و قیمت گذاری فن آوری های مرتبط

مایکروسافت آفیس شیرپوینت سرور 2007 دانلود مقایسه محصولات

2007 مایکروسافت آفیس سیستم قیمت گذاری اطلاعات و ارتقا

چگونه برای مخفی کردن دسترسی سریع در خزه 2007

آیا شما می خواهید برای مخفی کردن سریع نوار پرتاب خود را در خزه 2007
برای مخفی کردن نوار Quick Launch را به دو روش وجود دارد.
1. شما می توانید به طور مستقیم در CSS را ویرایش کنید
2. اضافه کردن ویرایشگر محتوا پنهان WebPart را

اضافه کردن محتوای جدید WebPart به سردبیر
کلیک کنید ویرایشگر منبع در ToolPane را
چسباندن کد زیر را در ویرایشگر WebPart به محتوا
[سبک]
.MS-در quicklaunch
{
نمایش:هیچ یک;
}
.MS-navframe
{
نمایش: هیچ یک;
}
[/سبک]
استفاده “<" & ">” بجای “[” & “]”
تنظیم املاک پنهان True را تحت بخش طرح در ToolPane.
در حال حاضر تازه کردن صفحه……You Quick Launch Bar is Gone 🙂

ارائه در شکل گیری کارگاه های آینده

من نسخه ی نمایشی در معماری برنامه های توزیع شده با استفاده از معماری شبکه در ارائه Accenture شکل گیری کارگاه های آینده. این سخنرانی دوم من در Accenture شکل دادن به آینده است.

چگونه به زور MOSS 2007 شغل تایمر به اجرا

استفاده از زیر فرمان stadm به زور شغل شغل تایمر برای اجرای.
بدون نیاز به صبر برای فاصله برای اجرای timerjobs.
stsadm.exe -o execadmsvcjobs

خزه 2007 تغییر نام وب سایت نام برنامه

من می خواهم برای به اشتراک گذاشتن چگونه به تغییر نام وب سایت نام برنامه در خط فرمان دولت از خزه 2007 با استفاده از فرمان STSADM.

نحو:
stsadm-O renameweb URL-newname

مثال:
Stsadm-O renameweb آدرس HTTP://localhost را / oldname newname newname

دستور فوق، نرم افزار وب از oldname به newname تغییر نام.

بازرگانی سرور 2007 یکپارچهسازی با خزه 2007

خزه دارای ویژگی های بسیاری داخلی. دامنه این POC به ادغام سرور بازرگانی 2007 با خزه 2007 به ارائه برنامه پورتال یکپارچه تجارت الکترونیک

پیکربندی خزه 2007 برای استفاده از سرور ارائه دهنده خدمات بازرگانی عضویت به عنوان پایه ای برای احراز هویت کاربر

The primary tasks are to make the Central Administration and Portal sites hand-shake with Commerce Server. This needs to be done by modifying the appropriate Web.config files for these sites. By adding the Commerce Server and httpModules sections, the SharePoint Central Administration site and the Portal site will be able to create the necessary CommerceContext object. The CommerceContext object enables the Commerce Server Membership Provider to be initialized correctly, and also enables Web parts and pages in the portal to use the CommerceContext object to access Commerce Server resources such as the Product Catalog.
The UpmMembership Provider extends the Membership framework offered by ASP.Net to accommodate the use of the ASP.Net Login Controls and authenticate against Commerce Server Profiles.

Update the Web.config for MOSS Central Administration and in Portal site with below sections to avail Commerce Server data and services in MOSS

  • Commerce Server Section Group
  • Commerce Server Group
  • Http Modules
  • Assemblies
  • Membership Provider
  • Profile Section

o Determine which Web.config file is used for the SharePoint Central Administration site and which is used for the Portal site. Use the Home Directory tab in IIS Manager to determine the appropriate path of the Web.config file for each site.

o Use the Web.config file that was previously created for the Commerce Server C SharpSite as the source for the text to copy in the following instructions:

Please follow the below steps to modify the web.config file of SharePoint administration site.

Step 1: Adding Commerce Server Section Group
Copy the Commerce [sectionGroup] به [configSections] and paste it after the [System.Workflow.ComponentModel.WorkflowCompiler] section group.
[sectionGroup name=”CommerceServer”]
[section name=”application” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceApplicationSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”authentication” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceAuthenticationSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”pipelines” type=”Microsoft.CommerceServer.Runtime.Configuration.CommercePipelineSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”caches” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceCacheSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”messageManager” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceMessageManagerSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”catalog” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceCatalogSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”orders” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceOrdersSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”profiles” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceProfilesSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”contentSelection” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceContentSelectionSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”commerceEvent” type=”Microsoft.CommerceServer.Runtime.Configuration.EventLoggerConfigurationHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[section name=”expressions” type=”Microsoft.CommerceServer.Runtime.Configuration.CommerceExpressionSectionHandler, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[/sectionGroup]
Step 2: Adding Commerce Server Group
§ Copy the [CommerceServer] section and paste it after the [شیرپوینت] section, just before the [system.web] section.

[CommerceServer]
[application siteName=”CDevSite” debugLevel=”Production”/]
[pipelines][/pipelines]
[expressions schema=”Auto”/]
[caches]
[cache name=”تبلیغات” type=”تبلیغات” refreshInterval=”900″ retryInterval=”30″/]
[cache name=”Discounts” type=”Discounts” refreshInterval=”0″ retryInterval=”30″/]
[cache name=”ShippingManagerCache” type=”Shipping” loaderProgId=”Commerce.ShippingMethodCache” refreshInterval=”0″ retryInterval=”30″/]
[cache name=”PaymentMethodCache” type=”Payment”/]
[cache name=”OrdersConfigurationCache” type=”OrdersConfiguration”/]
[/caches]
[messageManager]
[cultures default=”en-US” baseName=”CommerceMessageManager” assembly=”CommerceMessageManager”]
[culture id=”en-US”/]
[culture id=”fr-fr”/]
[culture id=”ja-JP”/]
[culture id=”de-DE”/]
[/cultures]
[resources]
[resource id=”pur_badsku”/]
[resource id=”pur_badplacedprice”/]
[resource id=”pur_discount_changed”/]
[resource id=”pur_discount_removed”/]
[resource id=”pur_noitems”/]
[resource id=”pur_badshipping”/]
[resource id=”pur_badhandling”/]
[resource id=”pur_badtax”/]
[resource id=”pur_badcc”/]
[resource id=”pur_badpayment”/]
[resource id=”pur_badverify”/]
[resource id=”pur_out_of_stock”/]
[resource id=”unknown_shipping_method”/]
[/resources]
[/messageManager]
[orders honorStatus=”درست” newOrderStatus=”NewOrder” sqlCommandTimeoutSeconds=”60″ sqlLongRunningCommandTimeoutSeconds=”28800″]
[addressMap]
[profileDefinition name=”نشانی”/]
[property from=”GeneralInfo.address_id” to=”OrderAddressId”/]
[property from=”GeneralInfo.first_name” to=”FirstName”/]
[property from=”GeneralInfo.last_name” to=”نام خانوادگی”/]
[property from=”GeneralInfo.address_line1″ to=”Line1″/]
[property from=”GeneralInfo.address_line2″ to=”Line2″/]
[property from=”GeneralInfo.city” to=”City”/]
[property from=”GeneralInfo.region_code” to=”RegionCode”/]
[property from=”GeneralInfo.postal_code” to=”PostalCode”/]
[property from=”GeneralInfo.country_name” to=”CountryName”/]
[property from=”GeneralInfo.region_name” to=”State”/]
[property from=”GeneralInfo.tel_number” to=”DaytimePhoneNumber”/]
[/addressMap]
[Types]
[Type Key=”Basket” UserTypeName=”Basket” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”PurchaseOrder” UserTypeName=”PurchaseOrder” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”OrderTemplate” UserTypeName=”OrderTemplate” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”OrderForm” UserTypeName=”OrderForm” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”LineItem” UserTypeName=”LineItem” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”Shipment” UserTypeName=”Shipment” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”Payment” UserTypeName=”Payment” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”CreditCardPayment” UserTypeName=”CreditCardPayment” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”GiftCertificatePayment” UserTypeName=”GiftCertificatePayment” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”PurchaseOrderPayment” UserTypeName=”PurchaseOrderPayment” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”CashCardPayment” UserTypeName=”CashCardPayment” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”OrderAddress” UserTypeName=”OrderAddress” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”DiscountApplicationRecord” UserTypeName=”DiscountApplicationRecord” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”ShippingDiscountRecord” UserTypeName=”ShippingDiscountRecord” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[Type Key=”PromoCodeRecord” UserTypeName=”PromoCodeRecord” AssemblyType=”GAC” NameSpace=”Microsoft.CommerceServer.Runtime.Orders” Assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[/Types]
[Limits OrderFormsPerOrderGroup=”5″ PromoCodeRecordsPerOrderForm=”10″ PromoCodesPerOrderForm=”10″ LineItemsPerOrderForm=”40″ OrderTemplatesPerUser=”10″ PaymentsPerOrderForm=”10″ ShipmentsPerOrderForm=”40″ BasketsPerUser=”15″ OrderAddressesPerOrderGroup=”10″/]
[MappingFiles PipelineMappingFilename=”OrderPipelineMappings.xml” StorageMappingFilename=”OrderObjectMappings.xml”/]
[SerializationBindings]
[SerializationBinding OldType=”Microsoft.CommerceServer.Runtime.Orders.LineItem , Microsoft.CommerceServer.Runtime ,Version=6.0.1.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35″ NewType=”Microsoft.CommerceServer.Runtime.Orders.LineItem, Microsoft.CommerceServer.Runtime,Version=6.0.1.0,Culture=neutral, PublicKeyToken=31bf3856ad364e35″/]
[/SerializationBindings]
[/orders]
[commerceEvent]
[add className=”Microsoft.CommerceServer.Runtime.AddItemToBasketEvent” ID =”AddItemToBasket”/]
[add className=”Microsoft.CommerceServer.Runtime.RemoveItemFromBasketEvent” ID =”RemoveItemFromBasket”/]
[add className=”Microsoft.CommerceServer.Runtime.SubmitOrderEvent” ID =”SubmitOrder” loggingEnabled=”درست”/]
[/commerceEvent]
[/CommerceServer]
Step 3: Adding “CommerceApplication” به “httpModules” Section
§ Copy the Commerce HTTP Modules to the end of the [httpModules] section.
[add name=”CommerceApplication” type=”Microsoft.CommerceServer.Runtime.CommerceApplicationModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceAuthentication” type=”Microsoft.CommerceServer.Runtime.CommerceAuthenticationModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceOrder” type=”Microsoft.CommerceServer.Runtime.Orders.CommerceOrderModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceCatalog” type=”Microsoft.CommerceServer.Runtime.Catalog.CommerceCatalogModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceProfile” type=”Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceExpressionEvaluator” type=”Microsoft.CommerceServer.Runtime.Targeting.CommerceExpressionModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceCache” type=”Microsoft.CommerceServer.Runtime.Caching.CommerceCacheModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]
[add name=”CommerceContentSelection” type=”Microsoft.CommerceServer.Runtime.Targeting.CommerceContentSelectionModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/][add name=”CommerceDataWarehouseAuthenticationModule” type=”Microsoft.CommerceServer.Runtime.CommerceDataWarehouseAuthenticationModule, Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″/]Remove or comment out the Commerce Server Authentication Module. This module is not required because ASP.NET Forms Authentication will be used for all authentications.
Step 4: Adding “بازرگانی سرور” AssembliesCopy the commerce server assembly information from CSharpSite web.config and paste it in the [assemblies] tag in the Central Administration site’s web.config as below:
[assemblies]
[add assembly=”Microsoft.CommerceServer.Runtime, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31bf3856ad364e35″ /]
[add assembly=”Microsoft.CommerceServer.Catalog, Version=6.0.1.0, فرهنگ = خنثی, PublicKeyToken=31BF3856AD364E35″ /][/assemblies]

Step 5: Configure Central Administration to recognize Commerce Server Membership
Copy the below code snippet to [system.web] section of the Web.config file for the Central Administration. توجه داشته باشید: Paste it before the closing [/system.web].
[membership defaultProvider=”UpmMembershipProvider”]
[providers]
[clear /]
[add applicationName=”CSharpSite ”
enablePasswordRetrieval=”غلط”
enablePasswordReset=”درست”
requiresQuestionAndAnswer=”درست”
requiresUniqueEmail=”درست”
enableCreateDate=”درست”
enableEmailAddress=”درست”
enableLastLoginDate=”درست”
profileDefinition=”UserObject”
passwordFormat=”Hashed”
name=”UpmMembershipProvider”
type=”Microsoft.CommerceServer.Runtime.Profiles.UpmMembershipProvider”/]
[/providers]
[/membership]

Step 6: Configuring the Commerce Server Profiles section

This section contains settings which configure the functionality of profiles and catalog sets. The [userProfile] node resides in the [CommerceServer][profiles] node in the web.config.
Uncomment the profiles section in [commerceserver] node.

[userProfile
profileDefinition=”UserObject”
userIdProperty=”GeneralInfo.email_address”
organizationIdProperty=”AccountInfo.org_id”
catalogSetIdProperty=”AccountInfo.user_catalog_set”
userIdSource = “ASP.NET”
userIdKey = “GeneralInfo.email_address”
userIdTarget = “GeneralInfo.user_id”
/]
[organizationProfile
profileDefintion=”Organization”
organizationIdProperty=”GeneralInfo.org_id”
catalogSetIdProperty=”GeneralInfo.org_catalog_set”
/]

Step 7: Adding Users in the Central AdministrationLocate Central Administration, مدیریت برنامه, Authentication Providers, Default zone entry. Make sure that you have the PortalSite Web Application selected in the drop-down list.

o Click Forms.

o Change the Membership Provider Name to UpmMembershipProvider. This should match the name that is in the membership section of the Web.config file.Locate Central Administration, مدیریت برنامه, and Policy for Web Application. Make sure that you have selected the Portal Web Application.

o Click Add Users.

o Select Default zone, and then click Next.

o Type the e-mail address of the user that you added previously by using the Commerce Server Customer and Orders Manager, and then click Check User.

o If the user name is successfully recognized, it will be underlined. Select Full control, and then select Finish.

o If the user name is not recognized, run a SQL Server trace on the Commerce Server Profiles database to make sure that the queries are running against the database. Additionally, make sure that the entry for the provider is in the Web.config file for Central Administration, and look for errors in the event log.

Step 8: Copy the following XML files from the CSharpSite (IIS Virtual Directory) to the root folder of the Central Administration site:

o OrderObjectMappings.xml
o OrderPipelineMappings.xml

Run Central Administration to make sure that these changes were made correctly. If errors occur, check the Web.config file for syntax issues.Even if the page displays correctly, check the event log. Some permissions errors may be hidden.

Configure the MOSS portal to use the Commerce Server Membership provider:
Step 1: Follow the above 6 steps to configure Portal site for Commerce Server.

Step 2: Comment out the existing [authentication], [identity], و [authorization] sections. This will disable the default Windows authentication and authorization.

Step 3: Copy the below configuration settings contents to the Web.config file for the Portal site. Paste this after the previous sections that you just commented out. This sets up the site for Forms Authentication and denies anonymous access.

[authentication mode=”فرم”]
[forms loginUrl=”/_layouts/login.aspx” name=”.ASPXFORMSAUTH” /]
[/authentication]
[authorization]
[deny users=”?” /][/authorization] View the Portal site in a Web browser. You should be redirected to the logon page. Log on and use the user credentials that you added by using the Customer and Orders Manager.

Step 4: Copy the following XML files from the CSharpSite (IIS Virtual Directory) to the root folder of the Portal site:

o OrderObjectMappings.xml
o OrderPipelineMappings.xml

Step 5: Restart the IIS

Step 6: Run the Portal site and look for errors.

[توجه داشته باشید : I am not able to Post scripts tag in here replace all “[” & “]” با “<" & ">“

رایگان مایکروسافت پرس و کتاب الکترونیکی و پیشنهاد برای LINQ,ASP.Net,فیلمهای مستند

به دنبال کتاب های الکترونیکی را می توان از سایت مایکروسافت مطبوعات.

  • معرفی مایکروسافت LINQ
    توسط پائولو Pialorsi و مارکو روسیه
  • معرفی مایکروسافت ASP.NET AJAX
    دینو Esposito
  • معرفی مایکروسافت سیلورلایت 1.0
    توسط لورنس Moroney

    http://csna01.libredigital.com

    ورود به سایت با استفاده از گذرنامه / هاتمیل شما شناسه و دانلود کتاب الکترونیکی به صورت رایگان.

بیل گیتس آخرین روز در مایکروسافت

بیل گیتس سخنرانیها نهایی خود را در CES داد(فروش الکترونیکی نمایش) در آخرین وگاس.

شما می توانید اصلی کامل خود را در پیدا کردن مایکروسافت CES

گردش کار تصویب مطلب در خزه 2007

در خزه 2007 گردش کار تصویب در خارج از جعبه خود در دسترس است. فقط ما نیاز به پیکربندی مراحل تنها کمی پس از آن ما آماده هستیم با فرآیند تایید.

اگر گردش کار تصویب پیکربندی شده است ، سند قابل دیدن خواهد بود تنها به سهم و به approver.

مراحل پیکربندی گردش کار تصویب محتوا

افتتاح کتابخانه سند
تنظیمات کلیک کنید --> تنظیمات اصلی کتابخانه سند


در سند تنظیمات کتابخانه تحت مجوز ها و گردش کار مدیریت تنظیمات کلیک کنید

تنظیمات کتابخانه اسناد --> [اجازه و مدیریت] مدیریت گردش کار

در خزه 2007 آن را تا به برخی قالب های گردش کار prebuilt برای گردش کار زیر

  • تصویب
  • جمع آوری انتقادات و پیشنهادات
  • جمع آوری امضا
  • تصویب منش
  • سه امور خارجه

در حال حاضر گردش کار تصویب و انتخاب کنید و به نام منحصر به فرد برای نمونه گردش کار.
وظیفه موجود نام فهرست را انتخاب کنید و یا ایجاد لیست کار جدید برای این گردش کار تصویب.
انتخاب تاریخ های موجود و یا ایجاد سابقه کاری جدید برای حفظ این تاریخ گردش کار.
بر اساس گزینه های شروع شما می توانید مشخص کنید که چگونه این گردش کار را می توان آغاز شده.

· اجازه دهید این گردش کار به صورت دستی توسط کاربر معتبر با آیتم ها و ویرایش ویرایش های شروع شده
· شروع این گردش زمانی که یک آیتم ایجاد شده است
· شروع این گردش کار در زمانی که یک آیتم تغییر

اگر شما انتخاب می کنید "شروع این گردش زمانی که یک آیتم ایجاد شده است" این به طور خودکار شروع می شود گردش کار زمانی که آیتم جدید به کتابخانه اسناد اضافه شده.

اگر شما انتخاب می کنید "شروع این گردش کار در زمانی که یک آیتم تغییر" آن را به طور خودکار به خود ریستارت می گردش کار زمانی که آیتم های موجود در کتابخانه سند ، تغییر.

بر اساس وظیفه گردش کار
اگر شما انتخاب می کنید اختصاص وظیفه به "همه شرکت کننده به طور همزمان" این کار را برای تمام شرکت کنندگان در عین حال ایجاد. گردش کار تنها پس از تصویب تمام approvers تکمیل خواهد شد.

اگر شما انتخاب می کنید اختصاص وظیفه به "یکی از شرکت کنندگان در یک زمان" آن خواهد شد که دنباله ای از فعالیت کار گردش کار برای اولین بار خواهد بود به کاربر اول ایجاد شده و پس از مورد تایید خود را پس از آن دنبال آن حرکت خواهد کرد به approver بعد.

اگر لازم آن را که شما می توانید از موعد مقرر برای گردش کار تعیین می.
وضعیت گردش کار دیگر از شرکت کنندگان از گردش کار همچنین می تواند با دادن نام در مطلع اطلاع ستون دیگر.

ما در حال ایجاد گردش کار برای تصویب محتوا. بنابراین چک را فراموش گزینه "به روز رسانی وضعیت تایید (استفاده از این گردش کار به کنترل مورد تایید محتویات)"

حالا شما با موفقیت ایجاد گردش کار تصویب.

شما باید برای فعال کردن تایید محتوا در کتابخانه سند و سپس فقط آن را محدود کردن کاربران دیگر به آن دسترسی داشته باشید.

هنگامی که شما را قادر تایید محتویات سند قابل دیدن خواهد بود تنها مشارکتکننده / نویسنده و approver, آن را نمی خواهد برای سایر کاربران قابل نمایش در کتابخانه سند.

باز تنظیمات --> تنظیمات اصلی کتابخانه سند
بر اساس تنظیمات عمومی --> نسخه تنظیمات
نیاز به تایید محتویات برای اقلام ارسال شده? را انتخاب کنید بله
و OK کلیک کنید برای تنظیمات را ذخیره کنید.

در حال حاضر کتابخانه سند ، و باز آپلود سند

در حال حاضر سند به کتابخانه اسناد آپلود شده

اگر شما برای ورود اینجا و با استفاده از برخی از اعتبارنامه سایر کاربران (approver / مشارکتکننده). سند خواهد شد در کتابخانه سند نمایش داده می.

اگر شما احساس می کنید این پست به شما کمک می کند تا به ایجاد گردش کار برای تصویب محتوا. لطفا نظرات ارزشمند شما.