|
|
 |
Re: FN-FORUM: ASP.Net/C# and hiding source code
date posted 30th November 2006 13:17
Fiaz Khan wrote:
>
>> Erm... "build" should do it.
>>
>> Then just copy the dll into the /bin directory in your application
>> directory, upload the aspx files and other stuff and away you go.
>>
>> Or am I missing some critical element?
>>
>> -ben
>
> What directory does "build" build to?
>
> I tried the virtual directory thing and it still came back with the
> error. I'll try again tonight when my client has left for the day. :)
>
Build builds into your project directory, probably into /bin although it
may use /bin/release or /bin/debug depending on which compile option
you're using. It will presumably be a virtual directory on your local
IIS server for testing as well?
-ben
|
 |
|