Click here to Skip to main content
15,899,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
I've a problem deploying a modified project based on ASP.NET in Visual Studio 2013.

I've one web page built on a ASP.NET project by a former engineer. It runs on a server with the *.dll file and other types of files (*.aspx, etc).

I have the source code of the project. I made a small change to the source code. It tests out fine on my local machine. However, when I build/publish the project the project doesn't output the *.dll file. It does output a bunch of other files including the *.aspx, *.aspx.cs, and *.sln files. But I need the new *.dll file to replace the old *.dll file on the server so that the web page can be updated.

I did some look-around online. A lot of people are saying that there are two types of ASP.NET projects: websites & web applications. And only web applications will output *.dll files. Websites don't use *.dll files.

If that is the case, that means my source code is a website project but the web page running on the server was built from a web application. But I know there is only one copy of the source code and the web page running on the server has to be generated from it.
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 
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 
Questionhigh concurrency,principalContext.ValidateCredentials,slow Pin
Member 1193909726-Aug-15 22:05
Member 1193909726-Aug-15 22:05 
Questionpartial view and model binding Pin
rajeshmoorthy24-Aug-15 18:51
rajeshmoorthy24-Aug-15 18:51 
QuestionPDF.JS using ASP.NET MVC Pin
Kandepu Rajesh24-Aug-15 11:54
Kandepu Rajesh24-Aug-15 11:54 
AnswerRe: PDF.JS using ASP.NET MVC Pin
Richard Deeming25-Aug-15 2:27
mveRichard Deeming25-Aug-15 2:27 
GeneralRe: PDF.JS using ASP.NET MVC Pin
Kandepu Rajesh25-Aug-15 10:21
Kandepu Rajesh25-Aug-15 10:21 
GeneralRe: PDF.JS using ASP.NET MVC Pin
Richard Deeming26-Aug-15 1:57
mveRichard Deeming26-Aug-15 1:57 

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.