Questions tagged [asp.net]

Web application framework developed by Microsoft

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), allowing programmers to write ASP.NET code using any supported .NET language such as C# or VB.NET.

1234 questions
0
votes
2 answers

low speed web application, Server problem or Application

I have a web application written by asp.net (c#) sql server 2005. we host it on 2 dedicated server ( IIS and SQL server ) From some month ago , in some days of week we have many reports about speed issue. we have some other application on this…
Ashian
  • 400
  • 1
  • 7
  • 24
0
votes
1 answer

MSSQL, ASP.NET, IIS. SQL Server perfmon log question

I'm testing a web application that runs on a hypervisor. The database server and the webserver are seperate vm's that run on the same hypervisor. We did some tests and the functions perform ok. I want you guys to look at a screenshot of a permon log…
Datapimp23
  • 191
  • 1
  • 3
  • 21
0
votes
1 answer

Issue with maxWorkerThreads and thread count

I have created an ASP.net application which creates thread in infinite loop. And set maxWorkerThreads to 20 in processmodel in machine.config. When i checked Thread count in perfmon there was around 7000 threads created in worker process. Or how can…
Kartik M
  • 41
  • 3
0
votes
1 answer

Installing .NET 4 on Windows Server 2008

Need to install .NET 4 on Windows 2008 Server. Do I just use the Web Installer? http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992 It needs to run ASP.NET applications.
Sam
  • 171
  • 2
  • 8
0
votes
1 answer

remote access to IIS website

I hosted my website on IIS 5.1 and i can access it on the local network but i cant seem to access it outside of the network. It gave me a page sayin it cannot be display. I have port forward it to port 80, and turn off the routers firewall. In…
0
votes
1 answer

asp.net hosting

anyone know if theres a plan at discountasp.net for just a month and not a yearly plan? Because when i try to sign up for only a month, they only seem to have a plan for a year.
0
votes
1 answer

What is a good way to facilitate 60,000 "301" and "200" redirects for a single website?

The set of redirects is not static. We will be adding and removing redirects more than a dozen times per day. We happen to be using a CMS (DotNetNuke) that has some redirection capability built-in, but various caches must be rebuilt every time a…
Brian Webster
  • 1,123
  • 1
  • 18
  • 39
0
votes
2 answers

Website slowdown

I have a website that randomly grinds to a halt. At first I thought this was due to the number of users in the system and database connections being left open but when it occurred today I ignored the database server and simply stopped IIS, killed…
Jack Mills
  • 123
  • 1
  • 5
0
votes
7 answers

Support 250+ concurrent users for an intranet web site

Context We want to deploy a web site on II6.0/7.0 for intranet use only. The web site has a typical three tier architecture. The middle tier is deployed as an application server on the same machine as IIS. The asp.net code running in worker process…
Anand Patel
0
votes
1 answer

ASP.NET MVC app on IIS7 with WebForms content is throwing NTLM authenticate box

I have an ASP.NET MVC app that also contains some WebForms content (for SSRS ReportViewer). This is deployed to IIS7 and the MVC pages of the app work fine, but when I try to browse to the aspx page I am prompted with the NTLM auth box. I do not…
Jon
  • 11
  • 1
  • 2
0
votes
2 answers

Ajax WebApplication fails if accessed through a proxy server

Our development team has built a WebApp witch purpose is to select a location on a map. there is a UserControl that was developed in ASP.Net 2.0 and it works fine if the application is accessed directly by the browser, but if the browser is set up…
Hugo Garcia
  • 478
  • 1
  • 3
  • 18
0
votes
1 answer

Windows Server 2008, IIS7 and Windows Authentication

We currently have a development server set up which we are trying to test some Windows authentication ASP.NET code on. We have turned on Windows Authentication in IIS7 on Windows Server 2008 R2 fine, and it asks the user for a username and password…
0
votes
2 answers

"Timeout expired" with application consuming web service on another machine

I am having issue with an ASP.NET web application hosted one server trying to consume an web service hosted on another server. When I browse to a page consuming the web service, I get the following error: Server was unable to process request. …
0
votes
1 answer

How to access asp.net website using IP Address on WS2008 IIS7?

I'm in the process of migrating a few sites from WS2003/IIS6 to WS2008/IIS7. Have been reading online material all day about WS2008 and IIS7. Still don't feel any smarter. I put a basic test asp.net website in wwwroot (default web site…
Marvin
  • 103
  • 2
0
votes
1 answer

Deploy ecommerce website

How I can deploy my Asp.NET web application without affect the current application? My application is an e-commerce web site and I need it to be the shortest possible time offline. Thanks.
Diego Azevedo