sometimes when we try to create sub site using site template or we might have some code that takes longer time to debug, it will time out and the error will show that "Thread was being aborted".
In my case I follow following steps and get rid from it.
1. In a basic text editor such as Notepad, open the web.config file
2. Press CTRL + F to open the Find dialog box.
3. Find the following tag:
<httpRuntime maxRequestLength="51200" />
4. Replace it with this tag:
<httpRuntime executionTimeout="6000" maxRequestLength="51200" />
Original Post: thread-was-being-aborted-error.
Subscribe to:
Post Comments (Atom)
What is the Use of X and Y Properties in Power Apps SharePoint List Form?
If you've spent any time customizing SharePoint List Forms using Power Apps, you've likely come across the X and Y properties ...
-
Code Review :- General 1. Remove the commented code 2. Variable name should not be contain "_". 3. Query should be in separat...
-
Issue : Recently, we had a requirement to sync the calendar between shared mailbox outlook and SharePoint Calendar list. We have created 2 f...
-
In last blog we learn how can we enable footer on SharePoint Online Modern Communication site. If you have not gone through that you can use...
No comments:
Post a Comment