I have deployed my asp.net 2.0 website on IIS, and I tested there by browsing website in IIS and it's working fine.
But I am getting the below error while browsing the website
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific er...
We've got a .NET application as a front end with a Java based ECM solution as a backend. So the front-end does requests to the back-end through IIS.
The issue is that it works fine for GET requests, but POST requets are most of the times really slow (not always).
We've tried doing POST requests using the POSTER plugin for firefox and i...
We're a Windows shop, but have set-up ActiveCollab installed under IIS using a PHP plug-in and having set-up a MySQL database server.
I've just upgraded up to the latest version of ActiveCollab (2.3.1), but I'm having difficultly getting the SVN integration working.
As shown in the screenshot here: (http://www.avonandsomerset.police.uk...
I have encountered numerous times when a silverlight program is running perfectly, but after a random interval, I will see the silverlight plugin crash message.
It happens on my own projects before which just display a static page with UI for me to test.
Was running on localhost.
Happened at a networked area where my frenz access my ii...
In the asp.net webservice, I have a static dataset that loads data (synchronized) upon first time access. However, when IIS recycle the app pool, I have exception thrown because of "Collection was modified; enumeration operation might not execute."
The recycle will start the new process, which will create new static dataset, the request...
I have an IIS-7-hosted website which is accessible by everyone (public domain), and it has several applications inside it. But I want only some of these applications to be accessible by everyone. The others must be accessible only through my company's local network. How can I do this?
...
I'm deploying an asp.net mvc 2 app on windows 2008 R2 and I get error that there is no system.web.mvc.dll, Should I install mvc2 on the deploy machine ?
...
Hi Frnds,
I am trying to Create Virtual Directory and develop the asp.net projects ..in IIS using NAnt script .
Would u pls tell me the Solution .
...
Hi there,
I have 2 web projects, with one URL:www.theurl.com, which is directed to the ISA server, behind this server have a web server, (windows 2003).
I have a Default web site, and another web site which I want to add. (website2). when the user click the url,directly goes to my first web site, how can I have forexapmle: www.theurl....
Basically, I have 3 servers where 1 of them serves as a load balancing server.
In my ASPX page, I want to add a HTML comment to show the IP address or even host name of the server selected by the load balancer.
I tried looking through IIS Server variables and tried using SERVER_NAME but that just returns the domain URL.
So, is there a...
Hi all, I am dealing with a very troubling problem trying to setup my cakephp propduction webserver. Due to circumstances out of my control I need to use MSSQL with cakephp, which thankfully is currently provided by default. So I have used an IIS windows server to host my app and am using Halicon Ape to provide rewrite functions. So far ...
I get the following error when I try and serve css or javascript via my local iis. I am running windows 7 and iis7.
The resource you are looking for does not have a handler associated with it.
Module IIS Web Core
Notification MapRequestHandler
Handler Not yet determined
Error Code 0x80070002
Requested URL http://secure.XXXXXX:80/ols/cs...
Hi,
I've got an odd issue.
I'm creating a DataTable type my application then converting it to a CSV so the user can download the data.
I set the content type like this:
context.Response.Clear();
context.Response.ContentType = "text/csv";
context.Response.AddHeader("Content-Disposition", "attachment; filename=" + fileName ...
This keeps happening with this one file, no other files, of course no other files are this big.
Why does IIS keeping stopping half way? I checked on the server there are no IIS errors and the server's performance is fine, CPU memory all look good.
The server is IIS and Coldfusion
...
This is kind of a dumb question, but I can't seem to find the answer on google.
I'd like to protect my REST enabled WCF service WSDL with https username and password logon (like my Linksys router prompts me to enter when I navigate to 192.168.1.1).
I'm already using a BasicAuthenticationRequestInterceptor with the WCF Rest Starter Kit....
Hi,
This is driving me crazy. I written a simple ASP.NET MVC 1.0 application I published this onto my local machine and onto the production server. Both the local and production connects to the same 3rd database server.
The application works fine on the local machine but not on the production server. On the production server I get an e...
I have an IIS server to test for load. But I don't need the tool to give me any performance data. I only want a simple tool/script that would flood my server with requests.
I know about wcat, Jmeter, httperf etc. but those have too many extra features. I don't want all that functionality. Just a simple script would do that would send, ...
i am new to web services. i have created a web service in .net. it's working fine but i am bit confused about the publishing procedure.
it's not working when i publish it to localhost's inetpub.i get some error messages like access denied or location not found.
i wanna know the procedure to publish my webservice and make it public.
th...
Question: When a webapplication gets started, it executes Application_Start in global.asax.
Now, a web application gets started as soon as the first request for a page in that application reaches the server.
But my question is: how long will the application run until the application is stopped.
I mean when after the first page request...
Hi,
I have this webservice (someservice.asmx) that I am able to access from my browser(Internet Explorer 7). I have deployed my webservice on a different machine accessible via the intranet. The WSDL is displayed on the browser window when I type the [servername]/someservice.asmx on Internet Explorer(7). The problem surfaces when I try ...