RSS Forums RSS
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 1021 | Replies: 1
Reply
Join Date: Mar 2006
Posts: 18
Reputation: mikefitz is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
mikefitz mikefitz is offline Offline
Newbie Poster

Help Missing assembly file

  #1  
Mar 26th, 2007
Hi,
I'm using Visual Studio 2005 with C#. When I Build the solution, the .dll assembly file is not being created in the \bin folder. Does anyone know why the assembly file is not being created, and/or if it's being created in another folder other than the \bin folder.

Thanks,
Mike
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2006
Location: Its the internet... i am everywhere lol
Posts: 274
Reputation: f1 fan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: Missing assembly file

  #2  
Mar 27th, 2007
It doesnt by default for a website in VS2005. you would just upload your aspx files to your webserver.

You can get it to compile to a dll and upload the dll if you want. It is more secure on the webserver but harder to maintain.

I usually keep my aspx files as they are (and the cs code behind files) on the webserver to make it easier to change. Most of the web stuff gets served up to the user anyway and they can view the source. It wouldnt take much to be able to work out your code. Also if they can get into your server to steal your aspx files then they can steal your dll, reverse engineer it in seconds and make any changes and upload it so it isnt any more secure.
We keep all our other more secure code in normal dlls and either host them on the same server or call them through other means which makes the code more secure and also the dlls themselves.
If you just want your site to run then you dont have to compile it to a dll just upload it to a webserver.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:31 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC