Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Web Site Deployment

Reply
Thread Tools

Web Site Deployment

 
 
Stuart Ferguson
Guest
Posts: n/a
 
      10-07-2005
I am currently in the process of learning ASP.Net using Visual Studio
2005 and have the following question regarding deployment to IIS.

If i use the Publish Web Site menu option within the IDE the aspx files
are copied up to my specified location which is fair enough however
there are a number of files copied to my bin folder on the IIS Folder
(e.g. App_Web_main.aspx.cdcab7d2.dll).

The question is what are these files for and are they needed for a live
deployment ?

Stuart

*** Sent via Developersdex http://www.developersdex.com ***
 
Reply With Quote
 
 
 
 
S. Justin Gengo
Guest
Posts: n/a
 
      10-07-2005
Stuart,

The .dll files in the bin directory are essential. Those files are the
compiled code (all your code-behind pages) that contain your business logic.
They are built from the .vb files. It's the .vb files that aren't necessary
to your production website.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Stuart Ferguson" <> wrote in message
news:%...
>I am currently in the process of learning ASP.Net using Visual Studio
> 2005 and have the following question regarding deployment to IIS.
>
> If i use the Publish Web Site menu option within the IDE the aspx files
> are copied up to my specified location which is fair enough however
> there are a number of files copied to my bin folder on the IIS Folder
> (e.g. App_Web_main.aspx.cdcab7d2.dll).
>
> The question is what are these files for and are they needed for a live
> deployment ?
>
> Stuart
>
> *** Sent via Developersdex http://www.developersdex.com ***



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help: Copy Web site vs Publish Website vs Web Deployment Project Cirene ASP .Net 4 05-08-2008 05:58 PM
List of free web site design, web site backgrounds, web site layoutsresources cyber XML 1 12-25-2007 11:48 PM
Free web site design, web site backgrounds, web site layoutsresources cyber HTML 0 12-24-2007 04:26 PM
List of free web site design, web site backgrounds, web site layoutsresources cyber HTML 0 12-21-2007 03:47 PM
List of free web site design, web site backgrounds, web site layoutsweb sites cyber HTML 1 12-19-2007 09:07 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57