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
2
votes
1 answer

ASP.NET impersonation?

I just installed Act premium for web on my Windows Server 2003. I'm reading through the instructions it says to create an asp.net impersonation account but it doesn't give any details on how (because apparently it's different for each version of…
Crash893
  • 747
  • 2
  • 15
  • 30
2
votes
0 answers

What is throttling max concurrent connections? IIS? Windows Server?

I have an asp.net app deployed on IIS, and have recently upgraded CPU and memory to double what it was in hopes that more concurrent users would be supported. Still though in my load test it seems like the server cannot handle even 100 concurrent…
2
votes
1 answer

Aspnet_wp is showing up with a strange name in Task Manager

Instead of "aspnet_wp," AS61FF~1.EXE is displayed, having User Name ASPNET. I took a look in Process Explorer, and indeed, that strangely named process is aspnet_wp. Why would it be displayed this way in Task Manager? Thanks!
2
votes
4 answers

Is it really necessary to setup a Hardware Firewall on a windows 2008 Web Server

What is the worst that could happen if I don't setup a hardware firewall? I am planning to just install a software firewall. I am planning to deploy a medium traffic web site and the information on the database will be important. But, I can protect…
user19335
  • 123
  • 2
2
votes
1 answer

Could not load file or assembly fastcgi-mono-server4

I am trying to host an ASP.NET Web Forms application using Mono. I have installed Mono 3.0.7 and XSP 2.10.2 from source into the /usr/bin directory. I then started the mono server with the following command: fastcgi-mono-server4…
2
votes
1 answer

"Correct" way to manage DNS on remote machine with .NET app

We have a web server that runs a WCMS which allows users to add their domains to it. The DNS server is a separate machine. We are using Windows on all applicable machines. How should the DNS records be managed remotely? We need to be able to add or…
2
votes
2 answers

ASP.NET Local Hosting, Development

What do I need to run a development environment locally with multiple ASP.NET applications. I have Windows XP, with what seems basic IIS. Im getting tired of opening up Visual Web Dev Express every time I want to view a website project. Thanks M
madphp
  • 379
  • 3
  • 12
2
votes
1 answer

Force to resolve to root of virtual directory rather than site

I'm still fairly new to IIS coming from an Apache background so please bear with me. I have setup a virtual directory on our hosting space for one of our clients. My aim is to make it so that we have a virtual directory for each client that is…
jezzipin
  • 121
  • 4
2
votes
1 answer

MySql Membership provider - Missing or incorrect schema

We have an ASP.NET site running on IIS 7.5 with a MySQL database using the .net connector, the membership/role providers are set in the web.config correctly and they work - but only temporarily. Historically (.net connector 6.7.4.0 and prior) we…
2
votes
1 answer

What are the system requirements for a server running an ASP.NET MVC 5 application

For my project, we want to deploy a demo server and publish my ASP.NET MVC 5 app to it. I'm familiar with developing applications in this environment, but I have no experience in deploying it to an actual server. Our sys admin does not have…
Ivo Coumans
  • 141
  • 1
  • 5
2
votes
4 answers

Scheduled Mail in asp.net

Hai Guys, My application deals scheduled mail concept (i.e) every morning 6.00 am my users gets a remainder mail about their activities for the day... I dont know how to do this.... Many told use windows service but i will host my website…
Chendur Paandian
2
votes
1 answer

Deploying MVC 5.1 app on web server

I made ASP.NET application with MVC 5.1 technology and tried to deploy it on Winhost server. When I go to my web site, I get the following error message. Could not load file or assembly 'System.Web.Mvc, Version=5.1.0.0, Culture=neutral,…
orthodox4ever
  • 21
  • 1
  • 4
2
votes
2 answers

Incorrect ASP.NET session data returned intermittently

I've been given the task of looking into a problem where the session of a user changes between refreshes of a page. Immediately (not knowing anything about the website) I said that it seems like a load-balancing/web cluster configuration issue.…
James
  • 123
  • 3
2
votes
1 answer

HTTP Error 500.19 - IIS Error

I have following lines in my web.config file. All I am trying to achieve is to display a custom error page if anything goes wrong in application. But instead of getting the custom page I get error as in attached image. Any idea why ? I am running…
bp581
  • 141
  • 1
  • 4
2
votes
1 answer

Automation of helpdesk password reset calls

From a customer we get a lot of password reset requests (expired or lost). I have thinked about a automatically solution: User goes to webpage Enter his username The system call the user no his mobil phone (number from AD) and tells him a PIN User…
scherard
  • 66
  • 3