Hi!
Please help me on following the steps of the Nintex SDK in "Creating a custom task form". I am now on the step:
Deploy the custom form
Custom aspx web forms are deployed to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS. A subfolder should be created in the layouts directory for any custom web forms.
Install the complied DLL to the GAC.
However, I am having trouble performing the first step. I open the project in Visual Studio 2010 and all is OK. I can Build / Clean, etc. But I can't find option to Deploy, nor do I know how I can deploy to the specified location above. I am currently running a SharePoint Foundation 2010 on my local machine. (Sorry, I am a beginner so I don't know much about creating custom forms)
What am I supposed to do with the solution in Visual Studio so I can deploy?
Thank you!