iis

Problem with web service in IIS vs Cassini

We have a web application written in ASP.NET 2.0 which works fine in Cassini but when we switch it to IIS the 401 authentication seems to go away. We have checked Directory Security in IIS and removed anonymous access but still it does not work in IIS vs Cassini. This project is organized as such: A web application which references a c...

IIS Files with No Extension

Hi, I recently saw a website in which the url was formulated like this: http://subdomain.domain.com/script/?var=value I was wondering how to do this in IIS, and how he put a slash in between the script and the GET variables, and how he had the script with no extension in the first place. Any help? ...

Getting "This type of page is not served", How to run classic asp in VisualStudio on local machine?

I have an ASP.NET project in Visual Studio and have added a classic asp forum application. When I run this on my localhost machine (XP Pro with IIS), I get "This type of page is not served because it has been explicitly forbiidden". This project has both ASP.NET and the classic ASP both running in the same project. How can I configure...

WCF SSL certificate validation

Hi, Seeing as Stack Overflow has provided me with numerous answers from others posts I have decided to post my own question. Here goes. I want to use SSL on IIS to ensure that clients are connecting with a current certificate. All I want to do is simply create my own CA cert and install in server and client trust stores, create a se...

SQL Server 2005 to SQL Server CE Merge Replication

Hi, In my organization, we have a SQL Server 2005 database server (DBServer). Users of an application will normally be connected to DBServer, but, occasionally, would like to disconnect and continue their work on a laptop using SQL Server Compact Edition 3.5 (SQLCE). Due to this, we have been looking into using Merge Replication betwe...

Accessing Web Services from iPhone on PC through network

Hi there, I asked a very similar question not too long ago and got some great responses. I've made it pretty far but still can't quite get things to talk. What I have is a PC running IIS and a web service inside of that. I'm trying to get the iPhone simulator on my Mac to be able to see this web service. I can ping my PCs local IP addres...

SOA/web services: Java on Tomcat or C# (.NET) on IIS?

While this stems from the age-old debate between Java and .NET, I'm interested in the merits of these two technologies in terms of SOA/web services. I'm starting a new project writing web services. I don't have extensive experience writing them in either Java or C#, and I'm open to using either a Microsoft stack (running IIS) or a Linux...

Web Platform Installer on Windows XP. IIS still crippled?

I am pondering using the Web Platform Installer to quickly set up a dev environment in Windows XP. Will the IIS installed by the Web Platform Installer still have the 40 connection limit applied? ...

Is it possible to run multiple versions of the same webservice?

[RUN DOWN] I am required to call on a webservice with version information embedded in the webservice name. EG. webserviceV1 When I generate a proxy class from the wsdl the webservice name is used to as the class name. I am using the wsdl.exe tool. I can foresee that a new version of the webservice would result in my code base having to...

After installing IIS7.5 on windows 7, all static content files get redirected

Hi, I just installed IIS7.5 on my brand new windows 7 box. I created a new site using .NEt 2.0 DefaultAppPool, and set up permissions on the database and on the disk for that DefaultAppPool user. All seemed good, until I deployed and visited my site http://localhost:9000 The page itself worked and returned html, but all static conten...

IIS & IE timeouts for non-idle requests

Our web application users need to download a huge file (>1.5GB). It is not a file actually, but data retrieved by our application from the database. They send a web request, and our application returns chunks of data.This, obviously, takes time. However, the connection is not idle, or inactive, during the time of the download. The serve...

IIS Application Pool: change settings programmatic

How can I change IIS application pool seetings / properties programmatic (C#) ? For example, how can I change the setting "Enable 32-Bit Applications" ? Are there property references for IIS 6 and IIS 7 on MSDN or Technet ? Thanks in advance for your help ! ...

ASP.NET Application page not working on clients computers

Hello, we developped an ASP.NET application that runs fine on our development server and in our network computers. But in production, the application works when accessing it directly from the web server but not on the clients (code behind is not executing). Any hints? TY Framework is 3.5 ...

can we use windows 7 home edition to develop asp.net applications

Hi, I am planning to buy a new laptop to learn asp.net web applications and also windows applications. Do we get IIS7 installed when we buy the home edition of windows 7 or should we buy windows 7 professional version? ...

.NET: What's the difference between HttpMethod and RequestType of HttpRequest?

The HttpRequest class defines two properties: HttpMethod: Gets the HTTP data transfer method (such as GET, POST, or HEAD) used by the client. public string HttpMethod { get; } The HTTP data transfer method used by the client. and RequestType: Gets or sets the HTTP data transfer method (GET or POST) used by the client...

Run the ASP .NET web application under a different user than the current user

IIS is utilizing the current logged-user's credentials to access an ASP.NET application. Is it possible to create a login page on the application and pass another users credentials, so that particular web app is run under a different user? ...

WCF service hosted on IIS and client website on IIS

Here's the desired setup: Service with wsHttpBinding is on IIS 6 on Machine 1 behind the firewall. Client is front end website on IIS 6 on Machine 2 on a DMZ. We are currently able to authenticate the client using Windows authentication, but with impersonation <identity impersonate="true" userName="OurCompany\Me" password="Blahblah...

[IIS 6] Identify the w3wp System.Diagnostics.Process for a given application pool

Hi, I got few web sites running on my server. I have a "diagnostic" page in an application that shows the amount of memory for the current process (very useful). Now this app is 'linked' to another app, and I want my diagnostic page to be able to display the amot of memory for another w3wp process. To get the amount of memory, I use ...

Problem with debugging ASP.Net application on IIS 7 on Windows 7

Few weeks ago I started using VS 2008 (Professional) with Windows 7 (Enterprise). When working with ASP.Net web applications I repeatedly stumble over the following error: After opening a solution with a web project the first compilation and debug go perfectly fine. The second time I try to debug the solution I get the "Unable to start...

Links not working when deployed on IIS 5.0

I have an asp.net2.0 application with a treeview control for navigation on my site. the application works fine with development server but when i deploy my site on IIS 5.0, the links stop working after the first click on any link. ...