How To Check Website Technology
Mar 1, 2011Possible Duplicate:
To know whether a web page is built using PHP, JSP, ASP.NET, or other technologies
How can I check if the website is created in asp.net technology ?
Possible Duplicate:
To know whether a web page is built using PHP, JSP, ASP.NET, or other technologies
How can I check if the website is created in asp.net technology ?
i have created a website in vs 2008. and i want to deploy that website on other system. i don't want to give all the source(just like .exe file not source).
View 4 RepliesAs with other posts recently dealing with httphandlers and streaming(which have been reolved so far) we store video files outside of the site directory.. so my question is that each record has a path stored with the physical like e:storagevideosvid123.avi and so on..
is there any way to validate that the video actual exists before i try playing it? I mean in the table the record could have the path, but as exceptions already came up that the actual video is not in that location or for that matter a invalid path that maybe is no longer available on the server.. i want to play a generic video clip in its place..
I have used Directory class and always dealt with paths within the site, but i need to venture out of the site and check the actual server for the path, if it exists then check if the file exists, if not display my video, if it does then play the actual video.
i registered in one website and that website for checking that i'm the website owner gave me a piece of scripts below to put in <head> section of my website home page and there was a button there .when i added the script in my home page and clicked the button it checked the ownership and responded that website was successfully verified.
<meta name="SomeName" content="StringLikeThis125487akdhfhfhf" />
Now i want to do that too in my website.it means those websites that want to be in my website directory must do this.
How can i do this automatic verification in asp.net?
I have two websites. One site contains nothing but image files. This is a sub-domain of the main website. The main website allows the user to search a database of information and displays that information. I create a grid with a link to the file. In my row_databound function, I want to check to see if that file exists on my other website. If it doesn't I remove the link, otherwise I leaves a link to that file. how to verify that the LINK actually goes to a file that exists?
View 2 Repliesmethod to check my site in developing against the 3 major browsers: IE, FF & Chrome.
I don't want to install all 3 of them, so I was wondering if there any way to emulate the environment of the browser?
i am planing to set up a new webproject which has to use a database and a model which can be presented in a browser. I looked at a lot of technologies (JSF, PHP, ..) but i could not find a free and easy framework/technology for me (in the end i prefered asp.net, but this is not free). What can you recommend me for a new webproject from scratch?
View 3 RepliesPossible Duplicate:
WCF Book Recommendation
Which book is best for WCF technology .
I need to create a web application where the layout of the site is entirely programmatically generated - about the only thing that's done declaratively in the markup is the header. Basically, it's one of those AJAX-enabled entire-site-within-a-single-page type of sites where huge chunks of content (structured as modules such as navigation panes for example) are swapped in and out on the fly. From lowest-level to highest-leveled, the options I've considered are:
Classic ASP - Since ASP provides full control over the final output, this would be perfect if not for the lack of separation between logic and presentation and the subsequent lack of code reusability. ASP.NET MVC - REST and MVC routing seem like a poor fit, since there's only 1 actual webpage. Also, interpreting and transforming data and even the UI itself based on business rules (as opposed to direct user input) lies well outside of the deterministic CRUD operations that MVC excels at.
ASP.NET Webforms - Tried something like this using Webforms in the past, but ended up fighting with the ViewState and Postback event model every step of the way. Needless to say, performance was extremely poor and the codebehind was a mess due to the complex logic needed to fully and precisely regenerate each and every single aspect of the page on every single Postback. Silverlight - To be honest, I've never used this. Non-Microsoft technologies - None of the popular ones (PHP, JSP/J2EE, Flash) are entirely suitable either.
It is possible to blend regular ASP.NET with Silverlight and MVC in the same project or as different projects in the same solution?
View 2 Replieswhat i want is to have pr of each website listed in gridview.
The gridview is populated through database.
Is it possible in asp.net?
Like I want to check
on Every page <h3> tag must come after <h2> otherwise page should be marked.
like if any page has PDF then Some particular text <p>Download Adobe reader from here</p> should be at bottom of every page is this condition is not matched then page should be marked.
I want to make different type of conditions to check then want to check on whole site and if anything mismatch then report should be generated.
I have a webpage that you pass in an id parameter (via a querystring), which it then uses to fetch data from a database. Typically, a user would navigate to this page from another page that lists only those records that the user has access to. However, if they go directly to the page by typing in the URL in the Address Bar, they can effectively view any record they like. to type something like http://localhost/TestSite/ClientAdmin/ManageLocation.aspx?LocationID=5 into their Address Bar, they can access the database record with the LocationID equal to five - even though they shouldn't have access to it
View 2 RepliesI have a problem i want to check when prospect visit the website and see what page they link at in c#.
View 3 RepliesWhat is the best server side technology to learn?
View 1 RepliesRecently we got a project which can be developed either in J2EE or Asp.Net (no restriction from client). Client is asking to give best solution to maintain the project in long run.
Here I don't want to discuss about "Java vs .NET" but need to know which one is preferable to reduce maintenance cost. If I choose any of these technologies, which one will require less development and maintenance cost. Also consider recruiting people like developers, server administrators and software purchase and etc.
If I go to Java, I can choose any Operation System, Web Server, Application Server and database. But for a kind of enterprise applications will there be any low cost when compared to MS technologies?
Simply putting, assume I need to have 100 web servers, 30 database servers. Which one will require less investment?
I am an ASP.NET developer. What is the latest technology in ASP.NET and also the documentation about it?
View 4 Replies I was planning to utilize MVP, DDD, TDD, IOC, Dependency Injection, Repository , StructureMap etc but the timeframe is very tight and this can also be achieved in n -tiered architecture:
Technology:
Client Web Portal
ASP.Net /C#/SQL Server
Project Specification:
5 types of customers
Template of service
Dynamic Data Driven portal
Modules can be activated/deactivated through management console
Branding and customization
Rapid deployment portals of future clients as well
Portals willallow for customization
Data reporting services: reports and
BOBJ Ad hoc Query
Value- Add services to the clients
portal
Each Clients welcome page can be
customized by client as well
How can I determine which Client is
on "Welcome" page without them
logging in? Create different URLS for
each client base? how?
Mobile Application services
Localization
Demo portal should be built and sent
to client for testing rapidly
Database structure:
There will be core database which will be connected to 50-60 client databases depending on the login and other details.
What is the best approach in terms of data layer? since dynamic db connections will have to be implemented?
We are building an extranet loan status check website using ASP.NET MVC with a WCF backend. Its a pretty standard design with the MVC site using a WCF service reference to get customer objects. The ervice uses an Oracle backend + http binding, and won't be hosted on the same server as the MVC site (so we can't use tcp binding to reduce latency).
The problem we encountered is that every call to the service is resulting in a 7-8s response time which is unacceptable for an extranet site and much higher than the 2s magic mark. The service method(s) call 12 stored procedures to create the customer object. The database is, unfortunately, denormalized (we can't change it as its also used by other inhouse production systems) so most of the calls are basic select statements which populate the customer object and its associated objects. The service proxy is properly opened and closed/disposed in the MVC actions so there are no instances of any service connection leaks. A new client proxy is created for every request (i.e., we are not using the singleton pattern for the service). how we can speed this up ?
My requirement is that I have a few hyperlinks on a webpage and when the user clicks on these hyperlinks I should redirect the user to an asp.net web page(Default.aspx) in a different website.
For the 1st time when the user clicks on one of the hyperlinks it will launch a new browser window with the Default.aspx loaded and then if the user clicks on some other hyperlink I want to redirect the user to the existing browser window(in which deafult.aspx is already loaded)with the content related to this particular hyperlink loaded,instead of launching a new browser window/tab.
But I am not sure of how to achieve this.I wonder if I can add some js to the asp.net Default.aspx page to achieve this.
Maybe anyone know how to create video conference with .NET? And also how to including the video conference in ASP.NET website?
View 2 RepliesI am making a clone of quibids.com in asp.net. This site is in PHP. Can anyone check it and tell me which technology / language they are using behind those so many running counters at the same time? Is that server side counter or client side counter? I have tried ajax counter and ajax update panel in asp.net but it is taking so much time to load all counters and to run those counters. You can see my created website at : [URL]. Can anyone suggest me any good server side counter than ajax counter which can run fast or if I use a simple javascript counter, how can I bind it with database?
View 1 RepliesI wonder what kind of technology, different advertising networks use, such as YieldAds, DoubleClick and Google Ads.
View 1 RepliesI have a RFID reader which reads my employee code. Now i want to log the date and time of the chip when it is scanned by the reader (ie) for an attendance system Login time and logoff time. I would like to use asp.net MVC and sql server 2005. how to integrate RFID with an asp.net mvc web application. Where should i start?
View 2 RepliesHow to implement push technology in asp.net ...
View 1 Replies