September 2011
Intermediate to advanced
1008 pages
24h 27m
English
To begin, you must build your custom ASP.NET application. To do so, follow these steps:
1. Open Visual Studio 2010
2. Go to New, Web Site.
Figure 28.1 New Web Site menu.

3. Select File System for location and select Visual C# for language; then enter the path where you will place the application—for example, C:\Inetpub\ContactPictures and select the ASP.NET Empty Web Site project template.
Note
The path must be different from the path where the CRM website is installed.
4. Click OK.
5. Right-click the Solution Explorer, and select Add New Item menu option.
6. Select Web Form, and click Add.
Figure ...