C# - Test WebApplication In Different Internet Speed?
Mar 29, 2010how is it possible to test a web application developed in VS 2008, in different internet speed connections?
View 5 Replieshow is it possible to test a web application developed in VS 2008, in different internet speed connections?
View 5 Replieshow is it possible to test a web application developed in VS 2008, in different internet speed connections?
View 8 RepliesI want to print upload and download speed on label in Mbps not in Kbps.
I want Like this...
Just visit link n see [URL] ...
I need to build a page to test online video speed.
video will be uploaded in my webserver and there is no flash play in the server. I need to have two players. one is window media player, second is a flashplayer (prefer using google player)
Page layout:
Windows media player
report of speed testing
Flash player
report of speed testing
report requirement
1.length of video
2. total time that spend to load this video (dynamic is better)
3. average download and upload speed during playing the video
I transferred my precompiled Default.aspx and all related image files to the main folder of my www.freewebs.com account. I also transferred App_Code.compiled, App_Code.dll, App_Web_c871ipga.dll, App_Web_s_wu1khu.dll, App_Web_vy0pwb06.dll, and default.aspx.cdcab7d2. compiled in a new bin folder. When I accessed the URL address for the Default.aspx file in my freewebs account, all that I got back on my browser was: This is a marker file generated by the precompilation tool, and should not be deleted!
I also tried to deploy without precompilation. However, when I transferred my uncompiled Default.aspx web page to my freewebs account and entered [URL] what I got back on my browser was only a listing of the source code for the web page complete with my C# script code. Why can't I execute an ASP.NET web page?
Can you test your connection from localhost to internet host Sqlserver Database
View 4 RepliesI put this code in my aspx file :
[Code]....
when I access my aspx file through Internet I can download the file "Test.exe" but my internet security doesn't permit to install it. Has anyone had this problem?
I have an ASP.NET Web Forms Application in migration process to ASP.NET MVC 1. Urls are as follows:
[URL]
(hxxp because stackoverflow thinks they are links and prevents me from posting so many)
"mvc" is another application inside my Web Site in IIS7.
I now need to be able to do this:
[URL]
Where 'subsiteName' can be anything and must be checked in runtime. I can't create directories for each subsiteName.
I thought of UrlRewriting, so /subsiteName/* rewrites to /*, but then I'd have to rewrite from WebForms to MVC.
I can't imagine a way to make a request to [URL]ever be taken by the MVC application in this scenario.
when i test this page http://www.catalogues4u.com.au/ViewCategory.aspx?catID=119 im getting the above error. to replicate this issue visit the above page in ie7 and you will get the prompt.
View 3 Repliesi have to do some message exchange with a 3rd party (in a website).When the client posts a page, i start the message exchange. When that doesn't succeed for some reason, i report this to the client by rendering the page with a message.On the background, in a separate thread, i start a process to send abort messages to the 3rd party. I can't do this while the user is waiting for the page to come back, because it might take a few minutes.But in a test project, the test ends when the message to the 3rd party is sent, and after the new thread is started. But it seems that the new thread also ends, when the test is done.
Is that normal behaviour?I do start the thread in a new class with a reference to 2 objects from the class which tries to send the message in the first place, may that be a problem?EDIT: it keeps running when the whole process is started in IIS
When im try to export to excel from my web page im getting this error.
View 2 RepliesI am doing Automated coded ui testing in asp.net 2010 for web application. I am testing site and i need to know how can i create the test which will work with all browsers. Right now i created test in IE 8 but its not working in Firefox. So is there any way i can create one test and will work in all browser.
View 2 RepliesIm running a web application in visual studio 2008...
while running, my first web page url is [URL] while i run this in another system, it is [URL] Really eager to know what is this all about...
because the images in root folder are displaying in my system but not in another system...
Question: I have a web setup project.
It installs the webapp and puts it into the appropriate virtual directory.
So far so good.
My question now is: how do I set folder write permission?
My problem is, I can set the permissions programmatically, but I need to know the IIS user the application runs under, since it's that user that need the permissions.
I need to put the TabControl in the WebApplication... but i dont know how i do that?
View 4 Repliesi have datagrid , data coming from database but data in database as formated , i want to show data wihotu format
below example:
<B> test </B> data base has this type data
but in grid i want to show test not with format,
i am getting same data from database.
I installed Visual Studio 2010 (ultimate). When I click on New Project-> Visual Basic (or C#)-> Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?
I am using Visual Studio 2010, Windows 7 and IIS. I have written a small WebApplication and I want to publish the WebApplication in the localhost. So I click on the project in Visual Studio => Publish => choose File Sytem => Local IIS. After that, I get an error:
To access local IIS Web sites, you must install the following IIS
components:
IIS 6 Metabase and IIS 6 Configuration Compatibility ASP.NET
In addition, you must run Visual Studio in the context of an administrator account. For more information, Press F1.
This topic is new for me, so I am a beginner. What exactly must I do to solve this error?
I wonder if there are some differences between creating a WCF service and an MVC web-application. If you know of good links on how to create such a service for an MVC application that returns a JSON object please do post them.
View 1 RepliesI am trying dynamically to create an .ics file when ever a user clicks on a attend button in an asp.net application . But it is throwing an runtime error. if we dont have any controllers except other than a single button control , we were able to generate the .ics file, but a full fledged aspx page which in turn is associated with an master page . we are getting errors.can some one let us know if there is an alternative solution for these kind of issues.
View 4 Repliescan you tell me what is the difference between webservice and webapplication.
View 4 Repliesi have done Export to Excel code from Gridview to Excel Sheet. i have got the download Dialog box. How to Get the Button Value whether the datas are saved/Downloaded or Dialog box is closed by hitting cancel button .....
i want to identify the button hitted is Save or Cancel in the Download dialog Box.
code :
public void Export(GridView GridView1, DataTable dtGuid)
{
string attachment = "attachment; filename=ScratchcardDetails.xls";
Response.ClearContent();.....
i am trying to use vb 6.0 dll which is for window application in .net webapplication so tell me can i use it if yes then
View 1 RepliesIs there any way to use WINSCP in WebApplication. My purpose is i shoud need to retrieve the files or folder through secure way means by the way of SFTP or FTP. So that i would like to create an application which is having the feature of file retrievan through secured way.
I would be more good if an ready made dll available to configure with Webapplication in order to achieve the retrieval procees through secured SFTP or FTP
currently investigating SharePoint for our company as a means to make Excel processing accessible through our web application without relying on the Office Interop DLL files. (our sysadmin doesnt want to install Office on the production server, for good reason)I'm aware that Sharepoint has an Excel Webservice that can be enabled and used by the application. The problem, if it is a problem, is that I need to make a class that wraps all the logic for transforming an Excel into HTML.So I need to add the references to this webservice to the application.
But what if we need to deploy the application with a customer that has no SharePoint server available, will this cause a problem in the application? We will use checks to make stuff visible and invisible depending on whether a parameter is set, but I'm looking for a means to ensure that I can for example add the required references at runtime when I need them for Sharepoint.