Click here to Skip to main content
15,888,521 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Pin
Shanalal Kasim7-Nov-12 22:08
Shanalal Kasim7-Nov-12 22:08 
AnswerRe: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. Pin
Sentenryu7-Nov-12 23:12
Sentenryu7-Nov-12 23:12 
QuestionWant to close window.showModalDialog() popUp pressing ESC key but i've 100s of popUp. How can i change in a single place and all popup will close pressing ESC Key. Pin
rintoit7-Nov-12 18:11
rintoit7-Nov-12 18:11 
AnswerRe: Want to close window.showModalDialog() popUp pressing ESC key but i've 100s of popUp. How can i change in a single place and all popup will close pressing ESC Key. Pin
Sentenryu7-Nov-12 23:18
Sentenryu7-Nov-12 23:18 
QuestionCompleteWizardStep not working Pin
thes@int7-Nov-12 5:47
thes@int7-Nov-12 5:47 
AnswerRe: CompleteWizardStep not working Pin
jkirkerx7-Nov-12 13:25
professionaljkirkerx7-Nov-12 13:25 
QuestionHow to increase execution time Pin
silentspeaker7-Nov-12 2:48
silentspeaker7-Nov-12 2:48 
AnswerRe: How to increase execution time Pin
Keith Barrow7-Nov-12 3:15
professionalKeith Barrow7-Nov-12 3:15 
Hi,

Firstly it's not the execution time that is going wrong. ASP.NET websites deliberately restrict the size of file that can be uploaded, and the amount of time the upload takes (really the execution time). You can see how to set these here http://aspnetupload.com/HowTo.aspx#HandleLargerUploadsAndAvoidTimeouts[^]

Secondly these limits are there for a reason: allowing uploads of large files isn't normally a good idea, especially on a public website. You need to have think about whether this is really necessary: its slow for the user, has the potential to fill your disk-space quickly and can be used as part of a DoS attack. You should sanity check what is happening, for example can the file be put onto the server by other means than the web-interface.

Thirdly (assuming you still have the need) you might want to consider a richer upload control. There is one here[^] reference as part of a discussion on large file uploads elsewhere. I haven't used it, and so can't vouch for it, but I've found others helpful in the past.

AnswerRe: How to increase execution time Pin
Sentenryu7-Nov-12 3:17
Sentenryu7-Nov-12 3:17 
GeneralRe: How to increase execution time Pin
silentspeaker7-Nov-12 19:56
silentspeaker7-Nov-12 19:56 
QuestionFTP Files Downloader Pin
silentspeaker7-Nov-12 1:34
silentspeaker7-Nov-12 1:34 
AnswerRe: FTP Files Downloader Pin
Deflinek7-Nov-12 23:05
Deflinek7-Nov-12 23:05 
AnswerRe: FTP Files Downloader Pin
gopal pradhan8-Nov-12 23:10
gopal pradhan8-Nov-12 23:10 
QuestionPosting a file as a property of a bigger object ASP.NET MVC3 [Solved (Kind Of)] Pin
Sentenryu6-Nov-12 6:54
Sentenryu6-Nov-12 6:54 
Answer"Resolution" Pin
Sentenryu7-Nov-12 3:12
Sentenryu7-Nov-12 3:12 
Questionsign in Popup like codeproject.com Pin
RA|-|UL PATEL6-Nov-12 1:27
RA|-|UL PATEL6-Nov-12 1:27 
AnswerRe: sign in Popup like codeproject.com Pin
Matt U.6-Nov-12 2:14
Matt U.6-Nov-12 2:14 
QuestionNeed help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 0:39
silentspeaker6-Nov-12 0:39 
AnswerRe: Need help to upload 500 MB file on FTP Pin
Richard Deeming6-Nov-12 1:32
mveRichard Deeming6-Nov-12 1:32 
GeneralRe: Need help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 3:31
silentspeaker6-Nov-12 3:31 
GeneralRe: Need help to upload 500 MB file on FTP Pin
Richard Deeming6-Nov-12 4:05
mveRichard Deeming6-Nov-12 4:05 
GeneralRe: Need help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 4:38
silentspeaker6-Nov-12 4:38 
GeneralRe: Need help to upload 500 MB file on FTP Pin
Richard Deeming6-Nov-12 4:59
mveRichard Deeming6-Nov-12 4:59 
GeneralRe: Need help to upload 500 MB file on FTP Pin
silentspeaker6-Nov-12 5:05
silentspeaker6-Nov-12 5:05 
GeneralRe: Need help to upload 500 MB file on FTP Pin
Richard Deeming6-Nov-12 5:16
mveRichard Deeming6-Nov-12 5:16 

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.