Hello,
I am trying to run performance wizard for my web application. when i try to do this i am getting given below error's.
Launch Error: The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost:1375/src/VSEnterpriseHelper.axd' returned an error: The information returned is invalid.
PRF0017: Can't launch server for 'D:\...\src\'.
given below is my web.config file.
<
xml version="1.0" ><!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<
configuration></
appSettings><!--
Following tags have been added for authorising users for some folders before login--><
location path="images"><
system.web><
authorization><
allow users=" "/></
authorization></
system.web></
location><
location path="App_Themes"><
system.web><
authorization><
allow users=" "/></
authorization></
system.web></
location><
location allowOverride="true" path="user/ResetPassword.aspx"><
system.web><
authorization><
allow users=" "/></
authorization></
system.web></
location><
location path="Includes"><
system.web><
authorization><
allow users=" "/></
authorization></
system.web></
location> <location path="AuxiliaryPages"><
system.web><
authorization><
allow users="*"/></
authorization></
system.web></
location><
connectionStrings><
remove name="LocalSqlServer"/> </connectionStrings><
system.web><
httpHandlers><
add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/></
httpHandlers><!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
--><
httpRuntime maxRequestLength="2097151"/><
pages theme="dfg" validateRequest="false" viewStateEncryptionMode="Never" enableEventValidation="false"></pages><
compilation debug="true"><
buildProviders><
add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/></
buildProviders><
assemblies><
add assembly="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/><
add assembly="ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/><
add assembly="System.Messaging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/><
add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/><
add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/><
add assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/><
add assembly="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation><!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
--><
authentication mode="Forms"><
forms name="frmLogin" loginUrl="login.aspx" path="/" protection="All" timeout="50" defaultUrl="Common/abc.aspx"></
forms></
authentication><
authorization><
deny users=" "/></
authorization><!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.
--><
customErrors mode="Off"></
customErrors><
browserCaps><!--
GECKO Based Browsers (Netscape 6+, Mozilla/Firebird, ...) //--><
case match="^Mozilla/5.0 \([^)]*\) (Gecko/[-\d]+) ( 'type'[^/\d]*)([\d]*)/( 'version'( 'major'\d+)( 'minor'\.\d+)( 'letters'\w*)).*">browser=Mozilla
type=${type}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
<
case match="rv:( 'version'( 'major'\d+)( 'minor'\.\d+)( 'letters'\w*))">version=${version}
majorversion=${major}
minorversion=${minor}
<
case match="^b" with="${letters}">beta=true
</
case></
case></
case><!--
AppleWebKit Based Browsers (Safari...) //--><
case match="AppleWebKit/( 'version'( 'major'\d)( 'minor'\d+)( 'letters'\w*))">browser=AppleWebKit
version=${version}
majorversion=${major}
minorversion=0.${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
<
case match="AppleWebKit/( 'version'( 'major'\d)( 'minor'\d+)( 'letters'\w*))( \(KHTML, like Gecko\) ) ( 'type'[^/\d]*)/.*$">type=${type}
</
case></
case><!--
Konqueror //--><
case match="Konqueror/( 'version'( 'major'\d+)( 'minor'\.\d+)( 'letters'));\w*( 'platform'[^\)]*)">browser=Konqueror
version=${version}
majorversion=${major}
minorversion=${minor}
platform=${platform}
type=Konqueror
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
</
case></
browserCaps><!--
Following tags have been added to implement membershipprovider--><
membership defaultProvider="AspNetSqlMembershipProvider"><
providers><
remove name="AspNetSqlMembershipProvider"/><
add name="AspNetSqlMembershipProvider" type="SqlMembershipProvider"/></
providers></
membership><
machineKey validationKey="357356792679345184568256876535689056434617489465" decryptionKey="357356792679345184568256876535689056434617489465" validation="SHA1"/></
system.web></
configuration>
Thanks in Advance.
Regards,
Manoj Singh

Performance Wizard Error
Gerard Stafleu
Hi Ian,
I have seen this post "http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=82849&SiteID=1" earlier also, and after reading this post i tried to resolve my problem, but i couldnt do so. So kindly help me out with the given source code. As this post says their could be problem in web.config file so i have pasted source code for web.config file.
As i am working on Final Release of VSTS with IIS 6.0 and Windows XP.
Thanks in Advance
Regards,
Manoj Singh
Chriatian
We currently don't support profiling aspnet project using Forms Authentication. We will consider this in next version of Visual Studio.
Thanks!
mikE____
Manoj Singh,
This is an issue that can be caused by a couple of issues. Just check out the thread here to see a couple of the things that you can check to get around this issue. If none of these work just post back here and I'll see what I can do to help.
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=82849&SiteID=1
Thanks,
Ian
Ush
FYI - you may still be able to get the job done by going outside the IDE if you're comfortable going "off-road" a bit, here's an article on how to do it:
http://blogs.msdn.com/graycode/articles/AspNetOffRoadProfilingArticle.aspx