I have a Windows 2008 Server with IIS7 on it and a web page running under the name, let's say myApplication. I have a domain name that points to the IP of my server, let's say myApplication.com.
In order to access my application I have to enter http://myApplication.com/myApplication.
If I write http://myApplication.com/ I arrive to th...
Hello
I have a web app that uses log4net to log errors to a log file.
It works well when I publish my website via xcopy but when I build a package installer, log4net does not appear to work when remote users access my site.
I use impersonate=true in my web.config and log4net only logs errors when I am the logged user.
I have another a...
Any suggestions for an accurate Web Log analysis tool to generate reports on the IIS logs? We used WebTrends, but I don't feel it was accurate.
...
Hi
I can't add service at VS2008 to Sharepoint services
when i tried to
http://tomasekweb.com/Test1/_vti_bin/Lists.asmx
and click on GO
The user and password was needed,I typed it but, it's still needed.
I don't know, what i have to set on sharepoint site.
I have only one user on Sharepoint server.
...
I've seen services like this before, where you give a URL and you're given an RSS feed of changes to the web page. But google is not turning up anything quite as simple/usable as what I'm remembering.
Please submit one such service or solution per answer so that as the landscape changes they can be voted up or down accordingly.
(Custo...
I'm trying to come up with ways to speed up my secure web site. Because there are a lot of CSS images that need to be loaded, it can slow down the site since secure resources are not cached to disk by the browser and must be retrieved more often than they really need to.
One thing I was considering is perhaps moving style-based images a...
I just read Joel Spolsky's article, Up the tata without a tutu, where Joel says,
In those days, there were no
application servers.
and
There really weren't any other app
servers in those days.
So basically, how did people write web apps in those days? Did they write their own implementations of web servers and app servers...
I have a product registration form that allows the user to add additional product fields by clicking "add product". When the user clicks add product, Javascript creates new product field in an existing div.
I currently allow up to 10 products to be added on the form, so I setup a div structure like this:
<div id="product1"></div>
<div ...
I'm looking for any examples anyone might have seen of how to effectively present a list of items (about 1500 total) so that multiple items can be selected.
I've seen a couple similar question where the answer suggest an auto-complete, which works to select a single item, but that doesn't address how to allow users to select multiple it...
I have found services like ClearSpring and Widgetbox for putting content snippets onto a widget range of social networking web sites, but I would like to build my own widgets without a third party dependency. I have been looking but I have not yet found a good resource to learn how to create widgets/gadgets for multiple sites. It was eas...
I know this is possible via a simple registry change to accomplish this as long as IE/firefox is being used. However, I am wondering if there is a reliable way to do so for other browsers,
I am specifically looking for a way to do this via an installer, so editing a preference inside a specific browser will not cut it.
...
Every time i click on a link it opens in internet explorer but i want it to open in another window of my web browser
Details : i have made a tabbed web browser using a tab control because every where else i have looked is just for a normal web browser please help.
...
Hi,
How can i use Watin to get the list of available button on a website?
How do the watinTestRecorder do it?
thanks
...
Anybody know what flash component is this site using : http://www.comboutique.asia/shop/design_your_own_t_shirt.html? It looks neat and feature rich.
I've tried http://www.harboarts.com/shirtdesigner/ but it doesn't really nice compared to the above.
Thank you.
...
Hi,
I deveploped a simple WCF service called CLSAPIService that it's Contract contains a method named UpdateLastOpenCloseCall:
[OperationContract(Name = "UpdateLastOpenCloseCall", Action = "http://uniform.com/UpdateLastOpenCloseCall")]
CallResult UpdateLastOpenCloseCall(int iSwitchID, int iAgentID, string strExtension, BusinessD...
I came across a problem in my current application that required fiddling with the query string in a base Page class (which all my pages inherit from) to solve the problem. Since some of my pages use the query string I was wondering if there is any class that provides clean and simple query string manipulation.
Example of code:
// What ...
What is a good site to check current web usage statistics -- particularly Java version, OS, browser. I have been trying to figure out Google Zeitgeist because it supposedly has this information, but I can't find it.
...
i would like a webpage which streams audio. However i do not want the user to DL the stream everytime he listens. I would like it to work like youtube where you can listen to it as often as you like as long as you dont leave the page (or longer). How would i program that. I would be streaming the common formats, mp3, m4a, ogg, (maybe) a...
I'd like to hear some opinions as to what role, if any, parallel computing approaches, including the potential use of the parallel extensions (June CTP for example), have a in web applications. What scenarios does this approach fit and/or not fit for?
My understanding of how exactly IIS and web browsers thread tasks is fairly limited...
I love the StringTemplate engine, and I love the CherryPy web server, and I know that they can be integrated.
Who has done it? How?
EDIT: The TurboGears framework takes the CherryPy web server and bundles other related components such as a template engine, data access tools, JavaScript kit, etc. I am interested in MochiKit, demand C...