Moving ASP pages from a development machine to a production machin

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?
 
C

Chris Dunaway

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top