PC Review


Reply
Thread Tools Rate Thread

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

 
 
Tony Johansson
Guest
Posts: n/a
 
      30th Nov 2010
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


 
Reply With Quote
 
 
 
 
Jason Keats
Guest
Posts: n/a
 
      30th Nov 2010
Tony Johansson wrote:
> 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
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
upload file to webserver tom Microsoft Dot NET Framework Forms 1 7th Nov 2008 02:41 AM
Upload a file to a webserver using C# and PHP Tim.Geiges@gmail.com Microsoft C# .NET 0 30th Jun 2006 10:52 PM
upload file to webserver ...how to ? Andrew Microsoft Dot NET Compact Framework 9 25th Jan 2005 06:15 PM
Upload file from my MDA to webserver greg Microsoft Dot NET Compact Framework 1 25th Jan 2005 11:19 AM
VB.NET Application File Upload to Webserver randall g Microsoft ASP .NET 2 27th Oct 2003 02:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:45 AM.