Hello all,
I am trying to use path info in my asp.net web application. I am using iis 6 on the production machine and iis7.5 on my home computer.
Does anyone know how this can be done?
Thank you !
Web config has debug=true and the project is a debug build and the pdb files are present in the bin directory, but I do not get line numbers in my stacktrace when an execption is thrown.
Works fine with local IIS/Cassini but not on our test IIS servers. Is there some obvious setting that I might be missing?
How is application pool implemented in IIS?
Is each application pool equivalent to a .Net AppDomain?
Or it is a equivalent to a .Net process?
How is Application pool related to IIS w3wp.exe?
I have followed these instructions exactly, yet I get a "Page cannot be found" 404 error
http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/
My PHP file is
<?php
phpinfo();
?>
I am running Windows Server 2003 and installed FastCGI and made sure everything is correct per those instructions. I can also…
Anybody knows how to debug a web service hosted by an IIS in a Silverlight 4.0 application?
My IIS version is 7.5 and my operating system is windows 7.
Can you please specify the steps on how to?
Thank you so much
I have Tomcat and IIS7 installed together on a Windows 2008 server. The machine has two IPs (134.133.1.1 and 134.133.2.2).
I want Tomcat to handle 134.133.1.1, on port 80, and IIS to handle both 134.133.2.2, on port 80 AND 134.133.1.1, on port 443, but can't seem to get the last two together (I can get one or the other by themselves on IIS,…
In IIS7.5 under Windows 7 Utilmate, I have an application which is configured for authentication as follows:
Anonymous & Windows
In the ASP.NET Website, I have turned Forms authentication and identity impersonate = true
I also deny any anonymous users.
<authentication mode="Forms">
</authentication>
<identity…
I'am a bit confusing about the use of Isolated Storage on an IIS server.
I understand the goal of Isolated Storage : provides a safe place to store data with no worry about how and where is this place.
Since Isolated Storage has a by-user and by-assembly approach, I'am not to wild about using it on a IIS server where…
I am currently using free version of Google Apps for hosting my email.It works great for my official mails my email on Google is support@mydomain.com.
In addition I'm sending out high volume mails (registrations, forgotten passwords, newsletters etc) from the website (www.mydomain.com) using IIS SMTP installed on my…
I have the following situation. A customer uses JavaScript with jQuery to create a complex website. We would like to use JavaScript and jQuery on the server (IIS) for the following reasons:
Skills transfer - we would like to use JavaScript and jQuery on the server and not have to use eg VB Script. / classic asp.…
I have my IIS 6 server setup to process server side includes, we're also using the WebLogic ISAPI plugin for IIS.
I have a simple html file that I'm trying to include in the JSP using the following include:
<!-- #include file="/pleaseWait/pleaseWait.html" -->
When I use the above line in a JSP I get an…
I am stuck with an issue with IIS7.0. I need someone's help to find resolution on this, as this is very urgent requirement for us.
Scenario
I am trying to host the service in my server (Windows Server 2008 R2 and IIS7.0) and my client is running in the XP machine with IIS5.1. Few of my request sent from…
Hi all.
I'm developing a POS application that has a local database on each POS computer, and communicates with the server using WCF hosted in IIS. The application has been deployed in several customers for over a year now.
About a week ago, we've started getting reports from one of our customers that the…
i enable gzip for javascript file in my iis settings, here 's the corresponding config section.
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files">
<scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" staticCompressionLevel="10"…
I have a ASP.NET + some .NET web-services running on IIS 6 (win 2003 server). The issue is that IIS is generating a lot (!) of files in "c:\WINDOWS\Temp" directory. a lot of files means thousands of files, which get to more than 3G of size so far.
The files are generated by this command:…
I have my Java site running under IIS7. I need to install wordpress blog in it. I've installed and configured PHP in IIS. I have tested the PHP handler by creating a separate site, everything works fine, phpinfo() gives the desired output.
However, I'm having problem running the PHP…
Login failed for user ''. The user is not associated with a trusted SQL Server connection.
When I try to use IIS locally instead of Cassini I get this error.
The ASP.NET MVC 1.0 site is running on WinXP.
The database is local and has SQL Server and Windows Authentification mode…
Trying to install TFS on my computer in order to make a demonstration.
I can't figure out what else can I do to solve these errors:
Information [ System Checks ] TF255142: Windows Firewall is not enabled. If you enable Windows Firewall after configuring Team Foundation…
With a little help from Shay Levy’s post on Stack Overflow and the MSDN documentation, I added this handy function to my profile to automatically recycle all IIS app pools.
function Recycle-AppPools {
param(…
Wow, just realized that in the last 6 months I’ve only had a chance to post 2 items and I think it is about time to start this going again. So why this much silence? Well, About 8 months ago a couple of big changes happened at my division as described in this link . As…
Finally I am uploading my slides and links to demos from the session I delivered at NxtGenUG Manchester on the 21st April, for those who attended thanks for coming along I hope you enjoyed the session, and I’d like to offer a massive apology for taking so long to post…
Does IIS have a secret, unlogged, transparent, case-sensitive proxy built into it?
A file exists on the web-server:
GET http://www.stackoverflow.com/javascript/ModifyQuoteArea.js HTTP/1.1
Accept: text/html, application/xhtml+xml, */*
Accept-Language: en-US…
We have a site which is running on a windows 2003 cluster with 2 64bit machines.
The site needs to be able to cope with over 20,000 concurrent users
One of the things that the site does is to allow the download of a 2MB file (which is cached in memory).
…
Hello.
I'm trying to launch my mvc 2 application from iis7.5 and get HTTP 403.14 - Forbidden error.
That's what I did:
1. Went to add or remove windows fitures checked iis, asp.net, http redirect. Installed all this stuff.
2. Launched Visual studio 2010…