Click here to Skip to main content
15,908,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Image Viewer Pin
Blikkies1-Sep-09 20:27
professionalBlikkies1-Sep-09 20:27 
GeneralRe: Image Viewer Pin
swtlibra1-Sep-09 20:47
swtlibra1-Sep-09 20:47 
GeneralRe: Image Viewer Pin
Blikkies1-Sep-09 20:50
professionalBlikkies1-Sep-09 20:50 
GeneralRe: Image Viewer Pin
Christian Graus1-Sep-09 20:50
protectorChristian Graus1-Sep-09 20:50 
QuestionProblem when deploying to production server; can no longer resolve App_Code class Pin
David Mujica1-Sep-09 9:53
David Mujica1-Sep-09 9:53 
AnswerRe: Problem when deploying to production server; can no longer resolve App_Code class Pin
Abhishek Sur1-Sep-09 10:00
professionalAbhishek Sur1-Sep-09 10:00 
GeneralMore info on problem Pin
David Mujica1-Sep-09 10:50
David Mujica1-Sep-09 10:50 
GeneralRe: More info on problem Pin
Abhishek Sur1-Sep-09 11:36
professionalAbhishek Sur1-Sep-09 11:36 
Yes ... You cant see bin folder in your solution environment as it is excluded from the solution.
Moreover, asp.net compiles each page on first request, and stores it in server cache.. .But it doesnt compile app_code. It should be compiled and deployed, AFAIK.


Now if you dont see the dll, I think you need to compile the project. As I never used direct FTP upload to deploy web site, I cant help you much.. but If you publish your website in a folder, you would surely see the app_code is compiled to a dll.

Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionMasterpage control update Pin
Ridge Howison1-Sep-09 9:27
Ridge Howison1-Sep-09 9:27 
AnswerRe: Masterpage control update Pin
Abhishek Sur1-Sep-09 9:41
professionalAbhishek Sur1-Sep-09 9:41 
AnswerRe: Masterpage control update Pin
droth172-Sep-09 5:41
droth172-Sep-09 5:41 
QuestionRead from text file & store in DB...Best way to implement Pin
Hemant_ec481-Sep-09 8:15
Hemant_ec481-Sep-09 8:15 
AnswerRe: Read from text file & store in DB...Best way to implement Pin
Manas Bhardwaj1-Sep-09 8:24
professionalManas Bhardwaj1-Sep-09 8:24 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 8:35
professionalAbhijit Jana1-Sep-09 8:35 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Hemant_ec481-Sep-09 9:15
Hemant_ec481-Sep-09 9:15 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 9:23
professionalAbhijit Jana1-Sep-09 9:23 
GeneralRe: Read from text file & store in DB...Best way to implement Pin
Hemant_ec482-Sep-09 4:57
Hemant_ec482-Sep-09 4:57 
AnswerRe: Read from text file & store in DB...Best way to implement Pin
Abhijit Jana1-Sep-09 8:32
professionalAbhijit Jana1-Sep-09 8:32 
QuestionBreadcrumbs align right of menu Pin
Steve van Niman1-Sep-09 8:08
Steve van Niman1-Sep-09 8:08 
AnswerRe: Breadcrumbs align right of menu Pin
Not Active1-Sep-09 8:50
mentorNot Active1-Sep-09 8:50 
GeneralRe: Breadcrumbs align right of menu Pin
Steve van Niman1-Sep-09 9:54
Steve van Niman1-Sep-09 9:54 
AnswerRe: Breadcrumbs align right of menu Pin
sashidhar1-Sep-09 21:50
sashidhar1-Sep-09 21:50 
Questionclient side script for server control Pin
dotnetcsharpdev1-Sep-09 4:01
dotnetcsharpdev1-Sep-09 4:01 
AnswerRe: client side script for server control Pin
DeveloperAtul1-Sep-09 4:18
DeveloperAtul1-Sep-09 4:18 
AnswerRe: client side script for server control Pin
Not Active1-Sep-09 4:21
mentorNot Active1-Sep-09 4:21 

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.