Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: response.redirect problem Pin
Sandeep Mewara27-Jun-12 4:44
mveSandeep Mewara27-Jun-12 4:44 
QuestionForce a postback from asp code behind Pin
Steve Holdorf26-Jun-12 11:48
Steve Holdorf26-Jun-12 11:48 
AnswerRe: Force a postback from asp code behind Pin
Sandeep Mewara26-Jun-12 20:32
mveSandeep Mewara26-Jun-12 20:32 
Questioncalling __doPostBack() from JavaScript does not respond after adding AJAX ScriptManager on the form Pin
rssadiq26-Jun-12 11:40
rssadiq26-Jun-12 11:40 
AnswerRe: calling __doPostBack() from JavaScript does not respond after adding AJAX ScriptManager on the form Pin
jkirkerx26-Jun-12 12:21
professionaljkirkerx26-Jun-12 12:21 
QuestionTime Out problem Pin
WebMaster26-Jun-12 8:29
WebMaster26-Jun-12 8:29 
AnswerRe: Time Out problem Pin
jkirkerx26-Jun-12 9:54
professionaljkirkerx26-Jun-12 9:54 
AnswerRe: Time Out problem Pin
Roger Wright26-Jun-12 19:19
professionalRoger Wright26-Jun-12 19:19 
Are you hosting with a commercial service, or on in-house servers? In either case, the first thing I'd do is to enable logging on both IIS and SQL Server, then review the log files for clues to where the timeouts are occurring. If you're on your own servers, it's much easier, as many commercial hosts charge extra to gain access to the built-in log functions. If you're using an outside service, you may have to fight for access and pay an unreasonable fee for the privilege of viewing what costs them nothing to give you.

If this isn't an option available to you, you may have to modify the site code to monitor and report to you the time required to complete critical steps. A little creative scripting to generate a text file of calls to the SQL Server and return times might be useful for diagnosing the problem. Add a log.txt file to your site, add code to write timestamps to it for as many calls as you think might be contributing to the problem, and download the file periodically for review. Depending on the site structure and design, you might also be able to capture all error messages and log them to a file, if they aren't being displayed to you when an error occurs.

Of course, it may be that your hosting service sucks. It's unfortunate, but some really are substandard.
Will Rogers never met me.

GeneralRe: Time Out problem Pin
WebMaster27-Jun-12 4:38
WebMaster27-Jun-12 4:38 
GeneralRe: Time Out problem Pin
Roger Wright27-Jun-12 20:05
professionalRoger Wright27-Jun-12 20:05 
Questionrun web form app under local iis from vs 2010 Pin
classy_dog26-Jun-12 6:09
classy_dog26-Jun-12 6:09 
AnswerRe: run web form app under local iis from vs 2010 Pin
R. Giskard Reventlov26-Jun-12 6:17
R. Giskard Reventlov26-Jun-12 6:17 
GeneralRe: run web form app under local iis from vs 2010 Pin
classy_dog26-Jun-12 12:19
classy_dog26-Jun-12 12:19 
QuestionError XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Member 245846725-Jun-12 22:05
Member 245846725-Jun-12 22:05 
AnswerRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Sandeep Mewara26-Jun-12 0:41
mveSandeep Mewara26-Jun-12 0:41 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Member 245846726-Jun-12 18:42
Member 245846726-Jun-12 18:42 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Sandeep Mewara26-Jun-12 20:05
mveSandeep Mewara26-Jun-12 20:05 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Member 245846726-Jun-12 23:30
Member 245846726-Jun-12 23:30 
GeneralRe: Error XML Parsing Error: not well-formed Location: http://localhost/asp/ Line Number Pin
Sandeep Mewara27-Jun-12 5:19
mveSandeep Mewara27-Jun-12 5:19 
Question"Unable to launch the configured Visual Studio Development Web Server" Error Pin
Z@db@khsh25-Jun-12 5:42
Z@db@khsh25-Jun-12 5:42 
AnswerRe: "Unable to launch the configured Visual Studio Development Web Server" Error Pin
Sandeep Mewara26-Jun-12 0:39
mveSandeep Mewara26-Jun-12 0:39 
GeneralRe: "Unable to launch the configured Visual Studio Development Web Server" Error Pin
Z@db@khsh20-Jul-12 8:46
Z@db@khsh20-Jul-12 8:46 
Questionweb form dictionary compare Pin
classy_dog24-Jun-12 18:44
classy_dog24-Jun-12 18:44 
AnswerRe: web form dictionary compare Pin
Rahul Rajat Singh25-Jun-12 0:29
professionalRahul Rajat Singh25-Jun-12 0:29 
AnswerRe: web form dictionary compare Pin
jkirkerx25-Jun-12 8:55
professionaljkirkerx25-Jun-12 8:55 

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.