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
4
votes
3 answers

iis7 .net webservice 404 error

I have a webservice /test/Service1.asmx in the same folder as a page /test/test.aspx. The page works fine but I get the message bellow for the services in the same location. I know the file is there and the url is correct, and I have added the…
agilenoob
  • 221
  • 3
  • 7
4
votes
4 answers

Do I really need Exchange Server?

My company got a app that we develop, a big part is the email function on it(sending only). So far we have been able to handle everything on just regular smtp service(in house so to speak) in the windows server 2008. I kinda wonder and want your…
Dejan.S
  • 233
  • 1
  • 3
  • 11
4
votes
2 answers

Secure IIS/MS-SQL

I have Windows Server 2008, with IIS 7.5 and SQL Server 2008. I want to install DotNetNuke which is an ASP.NET application. What are the necessary precautions to not to get pwn3d.
Rook
  • 2,655
  • 6
  • 27
  • 35
4
votes
2 answers

How do I install Informix ODBC on Windows Server 2003/2008?

I installed the Informix Client SDK on my PC (32 bit) and on the server. I could create an ODBC connection on my PC easily, but on both Windows 2003 and 2008 (64 bit) I can't. I don't know if there is a 64 bit SDK; maybe this is the issue. But I…
4
votes
7 answers

Simple issue regarding date formats

We are hosting a website that when browsed to locally loads up fine but if you browse to it externally you get Conversion from string "1/15/2010 8:46:01 AM" to type 'Date' is not valid. What do I change on the server to fix this. When browsing the…
Robert
4
votes
2 answers

IIS6 Wildcard Mapping to ASP.NET - no file extension results in IIS 404

I'm trying to perform what I understand to be a relatively simple task. I'd like to remove the extensions from the URLs on my website. I have the proper set up in my application to handle and rewrite the URLs - the trouble is I can't get past IIS to…
Ian Robinson
  • 65
  • 1
  • 2
  • 9
3
votes
4 answers

How can we create a log whenever the application pool of IIS crashes and restarts?

How can we create a log whenever the application pool of IIS crashes and restarts ? Do we have to manage the error log by asp.net or IIS does it for itself... The issue is that that admin gets to see when the IIS had restarted ? Further which…
HotTester
3
votes
8 answers

MemCached on Windows x64

This question has previously been asked, but that was a year ago and I wanted to know if there had been any developments since then. Basically we'd like to use a MemCached Server on a Windows Server 2008 R2 machine... which is only x64, obviously. I…
Django Reinhardt
  • 2,286
  • 3
  • 38
  • 58
3
votes
0 answers

PrivateBytesLimit in web.config doesn't change cache EffectivePrivateBytesLimit

Our web-server has a worker process (w3wp.exe) that uses too much memory. Following this answer I tried to limit how much memory the process can use for caching in the web.config:
Hans Vonn
  • 131
  • 3
3
votes
2 answers

Active Directory Web Programming

The Scenario: I'm using integrated authentication to grant access to an ASP.net intranet site. When that user accesses the site, certain information is loaded from their active directory profile and made available to them. Also, the site maintains…
IceMage
  • 1,336
  • 7
  • 12
3
votes
1 answer

How can I resolve CPU utilisation nearing 100% on IIS

I have a .net web API application and the required SQL server hosted on an IIS. The task manager shows 100% CPU utilization most of the time, but memory usage is fine. How can I analyze and fix what is wrong here? I have already tried New Relic APM…
Jose Francis
  • 141
  • 1
  • 4
3
votes
0 answers

Firewall : Is inbound required for getting response while Outbound rule already there?

I developed one MVC web application which have Web APIs and hosted in Amazon Instance and one windows application for calling those APIs for getting response from that server. Both Web and Windows applications are developed in asp.net framework 4.5…
3
votes
0 answers

asp.net core publish cause ERROR_FILE_IN_USE

I deploy using VS2015 by publish to production share folder, but if the site is running the publish script will stop at ERROR_FILE_IN_USE because of asp.net Core is using an executable as web server. how do i auto stop the site before publish and…
Charles Chou
  • 108
  • 7
3
votes
0 answers

ASP.NET Temporary files taking up too much space

I have approximately 900 applications running on the server where each one points to a folder that contains content that is about 215MB in size. When I noticed that my server's hard drive was almost full, I did a scan with WinDirStat and found the…
3
votes
1 answer

The client and server cannot communicate, because they do not possess a common algorithm on Windows Server Web 2008

I am working on a ASP.Net WebForms application. We are using PayFort's Start API for the payment process. The application is running fine on our local machine (Windows 10) but it shows following error when we try to make payment using their API on…
sohaiby
  • 133
  • 1
  • 1
  • 7