Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Wanna-Be C# Superstar

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...