Web application framework developed by Microsoft

learn more… | top users | synonyms

0
votes
2answers
301 views

Multiple subdomains on IIS

I'm developing an asp.net application which let users create their own subdomain. the app creates the subdomains in IIS and it works. But i think i have two options to do this and i want to know the ...
3
votes
0answers
735 views

Use perfmon to monitor a specific ASP.NET webapp across worker process restarts, IIS restarts, etc.?

I have a few perfmon performance counters that I'd like to track for a specific ASP.NET application over an extended period of time, say a week or a month. The trouble is that perfmon counters are ...
-1
votes
1answer
209 views

ASP Application on IIS crash [closed]

ASP application always hangs and didn't work on IIS during rush hours connections Also other scripts like PHP are working properly on IIS. The problem only with ASP. I'm receiving this error when ...
-3
votes
2answers
177 views

How can I provide shared hosting on my Windows 2008 r2 box?

I have set up Windows 2008 R2 and added the web server role, IIS and MS SQL Server 2008. How do I provide hosting space and cpu cycles and ram to clients. I would like to provide them with all ...
0
votes
3answers
569 views

SQL Server 2008: Getting Login failed for user “Domain\User”. Failed to open the explicitly specified database [CLIENT: IP.ADD.RR.ESS]

This is a very similar issue to " SQL Server 2008 login problem with ASP.NET application: Failed to open the explicitly specified database " which unfortunately seems to have gone unsolved. My issue ...
2
votes
0answers
303 views

Is it safe to set validateIntegratedModeConfiguration=false in order to continue using identity impersonate=true?

We have upgraded an ASP.NET web application from IIS6 to IIS7 integrated mode. Our application uses: <identity impersonate="true"/> and therefore we have had to set: <validation ...
2
votes
0answers
78 views

Login challenge missing after migrating asp website from .net 2.0 to 4.0

I'm upgrading an old internal website from .net 2 to 4 using this procedure from msdn. I mostly got rid of .net assembly references in the web.config and switched the DefaultAppPool. However when I ...
0
votes
2answers
1k views

Requests in IIS' “SendResponse” state stuck for a long time; Slow IIS 7.5/ASP.NET 4.0 web application

I have a set of very beefy, very underutilized servers which are running a couple virtual machines with Windows Server 2008 R2 and IIS 7.5. The problem: Sometimes requests take a very long time to ...
1
vote
2answers
123 views

Migrating an asp.net web app to aws

I have been asked to help migrate a asp.net app to aws, I havent deployed windows into the cloud before and was interested in getting some pointers ? Im not worried about the app more about moving ...
4
votes
3answers
2k views

Intermittent high CPU (100%) on production webserver

X-Post from StackOverflow: http://stackoverflow.com/questions/9465123/intermittent-high-cpu-100-on-production-webserver We have a web cluster with 3 web-servers, each with 24 cores & 24GB mem. ...
0
votes
1answer
223 views

HAproxy not forwarding .asmx requests

I am trying to use HAproxy to redirect legacy ASP requests to our ASP server like this: global log 127.0.0.1 local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid ...
0
votes
2answers
539 views

Setting Server 2008R2 up for ASP.NET with Razor

I have created a webpage with WebMatrix on my laptop running Windows 7 and IIS7. WebMatrix automatically set up IIS7 so that it can run ASP.NET 4.0 and I haven't done anything further than that. I'm ...
0
votes
1answer
697 views

IIS 7.5 extremely slow, intermittently no response

I have a problem with our web server. It's running about 35 ASP.NET (mostly 4.0) sites using Windows Server 2008 R2 with IIS 7.5. It's patched as of mid-January this year. Symptoms: Intermittently ...
0
votes
1answer
2k views

HTTP Error 500.19 - Internal Server Error ( messed IIS )

I've looked on some of the same questions around here but couldn't find what i need. I think i messed up my IIS 7.5 ( and i don't even know how - only thing that comes to my mind is that maybe i ...
0
votes
1answer
281 views

MySql *completely random* Unable to connect

This one is killing me. We have an ASP.NET/Mono application on a MySQL database. For months we've been plagued by a completely random but consistent occurrence of "Unable to connect to any of the ...
-1
votes
1answer
192 views

How to host asp.net web application in Linux distro [closed]

I have developed an intranet based web portal for my group of users in an office using asp.net 3.5. I tested it on my windows 7 machine by hosting the web application in my iis. But, it is not the ...
2
votes
1answer
1k views

IIS 7 Windows Authentication Wrong User

IIS 7, Integrated App Pool, Identity set to NetworkService We've recently moved an asp.net MVC 3 to our production environment. The application uses windows authentication. The production environment ...
1
vote
2answers
190 views

Application resetting on IIS 7.5

We have an ASP.NET application running on IIS 7.5. In the Application_Start, we are building an index file. We're noticing that after some time of non-use, the application resets, and run its ...
0
votes
1answer
740 views

IIS 7.5 - why Googlebot receive 500 internal server error from Website?

I have a problem: when googlebot come to website pages where is login form - it reveice error from site ("ureachable" in webmaster tools). This error is N500 HTTP/1.1 500 Internal Server Error ...
1
vote
0answers
123 views

IIS requiring user to log in twice

I've been noticing some strange behavior on an asp.net application that uses windows authentication to secure an admin directory. Basic auth is disabled. For most pages within that directory ...
0
votes
1answer
430 views

IIS6 Application Pool: App breaks until recycled

I've been experiences some problem with website that use ASP.net MVC or Webform. Problem: Sometime the website isn't showing. If I go to the website, I'll get the Directory Browsing is not permitted ...
2
votes
4answers
697 views

How do I determine which firewall ports need opened for web access to a remote system?

I am a web developer, and am working with a client who has a web service that is located at a specific IP/URL. Access to this is filtered by a firewall, so we need a few of our local machines and our ...
1
vote
1answer
44 views

IIS duplicating websites with different configs

The (short) Problem We need to run the same website code, with a different web.config, on the same server. The (Slightly longer) Problem The site needs to be hosted on 2 different domains, both on ...
1
vote
2answers
2k views

How to configure IIS 7.5 to allow special chars in Url for ASP.NET 3.5?

I'm trying to configure my IIS 7.5 to allow specials chars in the url for ASP.NET. This is important to support wide-spread legacy url's on a new system. Sample url: ...
-6
votes
1answer
784 views

Alert when SQL transaction log becomes too big?

I want to monitor the transaction logs of a database and send some kind of alert once a threshold is reached. How can I do this?
0
votes
1answer
629 views

Application will not open in Win7, IIS 7.5, ASP.NET4 environment when called via C# code

I think I have a security issue here but can't seem to get around it. I am running IIS 7.5 with an application pool named "MyAppPool." I am then calling a program from C# code, PDFCreator.exe, which ...
3
votes
1answer
81 views

What is causing ntoskrnl aka the System process to continue accumulating handles

I have a server which is accumulating handles on the System process aka c:\windows\system32\ntoskrnl.exe. The handles go to 18,000 in one day and keep going forever up at that rate. The server is ...
0
votes
1answer
70 views

Namerservers & A Records, what's the best server setup for my predicament?

Right now we have a very thoroughly developed web app sitting on https://domain.com. It is built in ASP.NET. We want to build a separate site now, that solely advertises the app, handles all the ...
2
votes
3answers
170 views

Trivial Issue with ASP.NET 1.1 and SMTP

The server is running on: Windows Server Standard on SP2 IIS 7 with ASP.NET 1.1 IIS 6 for SMTP The server hosts many websites running ASP.NET 1.1. These websites use the built in SMTP server on ...
1
vote
2answers
170 views

mysql connector .net 6.2.2 web providers not installing on Windows Server 2008

I'm trying to install the mysql connector .net 6.2.2 on a Windows Server 2008 64bit without any succes. It seems that the Web Providers give an error when installing, but I can't find the reason for ...
0
votes
2answers
267 views

Request Executing leak in IIS 6.0 till Server Busy

I've got an application running on IIS 6 that's being hit by hundreds of remote clients doing all kinds of requests, some that are long running and some that are not. On some deployments, one in ...
0
votes
1answer
139 views

how to set up an production environment with .net 3.5, iis6, sql server express 2005 on windows server 2003?

I have a clean installation of windows server 2003. This will be my production environment. I need to deploy an asp .net 3.5 project on this production environment. But I don't know the installation ...
2
votes
1answer
403 views

IIS6 Website 'breaks' when viewed using Safari Browser

I have an application that is using ASP.NET 4.0 Webforms on IIS 6.0 that has been operational for multiple years. A recent deployment to the app has caused some very random (to us) intermittent issues ...
0
votes
2answers
133 views

IIS Configuration with HTTPS

I have 2 servers I am setting up. They are both Windows Server 2008 R2. They are both getting IIS setup as web servers. I have set up other servers that we currently have in production. I did the ...
0
votes
1answer
114 views

How Does One Test IIS7's OrphanWorkerProcess (along with OrphanActionExe and OrphanActionParams)?

What's a valid way to test IIS7's OrphanWorkerProcess settings are working? I have a script and all the settings in the configuration for my application pool. However, it seems just simply recycling ...
1
vote
0answers
134 views

Planning an Azure eco-system

What is the recommended way to set up Azure for an eco-system of services and sites? We have a set of .Net web services and and ASP.Net web sites that are working fine on our test server. The web ...
0
votes
1answer
74 views

No option to create a new website in IIS

If I run inetmgr I can see the IIS MMC and I can also see an IIS Admin service on my computer. Do both of these things mean that IIS is installed? In the IIS management console, I can only see ...
0
votes
1answer
319 views

How to rewrite Rejected-By-Urlscan in ISS7

I'm migrating an ASP.NET app from IIS6 to IIS7 and in doing this I'm also porting my rewrite settings from Intelligencia.UrlRewriter to using IIS rewriting. In have some problems with ...
0
votes
3answers
630 views

SMTP server for Windows Server 2008?

We had smarter mail installed, but it kept wiping/corrupting all our email. This was problematic to say the least. Anyway, finally we decided to move and are now using Gmail. We have all our DNS ...
2
votes
2answers
388 views

Automated Mail sent to/from my own Windows Domain going into Junk Mail

We have emails sent to people within our company that are filtered into Outlook's Junk Mail. Basically, there is a signup form on our company's .Net website, and when people signup, these automated ...
2
votes
4answers
6k views

w3wp.exe hogs memory

On a Small Business Server 2011 installation a whole number of w3wp.exe processes appear to be using a disproportional lot of memory. The SBS out-of-the-box installations comes with a total of 7 sites ...
1
vote
1answer
132 views

What is the least involved way to introduce fault tolerance to an ASP.NET application?

I have an internal ASP.NET application running on Windows Server 2008 R2 Enterprise. We have another server offsite. I would like to have a setup where if our primary server goes down, the offsite ...
0
votes
0answers
153 views

Unable to Create .NET Users in IIS Manager

I'm trying to migrate an ASP.NET MVC2 (Target framework 3.5) app working on IIS 6/MSSQL 2008 over to IIS7/Oracle 11. My connection string appears to be correct, as entering a username/password into ...
1
vote
2answers
979 views

ASP.NET MVC, IIS 7.5 - Losing Sessions Across Servers (Load Balanced)

We have a site running on 3 web nodes. We are using SQL Server session storage. We recently added two more only to find that users' sessions are lost when they are sent to one of those machines. We ...
0
votes
4answers
220 views

Complete server snapshot for troubleshooting performance?

From time to time, something happens to our website that makes it slow and unresponsive. Inevitably, this happens at like 3 AM, on a day when all the devs have gone to bed early. Are there any good ...
0
votes
2answers
247 views

ASP.Net url rewrite from …pdf to …aspx (IIS 7)

I am trying to rewrite a url for a pdf to an aspx page it isn't working. I doesen't see the request in my iis-log either. <rewrite> <rules> <rule name="PDF" ...
0
votes
4answers
129 views

What types of sites can be hosted on Linux Hosting servers? [closed]

I would like to know whether I can host ASP.NET site on a Linux Hosting server? Or is it that only PHP and HTML sites can be hosted on such a server? I am ignorant. Please guide me.
1
vote
0answers
208 views

asp.net iis server red asterisk page validation

I'm getting a strange error with my ASP.NET website. I'm developping with C#, Asp.Net and Visual Studio. When developping and starting my website with Visual Studio (Ctrl+F5), VS starts its own web ...
1
vote
1answer
366 views

ASP.Net / IIS permissions or configuration issue

We have a 3 server web farm running an ASP.Net 3.5 application on IIS6, windows server 2003. We just installed an update to the application, and two of the three servers were fine but the third ...
2
votes
1answer
229 views

Active Directory + IIS + SQL + ASP.NET

I have sent the following question to stackoverflow website I have installed Windows server 2008 r2 on a virtual machine, Can I install Active directory with domain controller + IIS + SQL server ...

1 3 4 5 6 7 19