Tagged Questions

ASP.NET is a web application framework developed by Microsoft that allows web developers to create dynamic web sites and applications. First released in January 2002 it is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), ...

learn more… | top users | synonyms

0
votes
1answer
25 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 ...
1
vote
0answers
29 views

Deadlocks in MS SQL [migrated]

We're currently encountering a problem with out ASP.NET Application that results in deadlocks on the MS SQL database. A bit of background infomation I can provide is that we rely heavy on AJAX ...
2
votes
4answers
65 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 ...
-5
votes
0answers
52 views

I had hosted a site in a server, I just want to hide that domain or ip from the user? [closed]

I'm developing a windows application in C# and I also developed a asp.net website and hosted in a server. My motive is to not show my server source or domain address to the user. Hence I designed a ...
-2
votes
0answers
48 views

Why is the ASP.NET 4 FileUpload control not working on Server 2003/IIS6?

I have an ASP.NET app with an extremely simple filecontrol mechanism that just won't work. I'm just using the built-in FileUpload control, and the same code works without a problem on my local ...
1
vote
1answer
17 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
0answers
26 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
77 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
0answers
12 views

net::ERR_EMPTY_RESPONSE in IIS7.5

I have precompiled an asp.net 4.0 site and I am trying to run it on my local IIS. I have other sites on the same local IIS which are working fine. Any ideas why this is happening?
0
votes
1answer
56 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 ...
1
vote
0answers
14 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
42 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
37 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 ...
0
votes
1answer
45 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 ...
1
vote
0answers
22 views

Web form losing POST values in a proxy environment [migrated]

I have an ASP.NET form (a login page), when I POST the values to the server (windows, IIS 6), the request passes through a proxy and the POST pareameters end up getting lost and ultimately the page ...
0
votes
2answers
35 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
91 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 ...
0
votes
0answers
7 views

What is the simplest way to deploy an ASP.NET MVC 3 site to multiple clients that are not already running a web server? [migrated]

Our server application runs as a service and has a ASP.NET MVC3 web-based frontend that connects to our application for monitoring and configuration. Our application is generally installed on client ...
2
votes
0answers
76 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
84 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
20 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
79 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
55 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
0answers
44 views

Check for iis is installed or not [closed]

Possible Duplicate: No option to create a new website in IIS On typing Start --> Run --> inetmgr --> OK I can see an IIS configuration screen. Also i can see iis admin service ...
0
votes
1answer
40 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 ...
-1
votes
0answers
53 views

Strange behaviour in application deployment

I know it is very strange but many days of challenge and searching for the solution was not hopeful. I have developed two large applications for my company. Whilst I've deployed the first one ...
0
votes
3answers
64 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
50 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
234 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
42 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
24 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
167 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
132 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
1answer
31 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
112 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
47 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
0answers
65 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 ...
1
vote
1answer
54 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 ...
0
votes
1answer
49 views

IIS7 Isapi and Cgi are disabled but site still running ( after restart)?

http://i.stack.imgur.com/p6vo1.jpg I have an IIS7 with asp.net on it. I wanted to test the impact of Isapi and Cgi . However , When I "not allowed" them all + restarted the iis - it still work ! ...
0
votes
0answers
63 views

Enabling Windows Server 2008 Crash Dump for IIS ASP.Net

I have an ASP.Net application that is occasionally crashing and causing the Worker Process to reload. The system is running on IIS 7.5 on Windows Server 2008 R2 64 bit SP1. I get an Application Error ...
0
votes
0answers
39 views

HTTP 200 and win status 64 error

We have a ASP.NET webservice consumed by a remote client service. Remote service calls our service, we process it and return a value. The problem is, the client told us that sometimes their service ...
0
votes
1answer
72 views

IIS 6 problems - IIS seems like blocking the second request

I'm having very weird issue with IIS. My server is 2003 advanced server. I installed .NET 2 and .NET 4 on that server (.NET 1 is already there). We are running ASP.NET 2.0 site, ASP.NET 4.0 site and ...
0
votes
0answers
11 views

consuming webservices from x64 webApp

I have a system with 2 projects: a web app (c# and asp) and a webservices project deployed on IIS. Among other issues, the web app consumes the webservices to upload images to the server and display ...
1
vote
1answer
44 views

Setting to limit allowed time for an IIS 7 request to complete?

In IIS 7, you can view the worker processes and see which requests are currently executing. I am encountering some requests that remain in the "ExecuteRequestHandler" stage for hours - basically until ...
1
vote
1answer
125 views

The package failed to load due to error 0xC0011008 Error Loading from XML

Environment: Windows Server 2008 SP2 Enterprise Edition 64-bit SQL Server 2008 SP3 Standard Edition 64-bit Previously had SQL Server 2005 Developer Edition 32-bit Integration Services. That has now ...
0
votes
0answers
54 views

HttpBrowserCapabilities flaky after moving to Asp.Net 4.0

After upgrading a site to asp.net 4.0 on IIS6, we discovered that some Safari browsers started having problems---occasionally. I've traced this down to an incorrect browser detection in Asp.net's ...
0
votes
1answer
57 views

The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly

I am getting this error in the Production environment (Windows Server 2008, IIS 7) for a website. The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly. ...
0
votes
0answers
30 views

Windows 7, IIS 7, and .Net v4 user management issue

On the site I'm working on it used to run in an older version of Windows/IIS. We upgraded the server and it's now on Windows 7, IIS 7, and is running on an ASP.NET v4.0 app pool (i.e. not the default ...
0
votes
1answer
29 views

IIS 503 Error After Domain Controller Reboot

I'm having a weird problem with one of my IIS 7.5 boxes. One of my coworkers rebooted the primary domain controller and after it came backup the IIS box started give out 503 errors. I restarted IIS ...
1
vote
1answer
75 views

How to configure two sites on same IIS 7.5 server for a single ASP.NET web application with different authentication modes

I have a W2K8 Server with IIS 7.5 hosting two sites which are pointed to a single asp.net web application. The web application has been configured for forms authentication and integrated (windows) ...

1 2 3 4 5 16