ASP.NET - Server Application Error

Asked By Laurent Modestil
09-Feb-10 12:58 PM
I'm trying to view my asp website through my server (local) I'm using MS SQL 2008, Dreamweaver. I getting this message:

**http://localhost/surveytest2.aspx**

Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
  Web Star replied to Laurent Modestil
09-Feb-10 01:05 PM
The first place I actually got a clue to where the problem was is in %windir%\iis6.log  In here there was a bunch of FAIL keywords.  As it turns out, you must have Microsoft Distributed Transaction Coordinator (MSDTC) service running when installing IIS.  Not sure why, but thats how it is.  I always turn off services I don't need in Windows XP and this (I assumed) was one of them.  Oh well.  I enabled the service, uninstalled IIS, re-installed IIS, did all the fun asp.net registering and got it working.  Hopefully this will help someone out there out of some frustrating moments...

This seems to be related to Application Protection.  This seems to be related to Application Protection.

09-Feb-10 03:07 PM
Please refer to the event log for more detail information, 

If that does not reveal any additional useful information, refer the Microsoft Knowledge base article titled, "Error "User Password/Validation failed" when you set IIS 5.0 application to High (Isolated)"

You can find the article http://support.microsoft.com/kb/296851.


Create New Account
help
want to be a .net developer • To test a Web Service you must create a windows application or web application to consume this service? It is True / False? FALSE How many classes can a single lifetime? Give an example. Answer1 static int Myint–The life time is during the entire application. br> Answer2 The static modifier is used to declare a static member, which belongs DataGrid1.DataSource = ds.Tables(”Products”) What is the maximum length of a varchar in SQL Server? Answer1 VARCHAR[(n)] Null-terminated Unicode character string of length n, with a maximum of presentation logic is done with .aspx extention. How do you define an integer in SQL Server? We define integer in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For
My application not work more the user work at same time+404 error found MY Application Not working More than user work at Same time -404 Error found ( IIS not allowed more than user ) What version of IIS are you using? If you are using IIS 5 on Windows XP, it comes configured for a maximum of 10 HTTP connections. You can extend it
different features in all asp.net versions what are the diff features of asp.net all versions. in the below link you have upto 2.0 http: / / www.codeproject.com underlying CLR versions and associated development environments, and identifies the versions that are installed by Windows. The following illustration summarizes the version history and which versions are installed by Windows. Components and Layers of .NET Framework versions See Installing the .NET Framework for information about was no version 3 of the CLR.) The version of the CLR on which an application is running can be determined by retrieving the value of the Environment . Version property. You the base class libraries. 1.1 1.1 Visual Studio .NET 2003 Included updates to ASP.NET and ADO.NET. This version was subsequently updated twice, with Service Pack 1 (SP1
How to setup .net 2.0 in window server 2000. I made a .Net 2.0 C# web applicaton, I want to deploy to a window 2000 server, how should I set the window 2000 (IIS 6.0) server to run the .Net 2.0 application? Thanks in advance. Using Management Tools ASP.NET 2.0 includes a full range of management tools that you can use to configure your web application: • An ASP.NET Microsoft Management Console Snapin that integrates with the Internet Information Services (IIS
set a breakpoint by just entering the method name, if it is unique in your application. And, if it isn't you will actually get a list of ALL the locations for a bug and quickly solving a problem. Also, you can use any of these windows to change a variable's value by simply typing in a new value. Tip: Break ch04.pdf http: / / www.c-sharpcorner.com / UploadFile / mborromeo / DebugTechniques11212005001201AM / DebugTechniques.aspx hi, Debugging an ASP.NET Web application with Visual Studio .NET is similar to debugging a Windows Form or any other Windows application. The fact that application is running on the Web should be mostly transparent to you