Questions tagged [iis7]
7 questions
50
votes
19 answers
Servicing background tasks on a large site
We're dealing with an interesting problem on StackOverflow.
We've got a whole bunch of little "needs to be done soon-ish" tasks. An example is updating "Related Questions" lists. What we've done in the past is to piggy-back those tasks onto some…

Kevin Montrose
- 775
- 3
- 9
- 16
9
votes
2 answers
Imitating Exchange Server's "RBAC AuthZ" in my own application... (is there something similar?)
Exchange 2010 has a delegation model where groups of winrm cmdlets are essentally grouped into roles, and the roles assigned to a user.
(Image source)
This is a great & flexible model considering how I can leverage all the benefits of PowerShell,…

makerofthings7
- 6,038
- 4
- 39
- 77
6
votes
1 answer
Proper way to deploy ASP.net to production web server
Here is how I was told to deploy my ASP.net(mostly intranet) website\program\application to the production web server in my company.
Change necessary settings in web.config for production web server.
Copy EVERYTHING of my source codes, then paste…

Pop
- 219
- 2
- 6
5
votes
5 answers
TFS - web sites based under IIS - how to handle branching
I'm just looking for some advice/best practice for this situation:
We have a solution with a couple of web sites in it (one is a web site project, the other is a web application project). We have both of these sites set up to use our installed IIS…

Paddy
- 2,623
- 16
- 17
4
votes
2 answers
Using IIS as a server for non-http server
I am developing a system that is designed for multiple forms of interfacing. There is a website, but that is connected through an SDK, as well as an HTTP query interface to access data. But to improve speed and quality, I was thinking of creating a…

topherg
- 561
- 1
- 4
- 11
1
vote
2 answers
Local and cloud editions?
I have a .NET web server application I'm building that I plan to host at a .NET cloud hosting platform, like AppHarbor with SQL server. It will be used by multiple small groups of people to record and processes votes at an election (the current…

Glen Little
- 125
- 7
0
votes
2 answers
How to handle different web root running in iis on locahost vs. web server (iis7)
I have several websites that I help manage. When running on my local machine (under iis7), the websites run on under a folder on my machine d:\WebRoot\TheWebsiteName and run as htt://localhost/TheWebsiteName, but when they are deployed they run as…

O.D.
- 101
- 1