iis7

Images are not showing up in application and even on the default iis website after new install of IIs7 on Vista x64

Seems like everything else works fine on my website but the images are not showing. No errors are being thrown either. Even the localhost default site image is not working. I have the static option turned on as well. Any ideas on how to fix this would be great. ...

SSL Sharing on IIS

Im trying to share a wildcard SSL cert across many applications. The way it would work is users would have websites with thier domain, but when they need a secure connection they would be redirected to a designated SSL site like https://client422.domain.com Can session data be shared across the domains even if I place both domains on a...

IIS Application Request Routing configuration issue

Hello everyone, I am configuring Application Request Routing on IIS 7.0. More information could be found here, http://www.iis.net/extensions/ApplicationRequestRouting My development/deployment environment is, IIS 7.0 + Windows Server 2008. I have several web sites, each of them has stable and beta version, for example, I have beta ver...

Script a new web application in IIS 7

I have a script using AppCreate to create a new application (virtual directory) in IIS 6. To get the script to work in IIS 7 I have to enable IIS 6 compatibility. What is the "right" way to script this in IIS 7 without having to enable a lot of different components that differ from the standard installation? ...

Any monitoring software which traces IIS & freely available ...

In continuation to last question - My site goes slow and stops access certain services externally if we check the Process monitor we see that it is normally due to the ‘w3p.exe’ process – which is the background process for running the website – it regularly reaches 99/100% - killing the process/restarting the WebPublishing service reolv...

How do you debug classic ASP?

I have to debug a classic asp site being served by IIS 7 (windows 2008). How can I do this? I have only worked with ASP.NET. ...

Problem with Classic ASP Breakpoints in Visual Studio 2005

I am trying to set a breakpoint in an ASP page that isn't working correctly. I am doing this in visual studio 2005 on Windows server 2008. Whenever I try to set the breakpoint with the mouse, the IDE opens up a different page and sets a breakpoint somewhere in that page. I don't know why it is doing this. I have better luck setting th...

Classic ASP problem connecting to remote SQL Server database

I have a classic ASP app that I am trying to connect to a SQL Server 2008 database on a different server. The ASP app is being served from IIS7 on Windows Server 2008. I have changed the web site's application pool to run under a specific windows account, that I have verified has access to the database on the remote server. However, wh...

Can not acces Page without authentication

I deployed the sample application (the blue one you get when you create a new project) to IIS7 on Windows Server 2008. When I try to access mysite.com/home/about I get redirected to Accoun/Login. This does not happen when I run the site on VS integrated server. I did not change any code in the project, so it sems to be an issue on the ...

http image viewable from inside page, but not direct url

I do not believe this is possible, but I figure there are people out there way smarter than me, so why not check .. I would like to have an HTTP image that is viewable from within a page when used w/in an img tag, but NOT visible if the img src link is called directly. Does that make sense? Viewable in page, but not if called directly...

How do I configure TFS to work with GMail to send TFS Alerts?

Environment: Windows Server 2008, IIS 7.0, TFS 2008 We run Google Apps for email and I'm having a heck of time setting up TFS to send alerts to our Google hosted mail. I googled around and found a couple of workarounds however none have worked for me. Any pointers graciously accepted. ...

Global.asax Application_Error doesn't work with Integrated Mode

Application_Error doesn't work with Integrated Mode but does work with Class Mode. I would to transfer request to error page using both Integrated Mode and Class Mode. Can this be done or I have to use HTTP module in order to support both modes? protected void Application_Error(object sender, EventArgs e) { if (Context != null && Co...

Long-running thread process under ASP.NET + WCF

Duplicate This is a close duplicate of Dealing with a longer running process in WCF. Please considering posting your answer to that one instead of this. Original Question I'm implementing the business layer of an application that must run some background processes at scheduled times. The business layer is made up of several WCF services...

IIS 7 404.0 ERROR when using post/form method in classic asp.any solution?

I am just a beginner and trying to practice some of my classic asp codes. I am having the same problem as Rahul. I am getting 404.0 not found eroor while using the form and post method. However get and querystring works just fine. I am using vista preimum IIS 7. Why post method is not working with IIS 7? Any simple solution for this such...

External stylesheet content gets included on page somehow

I've run into a weird issue with a site running ASP.NET MVC on IIS7. Whenever I do a page refresh (F5), the external stylesheet content gets "injected" into the page itself, instead of the tag pointing to the css file. Example: <head><link type="text/css" rel="stylesheet" href="external.css" /></head> Renders as: <head><style type...

ASP.NET deployment - How to share BIN across multiple WebApp Projects?

What is the best practice for sharing the assemblies of a bin folder across multiple ASP.net websites in IIS 7? I've got several sites, each with slightly different HTML front ends, but all with the same middle tier logic and DB. I don't want to redploy the same dlls to each of the many site's bin folders everytime I make a change. Th...

Exclude HttpModule from running for static content on IIS7

I have a problem with my Authentication HttpModule. The problem is that it obviously runs for every single request I get on my web server (IIS7). Because it also uses Session variable, it fails to work properly on CSS, JS files and similar. I tried to use: <add name="AuthModuleName" type="..." preCondition="managedHandler" /> but to ...

Best way to deploy an ASP.NET MVC app on IIS 7 / Server 2008?

So far, the only successful strategy I've been able to get by with is the following: Configure YOURAPP.Web to "Use Local IIS Web Server" and set "Project Url" = http://localhost/yourapp.web Click "Create Virtual Directory" In IIS Manager ensure that "Classic .NET App Pool" is selected Add wildcard mapping * named "ASP.NET-MVC" that ...

creating sub-domains on signup

I'm building a site where businesses will be able to sign-up for there own account which should be located at http://businessname.domain.com with the "businessname" changing each time. I want to do this on a windows server (IIS 7) but am not sure how a go about it. ...

How do you set up IIS 7.0 URL Rewrites without IIS Manager?

Does anyone know how to write your own specifications for the built-in URL Rewrite Module in IIS 7.0? We are using a shared host that does not allow use of IIS 7.0 Remote Manager on shared accounts, but we'd like to employ URL rewriting for SEO purposes. All of the literature I can find relates to the URL Rewrite Module setup requiring ...