function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kashifkashif 

Problems with ASP .NET Toolkit

I installed the ASP toolkit and everything installed without problems. (I did have a dialog box popup during installation with a message 'Break Now'--I assume it was for debugging and the developers forgot to take it out--did others see that too?)

Well, I am having problems running the toolkit. When I go to:

http://localhost/AspSample/

the index page comes up correctly, but when I click on:

Sample 1: Web2Lead

link I get a blank page with the following text:

'Back to introduction Email is a required field. Company is a required field. Last name is a required field. * * * * Industry Telephone Email Company Last name First Name This is a Web to Lead sample that uses the concept of a "root" user for salesforce.com authentication. The salutation box was populated using the DescribeSObject call. Fill in the form and click the Register button. Salutation Require fields are marked with an asterisk (*). First name is a required field.'

Does anyone know what is wrong and how I can fix it?

Thanks!


kashifkashif
Ok I figured out the solution and I'm posting here again just in case anyone else has the same problem...

Once I enabled debugging for my AspSample project, I found out that it was giving some errors about metadata permissions.

I had to install .NET 2.0 with the "Repair" option--and the error went away.