Click here to Skip to main content
15,918,742 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionasp.net code Pin
User 119004103-Sep-15 22:53
User 119004103-Sep-15 22:53 
QuestionRe: asp.net code Pin
ZurdoDev4-Sep-15 2:00
professionalZurdoDev4-Sep-15 2:00 
AnswerRe: asp.net code Pin
F-ES Sitecore4-Sep-15 3:59
professionalF-ES Sitecore4-Sep-15 3:59 
AnswerRe: asp.net code Pin
aarif moh shaikh9-Sep-15 18:40
professionalaarif moh shaikh9-Sep-15 18:40 
QuestionAdding a small MVC utility to an large MVC application Pin
Stephen Holdorf2-Sep-15 11:51
Stephen Holdorf2-Sep-15 11:51 
AnswerRe: Adding a small MVC utility to an large MVC application Pin
Alexander Siniouguine2-Sep-15 22:04
Alexander Siniouguine2-Sep-15 22:04 
GeneralRe: Adding a small MVC utility to an large MVC application Pin
Stephen Holdorf3-Sep-15 8:29
Stephen Holdorf3-Sep-15 8:29 
GeneralRe: Adding a small MVC utility to an large MVC application Pin
Alexander Siniouguine3-Sep-15 8:36
Alexander Siniouguine3-Sep-15 8:36 
GeneralRe: Adding a small MVC utility to an large MVC application Pin
Stephen Holdorf3-Sep-15 9:06
Stephen Holdorf3-Sep-15 9:06 
GeneralRe: Adding a small MVC utility to an large MVC application Pin
Alexander Siniouguine3-Sep-15 9:11
Alexander Siniouguine3-Sep-15 9:11 
QuestionSolving accounting problem in FIFo by using a queue. Pin
Member 119498861-Sep-15 0:31
Member 119498861-Sep-15 0:31 
QuestionRe: Solving accounting problem in FIFo by using a queue. Pin
ZurdoDev4-Sep-15 2:01
professionalZurdoDev4-Sep-15 2:01 
QuestionMultiSelect dropdown issue Pin
Mustanggx31-Aug-15 7:32
Mustanggx31-Aug-15 7:32 
Questiontrouble deploying a modified project; no *.dll output after build Pin
Member 438734329-Aug-15 10:43
Member 438734329-Aug-15 10:43 
AnswerRe: trouble deploying a modified project; no *.dll output after build Pin
jkirkerx30-Aug-15 8:37
professionaljkirkerx30-Aug-15 8:37 
AnswerRe: trouble deploying a modified project; no *.dll output after build Pin
Afzaal Ahmad Zeeshan30-Aug-15 11:20
professionalAfzaal Ahmad Zeeshan30-Aug-15 11:20 
Let me explain to you, the basic different of these types in the terms of frameworks. An ASP.NET web site is usually the ASP.NET Web Pages framework, that was compact and best for creating small web sites such as personal blogs or contact-me pages. Where as, web applications needed more of these things, URL routing, security and other stuff such as source management also, so there were other frameworks built (Web Forms is old, and ASP.NET has left it as of ASP.NET 5) and the framework ASP.NET MVC is mostly what people refer to.

Now, if you require those .dll files, consider uploading the entire package. Visual Studio 2013 doesn't prevent you from doing so. I recently published a new site of mine using Visual Studio 2013 to a server using their Web Deploy services. Visual Studio automatically does everything, plus if you want to replace the old .dll files. Do not do that manually. You may screw things up, I would recommend that you check "Remove files already present" so that Visual Studio can set up the stuff for you and then publish the app || website.

All of the ASP.NET code is generated as HTML page and content, these are only languages and syntax for building dynamic pages. Nothing else. What services are you using? Web Deploy or FTP or what? It depends on what service you use, as to publish the content also.

In all cases, you still get to upload the .dll files. You should, and frankly even in Web Pages framework (to what others refer as website) you need to publish the .dll files required, most aren't required because if they were it would have killed the purpose of compact. But if you have to add a library, you can add it, in the /bin/ folder.

So, finally, I will recommend that you try to publish the site as a new. Do back up your content before you remove the previous content from server.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

AnswerRe: trouble deploying a modified project; no *.dll output after build Pin
Blikkies30-Aug-15 21:08
professionalBlikkies30-Aug-15 21:08 
GeneralRe: trouble deploying a modified project; no *.dll output after build Pin
Member 438734331-Aug-15 5:58
Member 438734331-Aug-15 5:58 
QuestionLoad data from Database into Razor View using Checkbox Checked event Pin
Enobong Adahada29-Aug-15 3:50
Enobong Adahada29-Aug-15 3:50 
AnswerRe: Load data from Database into Razor View using Checkbox Checked event Pin
jkirkerx29-Aug-15 9:11
professionaljkirkerx29-Aug-15 9:11 
QuestionHow can write Algorithm for the following question? Pin
BUNER28-Aug-15 7:56
BUNER28-Aug-15 7:56 
AnswerRe: How can write Algorithm for the following question? Pin
Richard Deeming28-Aug-15 8:16
mveRichard Deeming28-Aug-15 8:16 
GeneralRe: How can write Algorithm for the following question? Pin
BUNER28-Aug-15 8:25
BUNER28-Aug-15 8:25 
QuestionCapturing Selected Items in a DataList Control Pin
Member 1005957127-Aug-15 0:40
Member 1005957127-Aug-15 0:40 
AnswerRe: Capturing Selected Items in a DataList Control Pin
jkirkerx28-Aug-15 9:36
professionaljkirkerx28-Aug-15 9:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.