Click here to Skip to main content
15,917,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: creation of pdf using ASP.Net Pin
Vasudevan Deepak Kumar7-Mar-07 6:16
Vasudevan Deepak Kumar7-Mar-07 6:16 
GeneralRe: creation of pdf using ASP.Net Pin
varun_khanna177-Mar-07 18:33
varun_khanna177-Mar-07 18:33 
QuestionCheck Database after every 10 Seconds? Pin
Abubakarsb6-Mar-07 23:48
Abubakarsb6-Mar-07 23:48 
AnswerRe: Check Database after every 10 Seconds? Pin
N a v a n e e t h7-Mar-07 0:35
N a v a n e e t h7-Mar-07 0:35 
GeneralRe: Check Database after every 10 Seconds? Pin
Abubakarsb7-Mar-07 0:52
Abubakarsb7-Mar-07 0:52 
AnswerRe: Check Database after every 10 Seconds? Pin
Guffa7-Mar-07 7:36
Guffa7-Mar-07 7:36 
AnswerRe: Check Database after every 10 Seconds? Pin
Carmine_XX7-Mar-07 9:49
Carmine_XX7-Mar-07 9:49 
QuestionChanging maxAllowedContentLength (FileUpload Control) [modified] Pin
sync_austin6-Mar-07 23:21
sync_austin6-Mar-07 23:21 
I'm using VS.NET 2005 running on Vista.

The issue pertains to being able to upload large files in an ASP.NET application when using IIS 7.0

My Web.config file for my application I have:

maxRequestLength="200000"

However when uploading large files (I've tried with a 150MB file) I get this error from IIS 7.0:
----------------------------------------------------------------------------
Server Error in Application "Default Web Site"

--------------------------------------------------------------------------------

HTTP Error 404.13 - Not Found
Description: The request filtering module is configured to deny a request that exceeds the request content length.

Error Code: 0x00000000

Notification: BeginRequest

Module: RequestFilteringModule

Requested URL: http://localhost:80/Admin/encryption.aspx

Physical Path: F:\VistaDocuments\Visual Studio 2005\WebSites\QuizEngine\Admin\encryption.aspx

Logon User: Not yet determined

Logon Method: Not yet determined

Handler: PageHandlerFactory-Integrated

Most likely causes:

Request filtering is configured on the Web server to deny the request because the content length exceeds the configured value.
What you can try:

Verify the configuration/system.webServer/security/requestFiltering/requestLimits@maxAllowedContentLength setting in the applicationhost.config or web.config file.
More Information... This is a security feature. Do not change this feature unless the scope of the change is fully understood. You can configure the IIS 7.0 server to reject requests whose content length is greater than a specified value. If the request's content length is greater than the configured length, this error is returned. If the content length requires an increase, modify the configuration/system.webServer/security/requestFiltering/requestLimits@maxAllowedContentLength setting.


--------------------------------------------------------------------------------
Server Version Information: Internet Information Services 7.0.

thanks in advance





-- modified at 5:28 Wednesday 7th March, 2007
AnswerRe: Changing maxAllowedContentLength (FileUpload Control) Pin
N a v a n e e t h6-Mar-07 23:45
N a v a n e e t h6-Mar-07 23:45 
QuestionHow i can add flashnews in asp.net webform Pin
anujose6-Mar-07 22:40
anujose6-Mar-07 22:40 
AnswerRe: How i can add flashnews in asp.net webform Pin
N a v a n e e t h6-Mar-07 23:40
N a v a n e e t h6-Mar-07 23:40 
GeneralRe: How i can add flashnews in asp.net webform Pin
anujose7-Mar-07 0:20
anujose7-Mar-07 0:20 
GeneralRe: How i can add flashnews in asp.net webform Pin
N a v a n e e t h7-Mar-07 0:38
N a v a n e e t h7-Mar-07 0:38 
QuestionPlease Help!!! Pin
Mr.Sam6-Mar-07 22:38
Mr.Sam6-Mar-07 22:38 
AnswerRe: Please Help!!! Pin
badgrs6-Mar-07 23:23
badgrs6-Mar-07 23:23 
GeneralRe: Please Help!!! Pin
Mr.Sam6-Mar-07 23:55
Mr.Sam6-Mar-07 23:55 
AnswerRe: Please Help!!! Pin
Guffa6-Mar-07 23:34
Guffa6-Mar-07 23:34 
AnswerRe: Please Help!!! Pin
N a v a n e e t h6-Mar-07 23:36
N a v a n e e t h6-Mar-07 23:36 
GeneralRe: Please Help!!! Pin
Mr.Sam6-Mar-07 23:51
Mr.Sam6-Mar-07 23:51 
GeneralRe: Please Help!!! Pin
N a v a n e e t h7-Mar-07 0:31
N a v a n e e t h7-Mar-07 0:31 
GeneralRe: Please Help!!! Pin
Mr.Sam7-Mar-07 0:35
Mr.Sam7-Mar-07 0:35 
GeneralRe: Please Help!!! Pin
Elina Blank7-Mar-07 2:53
sitebuilderElina Blank7-Mar-07 2:53 
QuestionAdd New User Pin
Jagga_Jatt6-Mar-07 22:27
Jagga_Jatt6-Mar-07 22:27 
AnswerRe: Add New User Pin
Jagga_Jatt7-Mar-07 11:48
Jagga_Jatt7-Mar-07 11:48 
QuestionVery Urgent Pin
sweetemmu16-Mar-07 22:17
sweetemmu16-Mar-07 22:17 

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.