vs2005

  • Thread starter Thread starter NuCoder
  • Start date Start date
N

NuCoder

I'm creating a web site in VWD 2005 and noticed that no DLL is creating for
the web site like it does in 2003. So my question is when I put my site out
to a server what goes out there? does it aspx, and .cs pages go or . . .?


I don't want to put my code out on the server so how do I work around that?

thanks
 
That's a "well-known question" ( a FAQ ).

The best way for you to find out *exactly* what gets sent to a server
when you "put your site out" is to publish the site to your local server.

Then, examining what was published, you can see what files were uploaded.



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

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

Back
Top