Web Forms :: Decrease The Load In A Lot Of Users Simulteniously Visit On Side?
Aug 28, 2010I an developing a asp.net website using c#.can anybody suggest how to decrease the load in a lot of users simulteniously visit on my side
View 4 RepliesI an developing a asp.net website using c#.can anybody suggest how to decrease the load in a lot of users simulteniously visit on my side
View 4 RepliesI have an ASP.net MVC 2 application that runs well locally. However when I move the files to my production server, I get a first time lag of about 30 seconds, I assume this is a first compile. After that the application works fine. Then after about 20-30 minutes of non use, the applications takes another 30 seconds or so to load.
I did try to precompile the code, but there is still a lag during the first load.
Are there any trick to getting the application to work faster on the first load?
I am using ASP.net 3.5, IIS 6 , visual studio 2010, MVC 2.
How to decrease the page load time in ASP.NET application? What should be the precautions and specially when we are interacting with databases
e.g.
wise use of viewstate
Set in web.config when deploying the app
etc
I want right side of the page contain panel bar..when press each item in the panelbar i want load aspx page on the right side of the page with out page refreshing.. because I am going to develop software...
View 12 RepliesI know that setting runat="server" and specifying an id for an iframe control, makes it accessible on the server side but what I need is that the iframe source contents get loaded at server side not client side.Is it possible?Why do I need it this way?
Currently my iframe source site is configured for ntlm authentication and sso which means it would read my windows credentials whereas I'd need it reads the credentials provided by the site which hosts that iframe.
how to show two asp:repeater side by side with same functionality.I have tried have copied same code with different method names but am not getting it only ten records by default its showing for second repeater and first repeater works well.
View 1 RepliesThe article described fine work on Button Click But I want to use On page Load [URL] ....
View 1 RepliesIn my application image size is comming as 99999 in byte.so that i m unable to view my page because its too large.
so i want to decrease that size.
I want decrease my database's file size I mean I want decrease .ldf and .mdf file's size... How I can do it?
View 1 RepliesI am using .net 3.5 c#
i have this asp:Image
<asp:Image id="Imgage1" runat="server"></server>
I tried to load image from server side when page load
like this
Image1.ImageUrl = "~/mine.jpg";
But it did not work.
I have developed an asp.net application .....Here i need to get Client IP Address , Date Of Visit and Location of the client .....And other useful client information which should be uniquely identifiy users from others ....
View 5 RepliesI m doing paging in gridview. The paging one which acts like footer is of more height. I m trying to decrease the height but it is not working. when I m trying to increase it working.
View 3 Replies iam using asp.net with c#,
i want to remove browse text and decrease the size browse button of fileupload control in asp.net
i want to place like dot .... like symbol in place of browse text and decrease the size of browse button .
I have 2 gridviews in an aspx file. The First one is master grid, and the second one is detail grid. (such as Customer and it's Invoices) First, I load data into master grid. I use FireBug and notice that every row has it's row id, such as:
<tr onmouseover="javascript:SetRowColor('ctl00_ContentPlaceHolder1_grdResult_ctl02',0);"
id="ctl00_ContentPlaceHolder1_grdResult_ctl02">
.....
</tr>
Then, in master grid, I select a buttonfiled in a row to load the second gridview.Every thing alright, the second grid has it's row id But The master grid lost all row id that I dont know the reason why?
In my web application, an users identity is verified at the page load using his n/w credentials.Now i have this 'Adding Attachment' functionality which us creating the problem. I have to store the file in a different server which have access to only one userid. I guess i hv to impersonate the cuurent user with the other user id for this functionality alone
View 11 RepliesI'm using VWD 2010 asp.net 4.0 and SQL Server 2008 Express
I created a website that uses security with aspnetdb configuration
now I have hundred users that need to access this website
And I don't want manually insert them one by one
Is there any way (T SQL Stored Proc or ASP.NET VB code) to automated this bulk insert?
Web forms .NET application, is starting to meet 64 bits Windows servers and we have a 32bit DLL from one of our component vendors (its a hardware key, actually). I checked the instructions here "compiling a .net application with either a 32-bit or 64-bit dll". It is also what our vendor sugested. question: is there a performance impact on compiling a web application to run on x86 mode ?Please don't flame me for using a hardware key
View 1 RepliesOn this page: http://vucsyd.dk/kursus/web/TilmeldingEksamenTest.aspxe.g. student number: 10629 kan mark rows and make choices in dropdownlistsBy next visit i i would like the page to show earlier choises. Do i have to change everything or is there an easy option?Site code:
[Code]....
Stored procedure:
[Code]....
I wanted to make extensive changes to a project, so I created a copy of the project folder. In the new version, I renamed all of my namespaces and a few classes. Everything compiles and runs, however, I am getting this javascript error. 'ASP.NET Ajax client-side framework failed to load' and my 'Auto complete' text box no longer works. This error does not occur in the original project.
The HTML source between the original and the new project are identical, save for the few lines of code that throw this error. The web.config files are identical.
i am facing a serious problem with ajax that ASP.NET Ajax client-side framework failed to load and also sys is undefined.i have asp.net 3.5 service pack 1 installed on server.also using toolkitscriptmanager on pages have checked iis for .axd extension.It is there.system date is okk.have latest version of ajaz control toolkit.on localhost it is working fine.but giving error on live server.
View 3 RepliesMy working Web site today suddenly got this problem after last publish, In new publish we didn't hit any thing regarding Ajax dll or Script Managers.
View 1 RepliesI have one desktop application which is maintain all information related to laws of high court. we have stored lots of data in my application and now
our database size is almost 40 GB.
So my application runs quite slow.
How can i reduce the database space on my hard disk.
I wonder how they build visit conters that can be used on more tha one page?
View 1 Replieshow to decrease the width of the crystal report in asp.net
View 1 RepliesI have seen all the previous posts but did not got any solution. I am using URL routing and the website runs fine untill i change the global.asax file. Till then all the configurations runs properly. The web.config is also correct and ihave added the modules required for URL routing. Now when i change the global.asax file, i get the following error on my masterpage:
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
[code]...