Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
2k views

How to add users in IIS Manager for an ASP.NET 4.0 application?

I have installed an ASP.NET 4.0 Web forms application in IIS 7.5. If I set the application pool to DefaultAppPool (.NET Framework 2.0) I get the icons for Providers, .NET-Roles and .NET-Users ...
3
votes
4answers
16k views

Deploying WCF Tutorial App on IIS7: “The type could not be found”

I've been trying to follow this tutorial for deploying a WCF sample to IIS . I can't get it to work. This is a hosted site, but I do have IIS Manager access to the server. However, in step 2 of the ...
2
votes
4answers
220 views

How to develop a snap-in for IIS 6.0 manager in MMC 2.0

I have some IIS 6.0 filters and extensions that I need to create a configuration panel for in IIS Manager. I need to create something similar to the ASP.NET tab, for instance. I need to support ...
2
votes
1answer
393 views

IIS Manager IIS6 Rights Management on Windows Server 2003

We are using a dedicated hosting provider to host several of our public websites. There are two development teams/divisions within our company who each maintain public websites on these same servers. ...
1
vote
1answer
128 views

Hiding Connection String in IIS manager 5.1

I am using encryption mechanism provided by .net to encrypt/decrypt the connection string in web.config, however i am still able to see my connection string in IIS Manager 5.1(win-Xp) In IIS manager, ...
0
votes
0answers
25 views

IIS 7 Web Deploy Without Permissions to “Default Web Site”

I have a IIS7 box running Web Deploy 2.0 which is working as expected. A non-admin user can deploy to the application directory I have given them permission to do so (e.g. Default Web Site/alpha) but ...
0
votes
1answer
24 views

IIS manager rewrite all URLS after mysite.com/

I'm trying to rewrite all the urls for my website. For example, if the user types in mysite.com/index.aspx it'll change the url in the top to www.mysite.com/index.aspx Any suggestions?
0
votes
0answers
27 views

Excluding a few options from an IIS redirect (.*)

I wasn't really sure how to phrase this question exactly, but I'll give it a shot. I'm setting up some redirects in IIS Manager - for example, mysite/orderforms/cml/cmlk(.*) redirects everything ...
0
votes
0answers
17 views

IIS 7 administration UI does now work [closed]

I have Windows Web Server 2008. I open IIS manager and do things to my test-site. But nothing happens. Even if I block IPs or stop site. Seems like any change in UI does nothing.
0
votes
1answer
20 views

Diffing web.config is hard, any way to prevent IIS Manager from formating Web.config differently than Visual Studio's format?

this drives me crazy. Visual Studio does not format Web.config the same way than IIS Manager, which prevent easy diffing of different versions or the same file editing in both tools. When Visual ...
0
votes
1answer
277 views

Create FTP site in localhost by IIS Manager [closed]

How to I can create a FTP site in my PC by IIS manager I would like that when I type an FTP address in address bar like : ftp://192.168.1.1 go to a folder.