VBAHole22 Posted February 20, 2004 Posted February 20, 2004 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? Quote Wanna-Be C# Superstar
Administrators PlausiblyDamp Posted February 20, 2004 Administrators Posted February 20, 2004 .aspx, .ascx, .asmx, web.config, \bin, global.asax plus any images,asp and html pages Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.