Is it any other way then upload source file to webserver.

T

Tony Johansson

Hello!

When I run a web applikation I copy the aspx files is that the only way.
I do want to believe so but just to be sure I ask you ?

//Tony
 
J

Jason Keats

Tony said:
Hello!

When I run a web applikation I copy the aspx files is that the only way.
I do want to believe so but just to be sure I ask you ?

//Tony

You need to know that there are at least two types of ASP.NET
application - web application and web site (and, now, MVC).

You do NOT have to deploy code (.cs, .vb) files if you have chosen the
Web Application project type. In this case your code will be compiled
into an assembly (dll). You have to deploy the dll and .aspx pages (+
css + images + ...).

If you chose the Web Site project type then your pages are dynamically
compiled on the web server - so I believe that all files must be
deployed to the server.

It may also depend on whether you're using Visual Studio Express, or not.

http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx#wapp_topic5
 

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

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top