Sharepoint2010-Course Content
Mahesh .Net Material, Interview Questions, Real time.....
Dec 28, 2012
Dec 27, 2012
SharePoint Server Object Model Sample @Dotnet-Schools
SharePoint Server Object Model Sample @Dotnet-Schools
Dec 25, 2012
VS 2010/VS 2012 Web performance testing & Load testing Errors: Proxy Authorization Required Description: Authorization is required for access to this proxy
To solve this problem we have to add a webtest plug in, the code would be available in the below link.
adding this plugin solved my problem.
http://social.msdn.microsoft.com/Forums/en-US/vstswebtest/thread/651305bf-e30d-4afb-b1d2-78145144478e
adding this plugin solved my problem.
http://social.msdn.microsoft.com/Forums/en-US/vstswebtest/thread/651305bf-e30d-4afb-b1d2-78145144478e
VS 2010/VS 2012 Web performance testing & Load testing Errors: Authentication is happening in every URL, then is a problem ,client don't want authentication to be happen in every URL
Solution:
- Right click on the webtest
- Go to web test properties :
- Change the Response redirect to false and cache to true
Response URL Validation The value of the ExpectedResponseUrl property 'https://abc.co.in/SitePages/Home.aspx' does not equal the actual response URL 'https://abc.co.in/_layouts/ClientPortal/xyz//LoginPage.aspx'. QueryString parameters were ignored.
Solution:
- Select the URL
- Goto properties of the URL
- make Response redirect to false or remove the response URL
Give your valuable comment if it works.
TFS 2010/2012 Building and auto deployment to targeted IIS by creating new website
It is possible if you use .proj file at the time of building.
and if you want to deploy to an existing website in IIS , you've to use MS arguments.
MS arguments that needs to be placed in build definition
/p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=InProc /p:MSDeployServiceUrl=win-gs9gmujits8 /p:DeployIISAppPath="Sites/Website name"
and if you want to deploy to an existing website in IIS , you've to use MS arguments.
MS arguments that needs to be placed in build definition
/p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=InProc /p:MSDeployServiceUrl=win-gs9gmujits8 /p:DeployIISAppPath="Sites/Website name"
Jul 2, 2012
Subscribe to:
Posts (Atom)