Minimum for an ASP.NET page to work

VBAHole22

Contributor
Joined
Oct 21, 2003
Messages
432
Location
VA
My company has separated our development servers from our web servers. I develop ASP.NET pages on my desktop then I want to move them to the web server. What files must be moved so that the asp.net page can work?

global.asax?
aspx.resx?
aspx.vb?
bin (dll)?
aspx pages?
web.config?
resx?
aspx.vb?

Does this change if I do or don't use code behind pages?

Where does the web.config file need to reside?

Can there be more than one web.config file for a single website?

It's a little overwhelming to have dot.net create all these files. It's straightforward if you develop them and then serve them on the same machine but what happens if you want to merge pages from several different solutions?
 
Back
Top