Web application framework developed by Microsoft

learn more… | top users | synonyms

0
votes
0answers
10 views

Protecting static content with forms authentication under IIS8

I've got an ASP.NET (.Net 4) site hosted on an IIS8 (Windows 2012) server, with forms authentication in place. Everything's working fine. I'd now like to introduce some static content - HTML "help ...
0
votes
0answers
14 views

ASP.net site on IIS7 - intermittently very slow on all remote connections, but always very fast locally

One of our asp.net sites is intermittently very slow when accessed from the Internet. But even when very slow remotely, it is still running very quickly when accessed on Remote Desktop from the server ...
0
votes
2answers
13 views

Nginx on Windows with ASP.NET and the Microsoft .NET framework?

Question: Is it possible to use nginx on Windows to serve ASP.NET / ASP.NET MVC pages using the Microsoft .NET framework ? I know one can do it with mono-fastcgi, but I was wondering if it is ...
0
votes
0answers
16 views

Configure IIS To Send “text/html” In Response for IE11

The updated version of Internet Explorer in Windows 8.1, IE11, has the following User Agent string as per this: Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko Our website is ...
0
votes
1answer
42 views

IIS server on virtual machine [closed]

we are using apache and php on our website. Now we are thinking of moving to Microsoft platform: ASP.NET & IIS. Thing is, we NEED to use Linux server for networking which already has virtual ...
1
vote
1answer
34 views

Network Services Write/Modify Permissions on Inetpub Folder Potiential security issues

I have an asp.net web application that runs as a Content Management system for a website. It was originally on an IIS6 Server. However the web application was recently moved to an II7 Server. After ...
0
votes
0answers
16 views

ASP.Net/ASP.Net MVC Sites Hanging Indefinitely on IIS 8 on Windows 8

Environment I have recently been experiencing weird behaviour in my development environment when running ASP.Net websites locally on my Windows 8 development computer via IIS8. I have observed the ...
1
vote
1answer
34 views

New Users not showing up for File Permissions on Windows Server 2012

I am in the process of setting up Web Deploy for a MVC4 (ASP.NET) application. Whilst setting up my users on the Windows Server 2012 interface, my users are not showing up in the list for access ...
-1
votes
3answers
44 views

calling to document root rather than server root [closed]

I have a strange issue here and forgive me I am new to IIS(7) and using ASP.NET but I was tasked to figure this out by the boss. We have a website we have built with a URL of ...
1
vote
0answers
27 views

How to increase memory and cache size for application pool in IIS 7 efficiently [closed]

I have searched the internet for how to increase memory and cache size for application pools in IIS 7 but all topics are diffused and I don't know the effect of combining those settings together. Can ...
0
votes
0answers
15 views

IIS 7 Unable to cast object of type RolePrincipal to type UserPrincipal [migrated]

We are upgrading our application currently running on IIS 6 (Windows 2003) to IIS 7 (Windows 2008). The app works fine until we moved it to IIS 7 where it apparently tries to hand off a new type of ...
0
votes
0answers
25 views

What is the Windows group IIS_IUSRS for?

Do I understand correctly that this group contains one user for each ASP.NET application pool? And is this completely different to IIS Users? Wrox Professional IIS 8 says "The Remote Management ...
0
votes
1answer
42 views

Active Sessions Performance Counter for Web Server

I would like to monitor the number of active sessions for my ASP.Net 4.0. It is hosted on IIS7 Windows 2008 Server. When I looked at the Performance counter, I saw many instances. How could I know ...
0
votes
0answers
25 views

Remote debugging visual studio asp.net web application with external IP

I try to install remote debugger in my remote machine, and connect to it in my local computer, using visual studio 2012 for asp.net web application, windows8. remote and local computers are not in the ...
0
votes
0answers
31 views

Posting to IIS getting slow with high concurrency on a specific box, what could be the issue? [closed]

We've been facing an issue in a scenario where, at certain times of the day, several processes where spawn in parallel, each one performing an HTTP POST to an ASP.NET 4.0 application under IIS 7.5 on ...
0
votes
2answers
73 views

Enable ASP.NET on IIS 8.0 (new web site on existing server)

I have added a new web site on an existing Windows Server 2012 IIS installation. The installation already had ASP.NET configured on the existing sites. What is the right way to enable ASP.NET on the ...
0
votes
0answers
38 views

Federated Web SSO on a Cloud-based infrastructure

We have a couple of internal asp.net web applications. Intranet users authenticate using AD, and are authorized in the internal apps using the web.config ( sections), by their AD groups or specific ...
1
vote
1answer
91 views

The trust relationship between the primary domain and the trusted domain failed

Scenario: We have an application server (IIS 7.0, Windows 2008 R2) and a seperate database server (SQL 2008) for both our test and production environments (so 4 servers total). Our application server ...
0
votes
1answer
85 views

User authentication — username mismatch in IIS in ASP.NET application

Last week, an employee's Active Directory username was changed (or a new one was created for them). For the purposes of this example, let's assume these usernames: Old: Domain\11111 New: Domain\22222 ...
-2
votes
1answer
62 views

Do I need two routers to build a captive portal [closed]

I have recently started working with Asp.NET. I have decided to build a captive portal for windows as my first Asp.NET project. Currently I am confused with the hardware requirements for a captive ...
2
votes
1answer
88 views

Why are 32-bit application pools more efficient in IIS? [closed]

I've been running load tests with two different ASP.NET web applications in IIS. The tests are run with 5,10,25, and 250 user agents. Tested on a box with 8 GB RAM, Windows 7 Ultimate x64. The same ...
0
votes
2answers
40 views

After moving eKtron Site from iis6 to iis7 site is running but some of the links do not work and

Background I moved this site from IIS6 WIN2K3 to WIN2K8R2 IIS7 and the site launches but I'm getting errors on lots of the links/main menu items. Things I have already checked application pool ...
0
votes
0answers
15 views

Can multiple catched exceptions stop the ASP.NET process in IIS server?

My website started to give error 503 and when looking in the server I saw the ASP.NET 4.0 process in STOP status. In my custom logs I saw lots of exceptions happening in a short time but then ...
0
votes
0answers
23 views

Distributing socket application

I've developed a Socket Application on top of TCP in .NET C#, which allows many clients to send files from one another via a VPS I'm using. Most file transfers will occur between people in the same ...
0
votes
0answers
17 views

Web application expansion with added workload

I was wondering what would be the route for expansion in this case? Let me explain. I wrote an ASP.NET web application that acts as an API server for a client program that runs on all types of ...
0
votes
2answers
68 views

Simulating many client connection to server

I've written a protocol on top of TCP using C# Sockets class which allows the transfer of files between many clients, and put it on a Windows Server 2008 VPS. I have then written the client-side ...
0
votes
0answers
48 views

Error message when trying to enable ASP.NET in “Turn Windows features on or off”

I've deployed a site to IIS on my local machine and am trying to access one of the handlers in the browser.I keep getting the folowing error: HTTP Error 500.21 - Internal Server Error Most likely ...
2
votes
0answers
191 views

“Error 7 (net::ERR_TIMED_OUT)” in chrome for local web app

Since about two weeks (around when Google updated stable to version 26), our internal users began receiving periodical timeouts upon requesting pages within our locally hosted app (from Google ...
0
votes
0answers
75 views

Why under Https connection my site is very unstable [closed]

My client complained about an unstable website.(stack:IIS 7.5, asp.net,Server2008 on cloud with Tibushost). I set up some web site monitors to track the status of the site. What I noticed so far is ...
0
votes
2answers
244 views

Error code 0x80070643 when installing IIS7 role services

I am attempting to install IIS7 "Application DevelopmentASP" role via the Server Manager's "Add Role Services" wizard. Some of the roles include ASP.Net, .Net Extensibility, ASP, ISAPI Extensions, ...
1
vote
2answers
84 views

One website, two public IPs, each IP on separate line, how to do failover

We have a website that sits behind two firewalls, main and failover. Main and failover firewall have different IPs, and different Internet connections from different providers. How to provide failover ...
0
votes
0answers
58 views

500.19 error on Azure only

My application reads in and parses XML files into a SQL database (also Azure hosted). Files up to 15 mb or so don't give me any problems but the next largest file I have to test with is 30mb and it ...
0
votes
1answer
36 views

Is it possible to create an IIS web farm using WFF and ARR using a single server?

I'm developing a web application that will be deployed in a web farm environment on IIS 7.5. Currently I don't have multiple servers to test my application. Is there a way to create and test a web ...
1
vote
0answers
163 views

How do I configure mod_mono to use ASP.NET 4?

I am running a VPS with Centos 6.3, with WHM 11.34.1 (build 11). I wish to use mod_mono to host an ASP.NET 4 application. (Background: I am rewriting a hobby PHP website in ASP.NET MVC 4, and want to ...
0
votes
0answers
20 views

Issue while loading contents using HTTPS in IIS

I have a website in which i have enabled HTTPS. The Website is hosted in IIS 7 and has a Loadbalancer also. While on my testing phase it was on HTTP and it was working very smoothly and very fast. ...
1
vote
2answers
112 views

App pools recycling for no reason

We have a problem on one of our production servers (Windows 2003 server). It appears all app pools are recycling every 10 seconds or so (all at the same time). Needless to say this is negatively ...
0
votes
0answers
32 views

Error when trying to install “IIS Recommended Configuration” with WPI 4.5

I can not install this product: The following images: Result See The log (txt) in http://cl.ly/2a0K0c1w0d03
0
votes
1answer
33 views

Install asp.net 4.0 on Windows Server Error

I'm having problems installing Asp.net on my Windows Server 2012 VM Server Manager > Dashboard > Add roles and features > Server Roles Full image Features Full image Confirmation ...
2
votes
0answers
117 views

Two application pools or root virtual directories under one site

This might sound like a very dumb question, so let me first say what I want to achieve and then proceed to my question on how I'd envision something like this working. I am trying to achieve ...
1
vote
0answers
55 views

Monitoring “Request Wait Time” in PerfMon

A website I'm load testing is adding requests to the iis request queue. I can see the queue size getting bigger using the relevant performance counter: \ASP.NET\Requests Queued However I'm trying ...
0
votes
0answers
56 views

IIS + ASP.NET MVC - no permission to read css file?

I have set up my new asp.net mvc application - it works okay but it doesn't let the browser read the .css file. This is the error i get: You do not have permission to view this directory or page ...
1
vote
1answer
49 views

Configuring ISS and SQLSERVER for ASP.NET MVC application and windows authentication

I have freshly installed ISS with SQL server and asp.net mvc application. I want my app to use windows authentication. On my application side, i know that i have good connection string, because i was ...
0
votes
1answer
94 views

“Forms” authentication is enabled but still see “Unauthorized: Access is denied due to invalid credentials.”

"Forms" authentication is enabled in web.config but I still see: 401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view this directory or page using the ...
1
vote
1answer
115 views

“aspnet_regiis -pa” doesn't work

I use Protected Configuration to store sensitive data encrypted in the Web.config file of our asp.net application. I have followed the steps in Walkthrough: Creating and Exporting an RSA Key Container ...
0
votes
0answers
22 views

server configuration for intranet concurrent 3000 users [duplicate]

I want to host my Asp.net 3.5 web on a server. Web can be accessed by 3000 concurrent users. MySQL database is used as backend. Please suggest recommendations for server configuration.
1
vote
1answer
29 views

Application under a site in IIS evaluates ~ to the website root not the virtual directory

I have a website in IIS lets call it QA.local. Under this root site I want to set up multiple applications that reside in a set of virtual directories E.G. QA.local/app1 and QA.local/app2. The problem ...
-1
votes
1answer
60 views

asp.net website has different behavior when accessed with domain name and ip address [closed]

I have a ASP.NET application which is hosted on a server (iis server, version 6.1). If I try to access the website with the hostname of the server, it renders a different page. At the same time if I ...
0
votes
0answers
45 views

How can I Grant permissions to a database for the IIS App Pool account?

I'm getting this error: Cannot open database "AdventureWorks" requested by the login. The login failed. Login failed for user 'IIS APPPOOL\ASP.NET v4.0' My simple SiLverlight App (hosted in IIS 7.5) ...
2
votes
0answers
88 views

IIS 6.5 application hangs - strange behavior

Ok, here are the symptoms in chronological order: (iis 6.5 - asp.net 2.0 - windows server 2003) Application pool drops all requests. (dropped, and abandoned by reqQueue) Trying to log into ...
1
vote
0answers
62 views

Capturing Memory / IO counters for ASP.NET Web Applications in IIS

I have an ASP.NET 4.5 (Web API) web application hosted in IIS on Windows Server 2008 R2. This web application is hosted in it's own application pool using the Integrated pipeline. I am trying to use ...

1 2 3 4 5 19