Show/Hide Toolbars

Flynet SharePoint Host Access Web Part

Navigation: What You Can Do > Visual Studio Activities

Edit and Build the ASP.NET Application Solution

Scroll Prev Top Next More

A few checks and possible edits can help ensure your application will work correctly, here is a walk-through of typical activities for first build:

 

1.Open the ASP.NET UI Application in Visual Studio.  If you have User Access Control active, you usually want to run Visual Studio as an Administrator.  On our demonstration machine, we have set the Devenv.exe as always run as administrator, so that double-clicking on the SLN file will load VS directly:
 
clip0016

2.Edit web.config to ensure that the correct server name is used.  In the earlier examples a generic server name was used but here the real name is fixed in web.config as part of the Flynet Emulation web application URL setting:
 
clip0017
                       Is changed to:
clip0018
 

3.Do a full rebuild to check that all generated correctly...
 
clip0019
 

Pretty simple, ready to perform the Deploy/Publish...