Moving ASP pages from a development machine to a production machin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

reshello everyone!
as mentioned above, I just completed a website in visual studio .Net. which
consists of several ASP pages. This website is currently sitting on my
development machine (and it works perfectly), but when I copied the pages
(aspx, aspx.vb, resx, etc) to the production machine it doesn't work! What I
mean by that is that when the pages are displayed on the browser (from the
production machine) my pages' html is fine but all the server controls are
gone!
I can't figure out why.
IIS service is started.
my pages are located in the Inetpub/wwwroot folder

did I miss something?
 
development machine (and it works perfectly), but when I copied the pages
(aspx, aspx.vb, resx, etc) to the production machine it doesn't work! What I

Firstly, you should not put your aspx.vb files on the server. Rather, you
should compile them into .dll and put the .dll's on the server.

Aside from that, what errors are you getting?


--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 
Back
Top