iis

A shared located on another computer is disabled in IIS

HI Guys, I was trying to point my virtual directory to a shared computer directory. When browsing the path to mapped drive, OK button is disabled. Is there any settings im missing on that server, what all things I do need to check. Thnx ...

How to create a reusable Asp.Net Mvc application?

We have multiple Asp.Net WebSites each running on IIS. Site1 : http://www.Site1.com/ Site2 : http://www.Site2.com/ We have to implement Shopping Cart functionality for each of the above WebSites. For each web site the corresponding shopping cart should work on the following Url. Shopping Cart for Site1 : http://www.Site1.com/...

How can I stream .flv files in IIS7

I have a working solution on an IIS6, which I made using this guide: FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler The app is basically a FLV Player, but streaming is essential to it. Now, one of our customers is running IIS7 and the streaming doesn't work, so I was hoping that someone in here would now how do handle...

User Authentification on external machines

Our website has been working and still works if we are connected to the LAN but now if someone is elsewhere and tries to connect, they are presented with the screen called "User Authentification" asking for a username and password. What would have changed? The website is http://pc.bartselectric.com Any help is greatly appreciated. Th...

Windows Server 2008 R2: ASP queries to IIS fail with UAC enabled

I have some ASP code that creates a virtual directory in IIS. However, when running on IIS7 in Windows Server 2008 R2, the call to GetObject fails with "permission denied". This only occurs when UAC is enabled; the entire process works perfectly if UAC is disabled. Set objIIS = GetObject("IIS://localhost/W3SVC/" & siteNumber & "/Root"...

Why does not Asp.net mvc application work on Asp.Net Classic Application Pool?

I have an Asp.Net MVC 2 web application deployed on IIS 7.5 on .Net 4.0. When I select application pool as Asp.Net v4.0 Classic I get the following error. HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. The same application works fine when I select application pool as Asp.Net v4.0...

Alternative databases to use when putting IIS Logs into a database using LogParser

We have run some scripts that use LogParser to dump our IIS logs into a SQL Server database. We can then query this to get simple stats on hits, usage etc. It's also good when linking it to error log databases and performance counter database to compare usage with errors, etc. Having implemented this for just one system and for the las...

SQL Express under IIS 7.5

I´m developing a web service that access a SQL Express database, it works very well in the Visual Studio host but when i deploy it to IIS 7.5 i get this exception. Please help me. Stack Trace: System.Data.EntityException: The underlying provider failed on Open. ---> System.Data.SqlClient.SqlException: Failed to generate a user instanc...

Can an authentication via HTTP over IIS be encrypted (without SSL)?

I'm accustomed to *nix servers and if we wanted a completely secure sign in screen, we (as far as I am aware) are to use SSL via HTTPS. Our overseeing organization at work use Windows Servers for serving web pages. On one such page they are authenticating network credentials. This page is using HTTP, and what appears to be Basic Auth (a ...

Does a WCF Service that runs over tcp.net require IIS

Hello, I'm trying to deploy a WCF service that uses a netTcpBinding (and a mexTcpBinding for metadata) on a remote server (Win 2008 R2) without installing IIS. Trouble is, everything I'm trying is telling me I need various IIS components installed on the remote box. Is that really the case? It seems to me that, with a tcp.net connectio...

Building web services without a web server

OK, this is impossible, but I will try to explain the situation here. Let's say we have cases, that we need a fast setup of a web server in order to have a simple soap web service running (querying a db and so on). In VS though, upon debugging a web project, it creates a quick ASP.NET development server without relying on the actuall I...

WCF Data Service returns 400 Bad Request for POST queries

Hi, I need to host a WCF Data service as part of a legacy ASP.NET MVC website running in IIS 7 Integrated mode. Read access to the web service is working fine, but whenever I try to POST to the web service, I get a 400 Bad Request error. For testing purposes, I have downloaded the sample odata service from http://www.odata.org/develop...

Fiddler, localhost, IIS, PHP and GData

Hi I have managed to get Fiddler monitoring my localhost traffic by specifying my machine name. I am using IIS7 (localhost) on Vista business. I'm developing using PHP and am currently using the Zend GData framework to communicate with Google Calendar. I am not seeing any communication between the IIS/Localhost server and the Google se...

how to restrict all pages of website to be opened once on complete computer. explanation provided

Possible Duplicate: how can i restrict the part of a website so that it can be viewed by only one computer at a time i want to implement a restriction such that only one copy of a page can be opened at a time. that is example:- open firefox type stackoverflow.com --new tab--again stackoverflow.com ---new tab--again stackove...

Best practice for http redirection for Windows Azure

I have an azure website which is named: http://myapp.cloudapp.net Of-course this URL is kind of ugly so I set up a CNAME that points http://www.myapp.com to the azure url. All is well up until here, but there is a snag. http://myapp.cloudapp.net has leaked out and now is indexed by google and lives on other sites. I would like ...

Setup IIS 6 to only server static files from virtual directories

We're having the same setup and receiving the same problem as: http://stackoverflow.com/questions/713025/iis-6-with-wildcard-mapping-and-unc-virtual-directory-problem Setup Server 2003 32bit, IIS 6 ASP.NET wild card mapping A virtual directory mapped to an UNC share serving static images for a CMS in a load balancing environment My ...

Web Site deployment in IIS

Hi, I am working on a web application which has around 40 pages. We have separate business and DB layer. But there are still few simple business logic in code behind (CS) page of each aspx file. So when there is any change in that code behind, it lead to complete re-deployment of whole project. Is there any option where I could re-deplo...

Why would moving our .NET /SQL Server website to a new host cause connection pool size to be exceeded?

We've recently moved our company website to a new host. It is an ASP.NET site with C# code behind, connecting to MS SQL server. Since moving the site to the new server, the site is exceeding the connection pool limit (which is not set explicitly, so I believe is at the default size of 100). Inspection of the open processes via SQL Serv...

Asp.net 4.0 child application does not work on IIS 7.5?

I have a Website on IIS 7.5 configured as shown below. ParentWebSite ---ChildWebApp ParentWebSite is an Asp.Net 4.0 Website project. ChildWebApp is an Asp.Net 4.0 Web Application. When I access the following url it works fine. http://ParentWebSite/ When I access the childWebApplication using the following Url. http://Par...

IIS Url canonical rewrite, but preserve IP Address access

I'm a little stumped. We have a load balancer in front of our web servers, and rules in place to do a canonical rewrite from myDomain.com to www.mydomain.com. This works great, but prior to adding this rule, I could hit my individual servers by IP address (bypassing the load balancer), and therefore check statuses, etc. I've tried ...