Dll files instead of my asp.net pages

R

Ray5531

Is it possible to upload the dll of my asp.net project instead of all the
pages to my website?

What are the advantages and disadvantages?


Thanks
 
S

Steve C. Orr [MVP, MCSD]

No, the DLL and the ASPX pages work together.

However, in ASP.NET 2.0 you'll be able to do what you describe. The only
real disadvantage is that every minor HTML change will require a recompile.
 
J

James Steele

Hi Ray5531,

You must upload a copy of the *.aspx pages to your web server. However
the *.aspx.vb (in the case of VB.NET) can be compiled into a DLL and
uploaded to the web server instead of the *.aspx.vb files.
 
S

Steve C. Orr [MVP, MCSD]

I don't think that will help much...
The application will have to be restarted after every recompile. This can
be problematic for large scale 24 hour web sites.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top